我正在开发一个应用程序来使用tweepy监听 twitter 哈希标签。我已将我的应用程序上传到 Google App Engine,但它给了我以下错误。
Traceback 的最后一行:
File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/gae_override/httplib.py", line 524, in getresponse
raise HTTPException(str(e))
HTTPException: Deadline exceeded while waiting for HTTP response from URL: https://stream.twitter.com/1.1/statuses/filter.json?delimited=length
我怎么能解决这个问题?