错误代码 看不懂抓狂。。。
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 700, in __call__
handler.get(*groups)
File "/base/data/home/apps/v2ex/1.352385114636037736/t.py", line 115, in get
access_token = twitter.getAccessToken()
File "/base/data/home/apps/v2ex/1.352385114636037736/twitter/oauthtwitter.py", line 180, in getAccessToken
token = self._FetchUrl(url, no_cache=True)
File "/base/data/home/apps/v2ex/1.352385114636037736/twitter/oauthtwitter.py", line 101, in _FetchUrl
url_data = opener.open(url).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 401: Unauthorized
在v2ex 用同样的twitter帐号同步出现下图
而我在自己安装的2.5.0同步见下图
what's the problem?