Jayapraveen / INE-courses-downloader

Python Script to download coures from INE.com website for personal and educational use
GNU General Public License v3.0
37 stars 19 forks source link

Error after putting correct user and passw #39

Closed Andre-pwn closed 1 year ago

Andre-pwn commented 1 year ago

Traceback (most recent call last): File "C:\Users\Win10\INE-courses-downloader\Ine.py", line 615, in login() File "C:\Users\Win10\INE-courses-downloader\Ine.py", line 75, in login refresh_token = login_data["data"]["tokens"]["data"]["Refresh"] KeyError: 'Refresh'

Andre-pwn commented 1 year ago

fixed with replacing Refresh with Bearer but now #34