You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Trying to use the twitter streaming client on minikube, however the tweepy APIs seems to be failing:
stream mode is: sample
Traceback (most recent call last):
File "twitter-to-pubsub.py", line 103, in
stream.sample()
File "/usr/local/lib/python2.7/site-packages/tweepy/streaming.py", line 428, in sample
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='stream.twitter.com', port=443): Max retries exceeded with url: /1.1/statuses/sample.json?delimited=length (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7faf4e4761d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))