New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot login to coursera.org #340
Comments
|
What environment are you using? More details about Python interpreter and so on would be helpful. The packages installed would also be nice to know. All that I can say here is that it works for me with my Debian sid system and the dependencies all pulled from sid (yes, I don't use pip myself). :) |
|
BTW, what is the output of |
|
Hi @rbrito , These are the various dependencies which I have. You will notice that python-agparse is not there but then it is supposed to be installed only with python 2.6 and I'm on python 2.7 My I haven't shared my username and password, if need be will send it to your @debian.org address. I don't know whether or not You can also look at #339 as it has the same details as the one shared above. |
|
I am facing the same issue :/ @shirishag75 Did you find a fix to this issue? |
|
Hi. On May 03 2015, Meghna Natraj wrote:
One of the most important modules currently for connecting with coursera is @shirishag75, there's no need (yet) to send me any personal information. Can you please report the result (via
The last one is the more problematic one that involves compilation, I would love to know if the instructions from BTW, in Debian systems, the Thanks, Rogério Brito. Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA |
|
@rbrito I am using a Mac OS. Version 10.9.5 If you need more information let me know. I will let you know. |
|
Hi, Meghna. On May 04 2015, Meghna Natraj wrote:
Sure, no problems. These are the commands that you can use to find out the The first command may only be available if you are using Python 2 on your The last command may generate a lot of output if you are not using a virtual If you are using a package manager like homebrew or macports, upgrading your Also in my experience, having the newest Python interpreter in the lineage Also, it is important to know which method you used to install coursera-dl.
I hope that the commands above help us know what packages you have If you decide to upgrade things, please, do proceed with one step at a
Please let me know if these instructions work for you. If they do and you If the instructions don't work, let me know at which step you stopped and Thanks, Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA |
|
Same issue here, with OS X Yosemite 10.10.3 python --version:
openssl version:
pip freeze:
The error I got is:
If I add --debug:
|
|
Actually, I didn't use pip but used debian in-house things. Apart from one or two dependencies, most of them are in debian. The only one which is not available yet in debian is python-ndg-httpclient. Those versions might be outdated but looking for an updated version of those if that might help. I don't like using pip or any of such tools as far as possible. |
|
Hi. On May 19 2015, shirish wrote:
(...)
This is available in Debian, as I have it here, but you missed an In fact, python-ndg-httpsclient, together with python-openssl is really Does your Trying to debug this issue, I installed "from scratch" the package on both When I installed the program on the powerpc machine I mistyped my e-mail Just to isolate the netrc thing, can you pass your username and password on
If you install a virtualenv (which I described in the README file), then all Or, if you prefer, you can install a full blown chroot (or a docker Regards, Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA |
|
Updated my previous answer to show the version of python-ndg-httpsclient as well. I indeed had the angle brackets and the quotation marks, removed both of them. This is how my .netrc looks now :- Of course, the name and password are to protect my privacy. These are the steps I took :- a. Updated coursera-dl to the latest master by doing Now I'm at 9d0ee94 Once this was done, again tried to use the same example as above. This time hit it on the first attempt :- So actually this was not an issue at your end but more about how .netrc should have looked at my end. Apparently apart from < even " is a funny character. I would suggest adding to the notes the following so that others do not fall into my trap. If needed, wanted would do a PR although it would involve me forking the project, making a commit there and doing a PR to you, while you'll be able to do it more easily and smoothly by yourself. On *nix platforms, the use of a ~/.netrc file is a good alternative to specifying both your username (i.e., your email address) and password every time on the command line. To use it, simply add a line like the one below to a file named .netrc in your home directory (or the equivalent, if you are using Windows) with contents like: this is where login/username is abcd and the password is xyzzyi . If you are successful you will give output something like this :- Things to note here :- I am keeping the bug open On *nix platforms, the use of a ~/.netrc file is a good alternative to specifying both your username (i.e., your email address) and password every time on the command line. To use it, simply add a line like the one below to a file named .netrc in your home directory (or the equivalent, if you are using Windows) with contents like: this is where login/username is abcd and the password is xyzzyi . If you are successful you will give output something like this :- Things to note here :- I am keeping the bug open On *nix platforms, the use of a ~/.netrc file is a good alternative to specifying both your username (i.e., your email address) and password every time on the command line. To use it, simply add a line like the one below to a file named .netrc in your home directory (or the equivalent, if you are using Windows) with contents like: this is where login/username is abcd and the password is xyzzyi . If you are successful you will give output something like this :- Things to note here :- I am keeping the bug open for now as there were other voices in here as well. My issue is solved and hopefully others would also learn something from the process. I would leave it to @rbrito and others @MeghnaNatraj and @boyus to either use this space or make their own tickets, either way thank you for sticking around :) |
|
Thank you @shirishag75 and @rbrito for your generous help. My issue was resolved, which turns out to be a simple passcode problem. My careless mistake has cost me several days of debugging :) |
|
@boyus glad to hear that. :) Are you guys still facing this issue @MeghnaNatraj and @shirishag75 ? @rbrito how can I find out the coursera-dl version by the command line? |
|
I had a similar error message. Then I discovered I could not use my coursera username, but only the email address associated with my coursera account. |
|
@sondra-kinsey, can you please send a change to our main document (README.md) making explicit the language that, perhaps, wasn't clear in the first place? |
|
Please Help me , I could not able to download the courses During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): C:\Users\Kishore Odugu> |
Once I did as shared at #339 I get the following now :-
The class can be seen at https://www.coursera.org/learn/recommender-systems/
trying out the --debug version gives the following :-
The
xxxxxxare there just for protecting privacy.The text was updated successfully, but these errors were encountered: