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

NameError: name 'access_token' is not defined #50

Open HamzaNakabi opened 1 year ago

HamzaNakabi commented 1 year ago

Every time I test the script I have this error : Traceback (most recent call last): File "C:\Users\Lenovo\Downloads\INE-courses-downloader-master\Ine.py", line 617, in access_pass = pass_validator() File "C:\Users\Lenovo\Downloads\INE-courses-downloader-master\Ine.py", line 187, in pass_validator header = {"Host": host,"Origin": referer,"Authorization": access_token,"User-Agent": user_agent,"Accept": accept,"X-Requested-With": x_requested_with,"Accept-Encoding": accept_encodings,"sec-fetch-mode": sec_fetch_mode,"sec-fetch-dest": sec_fetch_dest,"Referer": referer} NameError: name 'access_token' is not defined

Jamsgrove commented 1 year ago

I also have this issue, fresh install and running 20.04.5 LTS with Python 3.8.10

Master-Chief07 commented 1 year ago

Getting the same error

SyedAyaz26 commented 1 year ago

i have also same error