-
Notifications
You must be signed in to change notification settings - Fork 14
No longer starts up, cannot download console list. #3
Description
I just recently installed the project to my Raspberry Pi in hopes of using it, however it seems that the remote database used to define the consoles has been taken offline rendering the application useless.
Updating Console List
Downloading Console List
Traceback (most recent call last):
File "./GamezServer.py", line 813, in
RunGameDBUpdater()
File "./GamezServer.py", line 633, in RunGameDBUpdater
riveuServer.UpdateConsoles()
File "/opt/media-service/GamezServer/GamezServer/RiveuServer.py", line 21, in UpdateConsoles
webFile = urllib2.urlopen(url).read()
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found