You're using the wrong IP address

sudo python web2py.py -a 'password' -i 1.0.0.1 -p 8000

It should be

sudo python web2py.py -a 'password' -i 127.0.0.1 -p 8000


I think we should call the ability to catch this kind of mistakes quickly 
"programmer's eye" or something. Seriously the amount of hours I've lost to 
this kind of stuff in my youth before I developed it is innumerable.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to