-
Notifications
You must be signed in to change notification settings - Fork 128
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
JSONDecodeError when trying to call .get_vocabulary() #139
Comments
It seems that API is changed. |
Duolingo made a change to their Vocabulary API... I ran into the same problem with my own project. At the same time they introduced a new feature to their app, a vocabulary exercise. If I have time I will try to reverse-engineer how that exercise gets its data. I assume that they updated their vocabulary endpoint to fit that new feature, which led to a change to deprecate the known endpoint. |
same problem. It seems that the the new feature as @Mordano has mentioned , endpoint is |
What is the state of this issue? I see a linked PR fixing this issue. Did anyone tested this? |
Hey community!
I'm currently facing an error when trying to call .get_vocabulary() from the Duolingo API. Anybody else having the same issue or may know what is going on?
Thanks
The text was updated successfully, but these errors were encountered: