Lou Gouyat

Results 9 comments of Lou Gouyat

Hi there, Just adding my own experience to this issue. I've encountered exactly the same problem as described by toothie96 (only steps displaying, all other parameters syncing correctly but "0"...

More info, hope this can help: Here is the 'total' answer to the "sudo python getData.py" command: {"message": "credentials.ini exists", "type": "status"} {"message": "Reading from credentials.ini", "type": "status"} {"message": "Read...

@SVendittelli If you think that the problem comes from the fact that it isn't retrieving the value for 'distance', could it be linked to the decimal separator. I live in...

@SVendittelli What code and in which file should I set up the locale (sorry I am not good enough...). I bet it is not in METRIC as it displays 6,932...

@SVendittelli By the way in the getData.py file, the print_data (distance) line is: *** print_data('distance',activitySummary['distances'][0]['distance'],activityGoals['distance']) *** Is the "activitySummary['distances'][0]['distance']" correct ou should it be "activitySummary['distance'][0]['distance']", without the "s" at ['distance'][0]

@toothie96 I'll let you know if I find an answer but I do think in my case that it is a locale problem and it cannot retrieve the distance value...

@SVendittelli I read the documents https://dev.fitbit.com/docs/activity/ and https://dev.fitbit.com/docs/basics/ The problem could be due to 'Accept-Locale' and not the 'Accept-Language' (as you already mentioned, when nothing is indicated, METRIC is used...

@SVendittelli Thanks for your help. I am trying different options on your advice... no luck so far but I'll keep trying and keep you posted if I succeed. Best,

@SVendittelli & @toothie96 Sorry guys but I am giving up. I've tried many combinations (even relocalising the fitbit account in the US and UK!), but I am still unsuccessful... That's...