tweepyを使用して Twitter のハッシュ タグをリッスンするアプリを開発しています。アプリを Google App Engine にアップロードしましたが、以下のエラーが表示されます。
トレースバックの最後の行:
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
どうすればこれを解決できますか?