[Bug]: Cannot login in by manual login
What happened?
Show this error :
Traceback (most recent call last): File "requests\models.py", line 974, 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 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "gui.py", line 247, in
Enroller
GUI
OS
Windows
Relevant log output
Traceback (most recent call last):
File "requests\models.py", line 974, 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 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "gui.py", line 247, in <module>
File "base.py", line 745, in get_session_info
self.get_enrolled_courses()
File "base.py", line 531, in get_enrolled_courses
).json()
^^^^^^
File "requests\models.py", line 978, in json
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Terms
- [X] I am using the latest version available.
- [X] I agree to follow this project's Code of Conduct
Unfortunately, I am not able to reproduce this error, Manual login seems to be working as intended on my system.
this error still existed ..
I still haven't faced this issue, maybe its just happening for you. Check out the latest version. If you are still facing any problems make a new issue, and it will be addressed.