Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON file error #48

Closed
Bang1338 opened this issue Nov 16, 2021 · 1 comment
Closed

JSON file error #48

Bang1338 opened this issue Nov 16, 2021 · 1 comment

Comments

@Bang1338
Copy link

============================Output============================
Traceback (most recent call last):
File "C:\Users\Bang1338\Desktop\a\bot.py", line 26, in
config = json.load(file)
File "C:\Users\Bang1338\AppData\Local\Programs\Python\Python38-32\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Users\Bang1338\AppData\Local\Programs\Python\Python38-32\lib\json_init_.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Users\Bang1338\AppData\Local\Programs\Python\Python38-32\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Bang1338\AppData\Local\Programs\Python\Python38-32\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 4 column 14 (char 131)
============================End============================
I don't know what is that but... 5 error at same time

@kkrypt0nn kkrypt0nn changed the title Ton of error JSON file error Nov 16, 2021
@kkrypt0nn
Copy link
Owner

Hey - the content of the config.json file is not a valid JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants