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 Decode Error - Char 4319 #119

Open
theMoe opened this issue Dec 27, 2024 · 1 comment
Open

JSON Decode Error - Char 4319 #119

theMoe opened this issue Dec 27, 2024 · 1 comment

Comments

@theMoe
Copy link

theMoe commented Dec 27, 2024

Hi,

after updating the factor of delay to 10 and the seconds to 606, I see this error, when I try to start the bot. Any ideas?

Traceback (most recent call last):
  File "/Users/user/Documents/GitHub/TWB/twb.py", line 487, in <module>
    main()
  File "/Users/user/Documents/GitHub/TWB/twb.py", line 441, in main
    check_update()
  File "/Users/user/Documents/GitHub/TWB/core/updater.py", line 30, in check_update
    parsed = json.load(fp=running_cf)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 293, in load
    return loads(fp.read(),
           ^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/decoder.py", line 340, in decode
    raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 159 column 2 (char 4319)
@chris7-dell
Copy link

i have the same problem

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