You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: