Byzantium / ByzPi

RaspberryPi port of Byzantium Linux.
http://byzantium.github.com/ByzPi/
72 stars 19 forks source link

First connection to the node: 404 Not found. #30

Open Esowteric opened 10 years ago

Esowteric commented 10 years ago

I successfully connected to the wifi network "Byzantium" running on a Raspberry Pi.

I then entered the search term "test" into google, just to bring up the captive portal. The URL was google.co.uk/search?q=test.

Instead of directing me to the page beginning "You have connected to Byzantium ...", it took me to a "404 Not Found" from CherryPy, saying that the path 'search' was not found. Going to google.co.uk/ worked fine.

Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 656, in respond response.body = self.handler() File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 188, in call self.body = self.oldhandler(_args, *_kwargs) File "/usr/lib/python2.7/dist-packages/cherrypy/_cperror.py", line 386, in call raise self NotFound: (404, "The path '/search' was not found.")

Thanks a lot. Eric T.