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 Oct 7, 2019. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered: