SweetzpotAS / StravaZpot-Android

A fluent API to integrate with Strava on Android apps
70 stars 35 forks source link

Occasional NumberFormatException when using upload apis #37

Closed alessionunzi closed 5 years ago

alessionunzi commented 5 years ago

I encountered occasionally errors like java.lang.NumberFormatException: Expected an int but was 2669565040 at line 1 column 17 path $.id so I decided to convert all id values from int to long

alessionunzi commented 5 years ago

Replaced by https://github.com/SweetzpotAS/StravaZpot-Android/pull/38