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

get_friends() #117

Open
cagriyalniz opened this issue Apr 28, 2022 · 1 comment
Open

get_friends() #117

cagriyalniz opened this issue Apr 28, 2022 · 1 comment

Comments

@cagriyalniz
Copy link

when i use get_friends() function, program gives me a error:

File "/home/cagriyalniz/miniconda3/lib/python3.8/site-packages/duolingo.py", line 407, in get_friends
for friend in v['points_ranking_data']:
KeyError: 'points_ranking_data'

but other functions (example: get_user_info()) is working. points_ranking_data key is right?

@walkinrey
Copy link

getting same problem but with get_language_progress() function

File "E:\py\lib\site-packages\duolingo.py", line 401, in get_language_progress
return self._make_dict(fields, self.user_data.language_data[lang])
data[key] = array[key]
KeyError: 'points_rank'

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

No branches or pull requests

2 participants