-
Notifications
You must be signed in to change notification settings - Fork 130
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
points_rank no longer available #112
Comments
I'm having a similar issue with the
|
As I am only using a couple of the functions from this package, I was wondering if it was the only change to the API. |
Yep, apparently, quite a few things got broken. get_friends() doesn't work since the 4th of Dec. |
Same problem here, also ran into the problem with |
…ger available)
Is there going to be a new release with a fix for this soon? |
@isaacnorman82 I will open a pull request and I hope that it will be merged. |
Any update @Bapt5 ? |
OK I raised #126 Is this project still active? |
Since 2021-12-04 I received error messages triggered by missing
points_rank
. Is it possible Duolingo changed its API?My temporary (?) solution was to remove all references to
points_rank
in my code, download theduolingo.py
from this repository and remove the one reference topoints_rank
in the functionget_language_progress(self, lang)
.Current code:
Modified code:
As I didn't do anything with
points_rank
apart from storing it in a database, that was all it took to get my app up and running again.The text was updated successfully, but these errors were encountered: