taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.39k stars 579 forks source link

ERROR: Max retries exceeded with url: / #273

Open yahancheng opened 4 years ago

yahancheng commented 4 years ago

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?

abqareno commented 4 years ago

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.