coddingtonbear / python-myfitnesspal

Access your meal tracking data stored in MyFitnessPal programatically
MIT License
789 stars 138 forks source link

Enable to access account: list index out of range #133

Closed llarbodiere closed 2 years ago

llarbodiere commented 2 years ago

Hello,

When I try to follow the documentation to access my account I get the following error list index out of range, either if I save my password or pass it as an agrument. I really want to use this library but it seems I cannot connect.

Thanks, Lucas

hannahburkhardt commented 2 years ago

I believe this is the login error that was fixed recently. Check your version and make sure you’re on 1.16.6. You can specify that specific version: pip install myfitnesspal==1.16.6

llarbodiere commented 2 years ago

Oh yes it works thanks a lot !