私は自分のPCでPythonアプリケーションを実行しており、その結果を自分のWebサイトで使用するためにappengineデータストアに保存しています。
ローカルコードは次のとおりです。
def invia(utente, numero, tweet, link1, risorsa):
params = urllib.urlencode({'utente': utente, 'numero': numero, 'tweet': tweet, 'link1': link1, 'risorsa': risorsa})
headers = {"Content-type": "application/x-www-form-urlencoded","Accept": "text/plain"}
conn = httplib.HTTPConnection("myapp.appspot.com")
conn.request("POST", "", params, headers)
response = conn.getresponse()
print response.status, response.reason
正常に機能していましたが、新しい条件に同意しましたが、アプリが機能しなくなり、405エラーが発生します。どうすればこれを解決できますか?それは本当に新しい用語にリンクされていますか?
2012-12-15 03:29:58.770 / 405 49ms 0kb
000.000.00.000 - - [15/Dec/2012:03:29:58 -0800] "POST / HTTP/1.1" 405 124 - - ".....appspot.com" ms=50 cpu_ms=0 cpm_usd=0.000014 instance=......