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

Chaos monkey test sometimes has JSON decode errors #20788

Open
jdm opened this issue May 15, 2018 · 1 comment
Open

Chaos monkey test sometimes has JSON decode errors #20788

jdm opened this issue May 15, 2018 · 1 comment

Comments

@jdm
Copy link
Member

@jdm jdm commented May 15, 2018

Traceback (most recent call last):
  File "./etc/ci/chaos_monkey_test.py", line 40, in <module>
    report = json.loads(line.decode('utf-8'))
  File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 369, in decode
    raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 1 column 83 - line 2 column 1 (char 82 - 244)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.