dgorissen / coursera-dl

A script for downloading course material (video's, pdfs, quizzes, etc) from coursera.org
http://dirkgorissen.com/2012/09/07/coursera-dl-a-coursera-download-script/
GNU General Public License v3.0
1.74k stars 299 forks source link

Failed to authenticate. #171

Closed divijkumar closed 9 years ago

divijkumar commented 9 years ago

Seems very similar to: https://github.com/dgorissen/coursera-dl/issues/137

I am seeing this issue again. I have verified that the coursera-dl, beautifulsoup4, mechanize & argparse are all updated and are at the latest versions. Am running on mac osx 10.9.5, python 2.7.5.

Coursera-dl v3.1 (html.parser) Logging in as 'xyz@abc.com'... Traceback (most recent call last): File "/usr/local/bin/coursera-dl", line 8, in load_entry_point('coursera-dl==3.1', 'console_scripts', 'coursera-dl')() File "/Library/Python/2.7/site-packages/courseradownloader/courseradownloader.py", line 649, in main d.login(args.course_names[0]) File "/Library/Python/2.7/site-packages/courseradownloader/courseradownloader.py", line 168, in login raise Exception("Failed to authenticate as %s" % self.username) Exception: Failed to authenticate as xyz@abc.com

dgorissen commented 9 years ago

Duplicate of #164