denolfe / jefit

A third-party API for accessing JeFit data
16 stars 4 forks source link

no data fetched #1

Closed nyculescu closed 5 years ago

nyculescu commented 7 years ago

I tried to fetch data from Jefit and the response for a) jefit.fetchMostRecent() is: { "exercises": [] }

b) jefit.fetchSingleDate() is: { exercises: [] }

So, the response is empty, even on Jefit I have a lot of data stored.

denolfe commented 7 years ago

It looks like they've changed a lot of the css classes that were used when I wrote this 2 years ago. I may be able to take a look soon but no guarantees. If you want to explore it yourself, take a look at the code after: https://github.com/denolfe/jefit/blob/master/lib/fetchSingleDate.js#L23. This contains classes that no longer exist and were in all likelihood just renamed to something else.

oronbz commented 5 years ago

Hi @nyculescu , just make sure your privacy setting is set on: Everyone, this fixed it for me.

denolfe commented 5 years ago

Thanks @oronbz for confirming functionality! Closing.