Code: Select all
19:48:50 ERROR [ ENGINE] Error in 'start' listener <bound method Updater.start of <app.config.updater.Updater object at 0x00000000039D6EF0>>
Traceback (most recent call last):
File "C:\Python27\Scripts\CouchPotato\cherrypy\process\wspbus.py", line 176, in publish
output.append(listener(*args, **kwargs))
File "C:\Python27\Scripts\CouchPotato\app\config\updater.py", line 45, in start
self.checkForUpdateWindows()
File "C:\Python27\Scripts\CouchPotato\app\config\updater.py", line 147, in checkForUpdateWindows
latest = urllib2.urlopen(latestUrl, timeout = self.timeout)
UnboundLocalError: local variable 'latestUrl' referenced before assignment
19:48:51 INFO [ ENGINE] Serving on 0.0.0.0:5000
19:48:51 ERROR [ ENGINE] Shutting down due to error in start listener:
Traceback (most recent call last):
File "C:\Python27\Scripts\CouchPotato\cherrypy\process\wspbus.py", line 213, in start
self.publish('start')
File "C:\Python27\Scripts\CouchPotato\cherrypy\process\wspbus.py", line 193, in publish
raise exc
ChannelFailures: UnboundLocalError("local variable 'latestUrl' referenced before assignment",)
Edit: Re-downloaded from github and its working again now.