Skip to content
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

remove points rank from get_language_progress #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

isaacnorman82
Copy link

As is the current release doesn't work because of 'points_rank' no longer being avialable.

@awinterstein
Copy link

@KartikTalwar, could that be merged soon? It's a minimal change and is needed to make the call work again.

@isaacnorman82
Copy link
Author

@awinterstein I think this repo isn't being maintained anymore - I just forked it and made this change to at least keep things working for me.

@andreasscherbaum
Copy link
Contributor

@isaacnorman82 What is your Repo URL? This one?

@isaacnorman82
Copy link
Author

isaacnorman82 commented Feb 17, 2023 via email

@andreasscherbaum
Copy link
Contributor

Couple things I found:

  • The login URL is not https://www.duolingo.com/login but https://www.duolingo.com/2017-06-30/login?fields=
  • The entire payload is JSON
  • The payload has a field distinctId which seems to be an UUID value
  • The Username field is no longer login but identifier
  • There's a new field landingUrl with content https://www.duolingo.com/
  • New field lastReferrer which is empty (in my case)
  • New field signal, with subkeys

The payload, with values masked:

{"distinctId":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","signal":{"siteKey":"xxxxxxxx","token":"xxxxxxxx","vendor":2},"identifier":"xxxx","password":"xxxx","landingUrl":"https://www.duolingo.com/","lastReferrer":""}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants