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.decoder.JSONDecodeError #76

Open
lxx909546478 opened this issue Jul 16, 2022 · 0 comments
Open

json.decoder.JSONDecodeError #76

lxx909546478 opened this issue Jul 16, 2022 · 0 comments

Comments

@lxx909546478
Copy link

lxx909546478 commented Jul 16, 2022

Run shadowsocksr-cli in command line, I just type "shadowsocksr-cli -l" and get an Error, the info is as follows:
And I have tried reinstall shadowsocksr-cli, but it doesn't work.
Did I get something wrong?

Traceback (most recent call last):
  File "/home/anaconda3/bin/shadowsocksr-cli", line 5, in <module>
    from shadowsocksr_cli.main import main
  File "/home/anaconda3/lib/python3.7/site-packages/shadowsocksr_cli/main.py", line 11, in <module>
    from shadowsocksr_cli.functions import *
  File "/home/anaconda3/lib/python3.7/site-packages/shadowsocksr_cli/functions.py", line 12, in <module>
    from shadowsocksr_cli.common import *
  File "/home/anaconda3/lib/python3.7/site-packages/shadowsocksr_cli/common.py", line 24, in <module>
    update_shadowsocksr = UpdateShadowsocksr()
  File "/home/anaconda3/lib/python3.7/site-packages/shadowsocksr_cli/update_utils.py", line 28, in __init__
    self.get_all_shadowsocksr_info()
  File "/home/anaconda3/lib/python3.7/site-packages/shadowsocksr_cli/update_utils.py", line 48, in get_all_shadowsocksr_info
    self.ssr_dict_list = json.loads(content)
  File "/home/anaconda3/lib/python3.7/json/__init__.py", line 348, in loads
    return _default_decoder.decode(s)
  File "/home/anaconda3/lib/python3.7/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/anaconda3/lib/python3.7/json/decoder.py", line 353, in raw_decode
    obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Unterminated string starting at: line 5629 column 20 (char 224999)
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

1 participant