On Tue, May 20, 2014 at 6:35 AM, Marco Lovato <maglov...@gmail.com> wrote:

> I use this @home with no problem. But @work, I simply cannot run
> dev_appserver.
> It raises an HTTP error 301, and nothing gets processed.
>
> I did the same setup in both places. The only differece is that @work I
> have a proxy, but it is supposed to be well configured. All other stuff is
> working.
>   File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
>     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> HTTPError: HTTP Error 301: Moved Permanently
>


It's difficult to debug issues involving corporate networks, since every
business's internal network seems to have its own idiosyncrasies.

Where is the error 301 pointing to? Redirection (3xx) status codes usually
have a Location header pointing to the moved to location. Do you see such a
header in your web browser?

Try using the dev appserver's *host* argument (
https://developers.google.com/appengine/docs/python/tools/devserver#Python_Running_the_development_web_server)
and set it to IP
*0.0.0.0*.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to