thomaschampagne/elevate

[desktop] [bug] Sync stopps because of an unhandled get error

Opened this issue · 4 comments

Sync is stuck as there is a GET ERROR (it appears the activity doesnt exist) - but there is no way to skip this activity and proceed with the sync

[
{
"type": 4,
"fromConnectorType": "STRAVA",
"description": "UNHANDLED HTTP GET ERROR on 'https://www.strava.com/api/v3/activities/443759561'. Error code: 500; Error message: Internal Server Error",
"code": "UNHANDLED_ERROR_SYNC",
"details": null,
"stack": null,
"activity": null
}
]

I also am getting an error the last few days, but a code 400 error

[
{
"type": 4,
"fromConnectorType": "STRAVA",
"description": "UNHANDLED HTTP GET ERROR on 'https://www.strava.com/api/v3/athlete/activities?before&after=1661965241&page=1&per_page=20'. Error code: 400; Error message: Bad Request",
"code": "UNHANDLED_ERROR_SYNC",
"details": null,
"stack": null,
"activity": null
}
]

Same problem here.
Any visibility on when this can be fixed?

[
{
"type": 4,
"fromConnectorType": "STRAVA",
"description": "UNHANDLED HTTP GET ERROR on 'https://www.strava.com/api/v3/athlete/activities?before&after=1663525755&page=1&per_page=20'. Error code: 400; Error message: Bad Request",
"code": "UNHANDLED_ERROR_SYNC",
"details": null,
"stack": null,
"activity": null
}
]

also getting this error

UNHANDLED HTTP GET ERROR on 'https://www.strava.com/api/v3/athlete/activities?before&after=2002559312&page=1&per_page=20'. Error code: 400; Error message: Bad Request   - UNHANDLED_ERROR_SYNC -

Same here:

UNHANDLED HTTP GET ERROR on 'https://www.strava.com/api/v3/athlete/activities?before&after=1682498939&page=1&per_page=20'. Error code: 400; Error message: Bad Request   - UNHANDLED_ERROR_SYNC -