Closed kidscripter closed 11 years ago
Can you verify the mobile site is working on another computer? It's supposed to be complete.
Going to ipaddress:8080/mobile.html gives 404 Not Found
The path '/mobile.html' was not found.
Traceback (most recent call last): File "/home/pi/pidora/cherrypy/_cprequest.py", line 656, in respond response.body = self.handler() File "/home/pi/pidora/cherrypy/lib/encoding.py", line 188, in call self.body = self.oldhandler(_args, *_kwargs) File "/home/pi/pidora/cherrypy/_cperror.py", line 386, in call raise self NotFound: (404, "The path '/mobile.html' was not found.") Powered by CherryPy 3.2.2
Maybe i'm missing something?
Ah, try to go to ipaddress:8080/mobile
Ahhh that worked! Weird its not going there automatically. I may just put a redirect in the index file to go to the mobile one since ill only be using it from my phone. I also tried with an iphone and same thing. Thank you very much for all your effort!
No problem!
In the future, we'll probably put in a responsive design so that it's only one page. It could be done with Bootstrap now, but that seems like overkill.
For some reason my Galaxy S III is not going to the mobile site. I am running latest cyanogenmod on it android 4.3. Is this a work in progress still?