coddingtonbear / python-myfitnesspal

Access your meal tracking data stored in MyFitnessPal programatically
MIT License
794 stars 136 forks source link

No longer compatible with your measurements library #97

Closed hillwithsmallfields closed 4 years ago

hillwithsmallfields commented 4 years ago

Hi, you changed "weight" to "mass" in your "measurements" library, and python-myfitnesspal won't load with the new version.

coddingtonbear commented 4 years ago

Ahh; at this point python-measurements is mostly maintained by people that aren't me, actually, so I didn't actually personally have a hand in that. Would you mind posting a pull request either correcting that change in this library or alternatively update our requirements.txt such that it is pinned to a version before that change took place?

hillwithsmallfields commented 4 years ago

OK; I think I've hit another problem in the library, which actually looks familiar from when I used it before; I'll look at them both, and submit PRs.

coddingtonbear commented 4 years ago

I believe this issue was addressed via #98 ; thanks for posting a pull request!