jacroe / pidora

A Raspberry Pi Radio. Includes Pandora (via pianobar) and NPR Hourly News
http://pidora.jacroe.com/
GNU General Public License v3.0
38 stars 12 forks source link

Phone not going to mobile site #39

Closed kidscripter closed 11 years ago

kidscripter commented 11 years ago

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?

jacroe commented 11 years ago

Can you verify the mobile site is working on another computer? It's supposed to be complete.

kidscripter commented 11 years ago

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?

jacroe commented 11 years ago

Ah, try to go to ipaddress:8080/mobile

kidscripter commented 11 years ago

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!

jacroe commented 11 years ago

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.