coursera-dl / edx-dl

A simple tool to download video lectures from edx.org (and other openedx sites)
GNU Lesser General Public License v3.0
1.92k stars 638 forks source link

Returns Wrong Email or Password #672

Open andreaangeli opened 3 years ago

andreaangeli commented 3 years ago

🚨Please review the Troubleshooting section before reporting any issue. Don't forget also to check the current issues to avoid duplicates.

Subject of the issue

When I try to connect my account it returns 'Wrong Email or Password' and 'm not able to log in

Your environment

Steps to reproduce

edx-dl --username xxxxxxx@email.com --password 11111111

Expected behaviour

I expect to log in but unfortunately it repurns:

edx_dl version 0.1.13
Building initial headers for future requests.
Getting initial CSRF token.
Found CSRF token.
Logging into Open edX site: https://courses.edx.org/user_api/v1/account/login_session
Wrong Email or Password.
UmbraDeorum commented 2 years ago

Same here. I am sure I am entering the right credentials too; validated by logging onto edx.

EDIT: Appears to be an issue when pasting the password in. When I type it in manually, everything works as it should.