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 2 column 1 (char 1) #3463

Open
sentry-io bot opened this issue Sep 17, 2024 · 0 comments
Open

JSONDecodeError: Expecting value: line 2 column 1 (char 1) #3463

sentry-io bot opened this issue Sep 17, 2024 · 0 comments
Labels
Module: Images Type: Bug A problem that impairs or prevents the functions of the product.

Comments

@sentry-io
Copy link

sentry-io bot commented Sep 17, 2024

Sentry Issue: APPLICATION-BACKEND-70P

JSONDecodeError: Expecting value: line 2 column 1 (char 1)
  File "emails/middlewares/api.py", line 35, in __call__
    json.loads(response.content.decode() or "{}"),
  File "__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
@sentry-io sentry-io bot added Module: Images Type: Bug A problem that impairs or prevents the functions of the product. labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Images Type: Bug A problem that impairs or prevents the functions of the product.
Projects
Status: Not started
Development

No branches or pull requests

0 participants