python - socket Errno 10060 -


im using requests routinely download webpage , check updates, ive been getting these errors :

httpconnectionpool(host='somehost', port=someport): max retries exceeded url: someurl (caused : [errno 10060] connection attempt failed because connected party did not respond after period of time, or established connection failed because connected host has failed respond)

now script has been running weeks issue never coming up. site administrator has started blocking proxy's ip?

i should add not against tos of site scrape it.

can me figure out whats reason this?

thanks

the remote connection timed out.

the host trying connect not answering; not refusing connections, not responding at all connection attempts.

perhaps host overloaded or down? caused site blocking ip address dropping packets (a firewall drop rule instead of reject rule).

you can try connect site different ip address; if connections work fine, not original address, there higher likelihood deliberately being blocked.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -