Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status