iraj jelodari
iraj jelodari
this line https://github.com/coursera-dl/edx-dl/blob/32a21912a2b8e7e44b287741cfceb56beae9d721/edx_dl/edx_dl.py#L100 and this line https://github.com/coursera-dl/edx-dl/blob/32a21912a2b8e7e44b287741cfceb56beae9d721/edx_dl/edx_dl.py#L122 should be replaced with: ```python LOGIN_API = BASE_URL + '/user_api/v1/account/login_session' ```
I still get below error though ``` Wrong Email or Password. ```
I changed it to your version, but I'm still getting the same error `urllib.error.HTTPError: HTTP Error 400: Bad Request`