We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi 👋
In the "beginner" section of the README, the links for requesting activity data, for Garmin and Strava, are the same and redirect to Strava support. So I think the link for Garmin might be this one: https://support.garmin.com/en-US/?faq=W1TvTPW8JZ6LfJSfK512Q8&productID=73207&searchQuery=export%20data&tab=topics
But after requesting my Garmin data, the project doesn't work and no FIT, TCX, GPX files are present in the exports.
Am I doing it right?
The text was updated successfully, but these errors were encountered:
You're right, fixed that incorrect link! Can you share the command you're using that passes in the downloaded Garmin ZIP file?
Sorry, something went wrong.
@NathanBaulch Thank you for your reply !
I retry and it's works but not when the zip file is in a directory, or when I use an absolute path to the zip file
$ go/bin/rainbow-roads export.zip files: 5,059 activities: 99 records: 101,170 ... $ go/bin/rainbow-roads ~/export.zip Error: open /home/phlowrient/export.zip: invalid argument $ mkdir tmp $ cp export.zip tmp/ $ ls tmp/ export.zip $ go/bin/rainbow-roads tmp/export.zip Error: open tmp/export.zip: no such file or directory $ go/bin/rainbow-roads ~/tmp/export.zip Error: open /home/phlowrient/tmp/export.zip: invalid argument
I'm on Manjaro, with go 1.22.0 installed
No branches or pull requests
Hi 👋
In the "beginner" section of the README, the links for requesting activity data, for Garmin and Strava, are the same and redirect to Strava support. So I think the link for Garmin might be this one: https://support.garmin.com/en-US/?faq=W1TvTPW8JZ6LfJSfK512Q8&productID=73207&searchQuery=export%20data&tab=topics
But after requesting my Garmin data, the project doesn't work and no FIT, TCX, GPX files are present in the exports.
Am I doing it right?
The text was updated successfully, but these errors were encountered: