Monday, July 28, 2014

Dhulkee Coursera not working...

So I've received several messages about the change coursera made to their API and all the apps that stopped working. I'm really sorry I haven't been able to update the app as I've been really busy with other projects. I'll see if I have some time in the coming week to take a look at it and see what's going on with the API. I didn't think this many people were using it until it actually stopped working and I got all of these complaints. hahaha
I'll keep you guys updated.
Cya.

10 comments:

  1. Thanks =) im ansious to see it working again

    ReplyDelete
  2. Yep, thanks. Looking forward to using it again as well.

    ReplyDelete
  3. :O It would be awesome. thanks for your work, I'll be waiting :)

    ReplyDelete
  4. its working again?

    ReplyDelete
  5. Looking forward !! Hope you get time for this soon :D :D Great Work! Thanks

    ReplyDelete
  6. Hi Danilo, thanks a lot please resolve the issue, keep up the good work.

    ReplyDelete
  7. I think the problem is that the login URL has changed and the form fields have also changed. I'm not a Java guy, so I haven't tried compiling this yet, but I think this might be the fix-
    In the file Connector.java:
    Here's the new URL:

    private static final String SIGNINURL = "https://accounts.coursera.org/signin?post_redirect=https%3A%2F%2Fwww.coursera.org%2F";

    And here is the corrected post data:
    String postData = String.format("signin-email=%s&signin-password=%s",
    URLEncoder.encode(email, "UTF-8"),
    URLEncoder.encode(password, "UTF-8"));

    ReplyDelete
  8. If you have the need to download videos courses from Coursera, Lynda, Udemy, etc, you may try Allavsoft with this easy guide http://www.allavsoft.com/how-to/download-videos-from-coursera.html

    ReplyDelete