Error when starting up DreamPi
Posted: Mon Mar 01, 2021 5:45 pm
Hello!
I'm getting this error when trying to start up DreamPi on my Raspberry Pi 4:
ERROR:root:Unable to update the DNS file for some reason, will use upstream
Traceback (most recent call last):
File "dreampi.py", line 69, in update_dns_file
response = urllib2.urlopen(DNS_FILE)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
wlan0: ERROR while getting interface flags: No such device
ERROR:dreampi:Something went wrong...
Traceback (most recent call last):
File "dreampi.py", line 631, in main
config_server.start()
File "/home/pi/dreampi/config_server.py", line 70, in start
server = HTTPServer(('0.0.0.0', 1998), DreamPiConfigurationService)
File "/usr/lib/python2.7/SocketServer.py", line 420, in __init__
self.server_bind()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind
SocketServer.TCPServer.server_bind(self)
File "/usr/lib/python2.7/SocketServer.py", line 434, in server_bind
self.socket.bind(self.server_address)
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
It seems to start the script anyway, but it doesn't actually make any connections when the dreamcast tries dialing out.
I'm getting this error when trying to start up DreamPi on my Raspberry Pi 4:
ERROR:root:Unable to update the DNS file for some reason, will use upstream
Traceback (most recent call last):
File "dreampi.py", line 69, in update_dns_file
response = urllib2.urlopen(DNS_FILE)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
wlan0: ERROR while getting interface flags: No such device
ERROR:dreampi:Something went wrong...
Traceback (most recent call last):
File "dreampi.py", line 631, in main
config_server.start()
File "/home/pi/dreampi/config_server.py", line 70, in start
server = HTTPServer(('0.0.0.0', 1998), DreamPiConfigurationService)
File "/usr/lib/python2.7/SocketServer.py", line 420, in __init__
self.server_bind()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind
SocketServer.TCPServer.server_bind(self)
File "/usr/lib/python2.7/SocketServer.py", line 434, in server_bind
self.socket.bind(self.server_address)
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
It seems to start the script anyway, but it doesn't actually make any connections when the dreamcast tries dialing out.