[google-appengine] Launcher can't connect to App Engine servers

2013-01-22 Thread Kai Skye
My website has been running fine for a month. There isn't anything abnormal in the admin console or server logs. However, since early today, whenever I try to deploy my website from Launcher, I receive this error: 12:03 AM Getting current resource limits. 2013-01-23 00:03:31,413 ERROR appcfg.py:

[google-appengine] Re: Launcher can't connect to App Engine servers

2013-01-23 Thread Kai Skye
My problem was that I had environment variables named `http_proxy` and `https_proxy` set that Python's urllib2 uses to route all connections through a proxy. Removing those environment variables fixes the issue. On Wednesday, January 23, 2013 12:13:05 AM UTC-5, Kai Skye wrote: > >