开发者

can't use appcfg.py update gae

开发者 https://www.devze.com 2023-01-03 05:01 出处:网络
recently i want to uploadGAppProxy to GAE. but when i use the appcfg.py to update the files,there comes an error,itwas:

recently i want to upload GAppProxy to GAE. but when i use the appcfg.py to update the files,there comes an error,it was:

urllib2.URLError: urlopen error [Errno 8] _ssl.c:480: EOF occurred in violation of protocol

i don't know why

PS:i live in china,and may be because of the GFW. and when i use the type :appengine.google.com and then input the password,i can开发者_如何学编程't redict to the index page,there is an error too,which says:ssl error


As per this SO question, the issue is discussed here and the solution is to set proxies, e.g. in Windows on the command line:

set HTTP_PROXY=http://google.cn:80 
set HTTPS_PROXY=http://google.cn:80 

(or however you set proxies for http and https on your platform, which you don't mention).

0

精彩评论

暂无评论...
验证码 换一张
取 消