Reputation: 135
I'm scraping data from a website since 3 months ago, but today I can't access the website anymore, neither with my web-browser. The site is still accessible via mobile phone. I have this message when I test a link in Scrapy shell :
twisted.internet.error.TCPTimedOutError: TCP connection timed out: 10060
Do you think I'm blacklisted? Or is it a technical problem?
I'm using python3 + scrapy + splash via docker all under Windows 10.
Upvotes: 2
Views: 2643