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

77 instances: JSONDecodeError: Expecting value: line 1 column 1 (char 0) #523

Open
sentry-io bot opened this issue Apr 29, 2024 · 0 comments
Open

Comments

@sentry-io
Copy link

sentry-io bot commented Apr 29, 2024

Not sure what's happening here, but it happened 77 times yesterday. Worth investigating?


Sentry Issue: BIGCASES2-3G

JSONDecodeError: Expecting value: line 1 column 1 (char 0)
  File "requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  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

JSONDecodeError: Expecting value: line 1 column 1 (char 0)
(6 additional frame(s) were not displayed)
...
  File "bc/channel/models.py", line 122, in get_api_wrapper
    return BlueskyConnector(self.account_id, self.access_token)
  File "bc/channel/utils/connectors/bluesky.py", line 13, in __init__
    self.api = self.get_api_object()
  File "bc/channel/utils/connectors/bluesky.py", line 16, in get_api_object
    return BlueskyAPI(self.identifier, self.password)
  File "bc/channel/utils/connectors/bluesky_api/client.py", line 34, in __init__
    self._session = self._get_session()
  File "bc/channel/utils/connectors/bluesky_api/client.py", line 54, in _get_session
    return Session(**response.json())

Filed by: @mlissner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Bots Backlog
Development

No branches or pull requests

0 participants