Trying to execute lingo.get_learned_skills('ro') raises a Loop exception for me.
The problem seems to be, that it has two skills with the name "Properties" and one of them depends (?) on the other. So essentially it is executing this code:
It looks like the error is that dependencies uses "Units of Measurement" while dependencies_name uses "Properties". So I'm not sure if it is a bug of this library or by Duolingo.
Trying to execute
lingo.get_learned_skills('ro')
raises a Loop exception for me.The problem seems to be, that it has two skills with the name "Properties" and one of them depends (?) on the other. So essentially it is executing this code:
Here are the relevant attributes from the server response:
It looks like the error is that dependencies uses "Units of Measurement" while dependencies_name uses "Properties". So I'm not sure if it is a bug of this library or by Duolingo.