jsondecodeerror tag

2 questions


1 answers
47 views
0
Python JSONDecodeError. I need your help ㅜㅜ

Hello, this is a code related to json parsing, but I don't know why the error is coming out. I ask for your help.import requests, jsonurl = http://placehold.it/350x150.pngdata = { image_url:http://pla...

2 years ago

1 answers
49 views
0
JSONDecodeError: Expecting value: line 1 column 1 (char 0) is a question

import requestsimport reimport jsonreq = requests.get(page_urls[0]).json()html = req.contentsoup = BeautifulSoup(html, lxml)contents_table = soup.find(name=article)title = contents_table.find_all(h3 &...

2 years ago

© 2024 OneMinuteCode. All rights reserved.