Forums

Script using request and beautifulSoup => Failed to establish a new connection: [Errno 110]

Hello,

I'm a paid user (very recent one, but I love your services btw!), I'm trying to use scripts to scrap certain websites and inject some data into my DB. The database part seems fine at the moment, but I receive some errors "Failed to establish a new connection: [Errno 110]" while trying to run my scrips (they work just fine when running on my PC). I don't know where it comes from, could it be because my app/server isn't allowed to contact other websites?

t=0&User-Agent=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F87.0.4280.141+Safari%2F537.36 (Caused by NewConnectio
nError('<urllib3.connection.HTTPSConnection object at 0x7f08b6464640>: Failed to establish a new connection: [Errno 110] Connection timed out'))

Thanks in advance for your help!

If the same code works in your local machine, it's possible that the site you're trying to scrape blocks requests from PA (but it's hard to establish that without knowing more about your code or the urls that you're hitting).