SweetzpotAS / StravaZpot-Android

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

Issue sending TXC file #26

Open EnricoBeltramo opened 5 years ago

EnricoBeltramo commented 5 years ago

I have an issue sending TCX file. At the end of transmission I have following error: java.lang.NumberFormatException: Expected an int but was 2179799777 at line 1 column 17 path $.id

Debugging I found that happens when Strava anwer to upload with code 201 "Your activity is still being processed." that is considered error and there is an exception during parsing the answer.

Looking at: https://developers.strava.com/docs/uploads/ this code should interpreted as success?