python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Scrape pages with "load more" button
I'm trying to scrape stock codes from my country but I'm stuck on a "load more" button on the website in question.
Website: https://br.tradingview.com/markets/stocks-brazilia/market-movers-a...
Leonardo Henriques
Votes: 0
Answers: 1
JSONDecodeError: Expecting value: line 1 column 1 (char 0), I am getting this error
How to fix this error JSONDecodeError: Expecting value: line 1 column 1 (char 0)?
Below is the code
from urllib.request import urlopen
api_url = "https://samples.openweathermap.org/data/2...
Rishav Pandit
Votes: 0
Answers: 1