Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

--address=0.0.0.0 argument not working after upgrading to App Engine 1.7.6

I just upgraded to the latest version of App Engine which is usually a good thing and just works. Now when I try to launch dev_appserver (the new multithreaded version) I get:

dev_appserver.py: error: unrecognized arguments: --address=0.0.0.0

I've reviewed the new parameters but don't see what I need to change this parameter to so that I can still access the dev_appserver across my network using the machineName.local:port syntax which I really like to use.

Any ideas?


Google notes that I can use old_dev_appserver.py in the short term. That's good feedback. I am also looking for the long term solution.

like image 339
philipfc Avatar asked Mar 20 '13 00:03

philipfc


1 Answers

I believe this parameter was renamed to --host

like image 84
Jay Kyburz Avatar answered Nov 28 '22 07:11

Jay Kyburz