This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cannot deserialize value of type `java.lang.Double` from String "74,20": not a valid Double value

If I try to set a training goal on my Calendar, to try to use the Daily suggested workouts on my 955, I always get an error.

Apparently, even though Garmin converts "." to "," in the frontend:

it then fails to convert back to 74.2 so that the request can be deserialised into a double (I'm pretty sure the Android app has the same issue).