Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TweepError: Failed to send request: HTTPSConnectionPool(host='api.twitter.com', port=443) #47

Open
ryoma116 opened this issue May 20, 2021 · 0 comments

Comments

@ryoma116
Copy link
Owner

error log

Traceback (most recent call last):
  File "/Users/ryoma/projects/twitter-analytics-utils/venv/lib/python3.8/site-packages/tweepy/binder.py", line 253, in _call
    return method.execute()
  File "/Users/ryoma/projects/twitter-analytics-utils/venv/lib/python3.8/site-packages/tweepy/binder.py", line 192, in execute
    six.reraise(TweepError, TweepError('Failed to send request: %s' % e), sys.exc_info()[2])
  File "/Users/ryoma/projects/twitter-analytics-utils/venv/lib/python3.8/site-packages/six.py", line 702, in reraise
    raise value.with_traceback(tb)
  File "/Users/ryoma/projects/twitter-analytics-utils/venv/lib/python3.8/site-packages/tweepy/binder.py", line 184, in execute
    resp = self.session.request(self.method,
  File "/Users/ryoma/projects/twitter-analytics-utils/venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
    resp = self.send(prep, **send_kwargs)
  File "/Users/ryoma/projects/twitter-analytics-utils/venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
    r = adapter.send(request, **kwargs)
  File "/Users/ryoma/projects/twitter-analytics-utils/venv/lib/python3.8/site-packages/requests/adapters.py", line 529, in send
    raise ReadTimeout(e, request=request)
tweepy.error.TweepError: Failed to send request: HTTPSConnectionPool(host='api.twitter.com', port=443): Read timed out. (read timeout=60)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant