2009-06-30 94 views
-2
2009-06-30 23:36:28,483 ERROR appcfg.py:1272 An unexpected error occurred. Aborting. 
Traceback (most recent call last): 
    File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 1250, in DoUpload 
    missing_files = self.Begin() 
    File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 1045, in Begin 
    version=self.version, payload=self.config.ToYAML()) 
    File "C:\Program Files\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 344, in Send 
    f = self.opener.open(req) 
    File "C:\Python25\lib\urllib2.py", line 387, in open 
    response = meth(req, response) 
    File "C:\Python25\lib\urllib2.py", line 498, in http_response 
    'http', request, response, code, msg, hdrs) 
    File "C:\Python25\lib\urllib2.py", line 425, in error 
    return self._call_chain(*args) 
    File "C:\Python25\lib\urllib2.py", line 360, in _call_chain 
    result = func(*args) 
    File "C:\Python25\lib\urllib2.py", line 506, in http_error_default 
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 
HTTPError: HTTP Error 403: Forbidden 
Error 403: --- begin server output --- 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> 
<TITLE>The requested URL could not be retrieved</TITLE> 
<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE> 
</HEAD><BODY> 
<H3>The requested URL could not be retrieved</H3> 
Please double check or try again later. 
<HR noshade size="1px"> 

</BODY> 
--- end server output --- 

怎麼回事?將項目上傳到Google App Engine時出現錯誤

回答

1

您試圖上傳到您無法訪問的網址 - 您確定自己的應用名稱拼寫正確,在appspot上擁有它的名稱等嗎?

0

我在那裏看到一個HTTP 403 Forbidden,它告訴我說你的驗證可能沒有正確排序。

0

HTTP錯誤403:禁止...給定應用程序的錯誤用戶名/密碼(自上次成功更新後,您是否更改了app.yaml)?

無法檢索到請求的URL ......或者可能是服務中斷。稍微再試一次。