0

我有一个使用 AppEngine/python 作为后端的移动应用程序。用户可以在 Twitter 和 Facebook 上登录并分享他们的内容。

从昨天开始的问题是用户无法登录或分享 twitter。(facebook 没问题)我怀疑这可能与新的 Twitter API 限制有关,我昨晚一直在寻找答案,但找不到,试图看看其他人是否有这个问题。

日志中的错误信息是:...

ApplicationError:2 Traceback(最近一次调用最后一次):

文件“/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py”,第 712 行,调用 handler.post(*groups) 文件“/base/data/home/apps/weddarapp /4.361251603797223739/push.py”,第 83 行,在 self.get() 后

文件“/base/data/home/apps/weddarapp/4.361251603797223739/push.py”,第 78 行,在 get 方法 = urlfetch.POST)

文件“/base/data/home/apps/weddarapp/4.361251603797223739/oauth.py”,第 204 行,在 make_request protected, method, headers).get_result()

文件“/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py”,第 604 行,在 get_result 返回 self.__get_result_hook(self)

_get_fetch_result 中的文件“/base/python_runtime/python_lib/versions/1/google/appengine/api/urlfetch.py​​”,第 369 行引发 DownloadError(str(err))

下载错误:应用程序错误:2

...

我知道它是 oAuth,但我们这边没有任何改变,所以它一定来自 twitter。我不认为这是巧合。找不到我们的 oAuth.py 文件的更新版本。

谢谢

4

0 回答 0