You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
(5 additional frame(s) were not displayed)
...
File "BunqWebApp/views.py", line 116, in post
session = self.store_in_session(file_contents, password, username)
File "BunqWebApp/views.py", line 147, in store_in_session
data = json.loads(data)
File "json/__init__.py", line 319, 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
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
This should return a error to the user instead of 500.
The text was updated successfully, but these errors were encountered:
https://sentry.io/share/issue/3137323731332e333034363033323838/
This should return a error to the user instead of 500.
The text was updated successfully, but these errors were encountered: