Closed Roaders closed 4 years ago
I installed via pip3 and these are the details:
pi@piName:~ $ pip3 show garminexport
Name: garminexport
Version: 0.1.0
Summary: Garmin Connect activity exporter and backup tool
Home-page: https://github.com/petergardfjall/garminexport
Author: Peter Gardfjäll
Author-email: peter.gardfjall.work@gmail.com
License: Apache License 2.0
Location: /home/pi/.local/lib/python3.7/site-packages
Requires: python-dateutil, requests
Required-by:
I think the problem is with Garmin, also when trying a manual export of activity from Garmin Connect (.fit or .tcx), it gives the same error message: 400 Bad request Your browser sent an invalid request.
2020-08-05 02:10:47,371 [INFO] {get_activity_fit}: attempt 1 ... 2020-08-05 02:10:47,660 [INFO] {get_activity_fit}: waiting 1 seconds for next attempt 2020-08-05 02:10:48,662 [INFO] {get_activity_fit}: attempt 2 ... 2020-08-05 02:10:49,395 [INFO] {get_activity_fit}: waiting 2 seconds for next attempt 2020-08-05 02:10:51,397 [INFO] {get_activity_fit}: attempt 3 ... 2020-08-05 02:10:51,653 [INFO] {get_activity_fit}: waiting 4 seconds for next attempt 2020-08-05 02:10:55,657 [INFO] {get_activity_fit}: attempt 4 ... 2020-08-05 02:10:55,923 [INFO] {get_activity_fit}: waiting 8 seconds for next attempt 2020-08-05 02:11:03,931 [INFO] {get_activity_fit}: attempt 5 ... 2020-08-05 02:11:04,201 [INFO] {get_activity_fit}: waiting 16 seconds for next attempt 2020-08-05 02:11:20,218 [INFO] {get_activity_fit}: attempt 6 ... 2020-08-05 02:11:20,476 [INFO] {get_activity_fit}: waiting 32 seconds for next attempt
At least for me the export works again. Also the download directly from garmin connect doesn't raise bad request error anymore.
yup, working for me now. Thanks
When trying to run garmin backup I get the following:
When running with DEBUG log level and max retries of 2 I get a bit more detail:
Garmin is saying bad request.
It also seems that despite trying and failing to load an activity I am still getting this:
Is this me or has garmin changed the service or is there an issue with garmin backup? Thanks