twitterscraper
twitterscraper copied to clipboard
ERROR: Max retries exceeded with url: /
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?
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.