Open mikechen66 opened 4 years ago
same error, at another line:
JSONDecodeError: Invalid control character at: line 28534 column 112 (char 958507)
I can not however find an invalid character at the specific line:
<rdf:Description rdf:nodeID="node1g8cq7gjmx484879580">
While I run the script. It has the following message.
url = 'https://query.wikidata.org/bigdata/namespace/wdq/sparql' data = requests.get(url, params={'query': query, 'format': 'json'}).json()
JSONDecodeError Traceback (most recent call last)