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

Getting 'Max retries exceeded' error with the pip package but not when using sources from the repo #341

Closed
dalleng opened this issue Sep 1, 2014 · 1 comment

Comments

@dalleng
Copy link
Contributor

dalleng commented Sep 1, 2014

I'm writing a multithreaded crawler and I've noticed that sometimes calls to get_user_timeline end up throwing a TwythonError with the following message (after blocking for a considerable amount of time).

HTTPSConnectionPool(host='api.twitter.com', port=443): Max retries exceeded with url: /1.1/statuses/user_timeline.json?id=193709516 (Caused by <class 'httplib.BadStatusLine'>: '')

In order to find out what was going on I thought of cloning the repo and setting some breakpoints with pdb, but when using the sources instead of the pip downloaded package everything seems to work properly.

I ran a diff between between the pip downloaded files and the sources and there are changes. So I've got a few questions.

  1. Is this a known issue?
  2. Are you guys updating the pip package anytime soon?
@decklord
Copy link

decklord commented Sep 3, 2014

+1

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

3 participants