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

Error max retries exceeded with url.(Caused by ProxyError('Cannot connect to proxy.', NewConnectionError #1136

Closed
aucorr opened this issue Nov 29, 2018 · 1 comment
Labels
Invalid This is not valid No Reproduction This is not reproducible Stale This is inactive, outdated, too old, or no longer applicable

Comments

@aucorr
Copy link

aucorr commented Nov 29, 2018

I've been scrapping tweets succesfully with tweepy in python but suddenly yesterday, the following error popped up:

Warning: Error in py_call_impl: TweepError: Failed to send request: HTTPSConnectionPool(host='api.twitter.com', port=443): Max retries exceeded with url: /1.1/users/show.json?screen_name=xxxx (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000000008B62B470>: Failed to establish a new connection: [WinError 10060]

I am trying to download the tweets in my work where they have a proxy but since now everything was fine.
I don't know what is the main cause for this error....

@Harmon758
Copy link
Member

This traceback is simply an error connecting to your proxy.
I'm unable to reproduce this with a working proxy.
If you're just not able to connect to your proxy at all, then this isn't an issue with Tweepy.

@Harmon758 Harmon758 added Invalid This is not valid No Reproduction This is not reproducible Stale This is inactive, outdated, too old, or no longer applicable labels Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invalid This is not valid No Reproduction This is not reproducible Stale This is inactive, outdated, too old, or no longer applicable
Projects
None yet
Development

No branches or pull requests

2 participants