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
The application encounters a JSONDecodeError while attempting to parse the response from an API within the rd method in base.py. The error specifies an issue at line 2 column 1 (char 1) of the JSON response.
Enroller
GUI
OS
Windows
Relevant log output
Traceback (most recent call last):
File "requests\models.py", line 971, in json
File "json\__init__.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "base.py", line 192, in rd
).json()
File "requests\models.py", line 975, in json
requests.exceptions.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
Terms
I am using the latest available version.
The text was updated successfully, but these errors were encountered:
What happened?
The application encounters a JSONDecodeError while attempting to parse the response from an API within the rd method in base.py. The error specifies an issue at line 2 column 1 (char 1) of the JSON response.
Enroller
GUI
OS
Windows
Relevant log output
Terms
The text was updated successfully, but these errors were encountered: