You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
v = endomondo.get_workout(531266864)
v.start_time = datetime.utcnow()
endomondo.post_workout(workout=v, properties={'audioMessage': 'false'})
Traceback (most recent call last):
File "", line 1, in
File "endomondo/endomondo.py", line 386, in post_workout
data = '\n'.join([self.flatten_trackpoint(i) for i in chunk])
File "endomondo/endomondo.py", line 410, in flatten_trackpoint
'dist': round(track_point.dist,2),
TypeError: a float is required
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: