Anon-Exploiter / ine-dl

Python script to download INE courses including labs, exercises, quizzes, slides, and, videos!
MIT License
17 stars 8 forks source link

Wrong Creds #1

Closed parteeksingh005 closed 2 years ago

parteeksingh005 commented 2 years ago

I am trying to check if your script works. I have followed the instructions. Wen i run the script it's showing me ERROR Wrong credentials specified!. Can you help me with this why i am getting this error?

Eror

Anon-Exploiter commented 2 years ago

Hi,

Just to be sure, are you able to login into the web application with the same credentials? Does your password contain a backslash \? That could escape the JSON double-quotes and might be the issue here.

parteeksingh005 commented 2 years ago

HI, I am able to login into the web application with the same credentials. No, Password doesn't contain any backslash. Instead, I am logging in by using log in with Google. Is there any chance using the different login mechanism the script is not recognizing the credentials?

Anon-Exploiter commented 2 years ago

Sorry, the script won't work with those credentials.

I've seen the option for signing in with Google and other OAuth providers but since I can't publicly signup with them, I can't write a module for it in the script.

If you want to, I can take a look at how the authentication is happening using your credentials. Let me know if you're up for it.

Anon-Exploiter commented 2 years ago

Closing due to no response