You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 86, in
data = json.load(f)
File "C:\Python38\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Python38\lib\json_init_.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Python38\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python38\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Invalid control character at: line 2 column 1337 (char 1338)
As I understand you have an invalid character in the .json file, please check that there are no strange characters, you can also send me the .json so I can check it
the file should look like this with the url already implemented:
Hello.. please can you help me
Thank you..
The text was updated successfully, but these errors were encountered: