今天刚在GAE上架设了Picky并把writer.py里面201++行有关twitter的语句注释掉了不然进后台就报错..现在可以进后台了 但是点击twitter出现了下面错误
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/imnotebook/2.344050858468440949/twitter.py", line 42, in get
lists = api.GetLists()
File "/base/data/home/apps/imnotebook/2.344050858468440949/v2ex/picky/ext/twitter.py", line 1546, in GetLists
json = self._FetchUrl(url)
File "/base/data/home/apps/imnotebook/2.344050858468440949/v2ex/picky/ext/twitter.py", line 2180, in _FetchUrl
url_data = opener.open(url, encoded_post_data).read()
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 387, in open
response = meth(req, response)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 425, in error
return self._call_chain(*args)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found