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

JSONDecodeError: Expecting value: line 1 column 1 (char 0) #181

Closed
sentry-io bot opened this issue Jun 14, 2019 · 1 comment · Fixed by #182
Closed

JSONDecodeError: Expecting value: line 1 column 1 (char 0) #181

sentry-io bot opened this issue Jun 14, 2019 · 1 comment · Fixed by #182
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Jun 14, 2019

Sentry Issue: THOTH-1J1B

JSONDecodeError: Expecting value: line 1 column 1 (char 0)
  File "amun/api_v1.py", line 195, in get_inspection_job_log
    log = json.loads(log)
  File "__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None

Failed to load inspection job log for "inspection-5550c60e395b08e8"
@fridex
Copy link
Contributor

fridex commented Jun 14, 2019

It looks like the main reason is empty log - it was deleted by OpenShift.

This issue was closed.
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

Successfully merging a pull request may close this issue.

1 participant