twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

ERROR: Max retries exceeded with url: /

Open yahancheng opened this issue 4 years ago • 1 comments

Everything was fine yesterday, but today when I was trying to import twittersrcaper in my jupyter notebook again, I got this error:

HTTPSConnectionPool(host='free-proxy-list.net', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'SSL23_GET_SERVER_HELLO', 'unknown protocol')],)",),))

This has happened several times to me, and I have no idea why it just got back to normal after one day/few hours. Is there a maximum of tweets/pages that I can crawl in certain time period, or it is not the issue?

yahancheng avatar Mar 07 '20 18:03 yahancheng

That means you are blocked from accessing the website : free-proxy-list.net try to open it with your browser directly and see if it works in your browser.

abqareno avatar Mar 12 '20 19:03 abqareno