techtanic / Discounted-Udemy-Course-Enroller

A script/software for automatically enrolling/joining 100% discounted Udemy courses for free. Get Paid Udemy courses for free with just a few clicks.
https://duce.techtanic.space
MIT License
820 stars 237 forks source link

[Bug]: Cannot login in by manual login #164

Closed TareqAbAmawi closed 2 months ago

TareqAbAmawi commented 3 months ago

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 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)

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

techtanic commented 3 months ago

Unfortunately, I am not able to reproduce this error, Manual login seems to be working as intended on my system.

TareqAbAmawi commented 3 months ago

this error still existed ..

techtanic commented 2 months ago

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.