python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
scrapping data - urlopen error [errno 11001] getaddrinfo Failed
I getting <urlopen error [errno 11001] getaddrinfo Failed> error while trying to scrape data from a website. Can somebody help me with this error. I am new to Python coding.
here is the code :-
...
Raghu
Votes: 0
Answers: 0
Status code 412 when trying to get response from chinese website
My code below returns <Response [412]> on Python, but accessing from Chrome has no problem.
import requests
response = requests.get("http://dzs.customs.gov.cn/dzs/2747042/3995819/ls/399738...

Oliveira
Votes: 0
Answers: 1
Verbose logging for urllib.request.urlopen
Is there any way to enable some kind of verbose logging for urllib? I'm especially trying to find out which TLS-Cert files its using and which proxy its using. I.e. if it is actually using what I conf...
Philippe
Votes: 0
Answers: 1
Getting AttributeErrors while trying to grab some page data
Good day. I am trying to grab a few data from a url however, only a few lines of my script works since it encountered errors. Any idea will do. Thank you
from bs4 import BeautifulSoup
from urllib.requ...
rbutrnz
Votes: 0
Answers: 1