Skip to content
New issue

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

Rewrite workout file processing #194

Open
SamR1 opened this issue Jun 22, 2022 · 6 comments
Open

Rewrite workout file processing #194

SamR1 opened this issue Jun 22, 2022 · 6 comments

Comments

@SamR1
Copy link
Owner

SamR1 commented Jun 22, 2022

Workout files processing needs to be rewritten, in order to:

Related tests also need some refactoring.

@dmillman
Copy link

How about increasing .gpx file max size?
I have 113 gpx files here in the 1-2 MB range, all from #OpenTracks

@SamR1
Copy link
Owner Author

SamR1 commented Oct 26, 2022

Hi @dmillman

It's possible to increase file max size in the administration: https://samr1.github.io/FitTrackee/features.html#administration

@dmillman
Copy link

Excellent! How about a watched directory for both import of a large number of files, and also a way to hand off files to FitTrackee in a workflow?

@SamR1
Copy link
Owner Author

SamR1 commented Nov 1, 2022

An issue is open: #144.
But for now there are only workarounds to upload files to FitTrackee.

@dmillman
Copy link

dmillman commented Nov 2, 2022

I didn't increase file max size in the administration because I can't figure out how to get into the administration (because I'm running it with docker-compose-dev.yml).
It seems that the file size limit is not respected for files that are supplied inside zips.

@SamR1
Copy link
Owner Author

SamR1 commented Nov 4, 2022

I didn't increase file max size in the administration because I can't figure out how to get into the administration (because I'm running it with docker-compose-dev.yml).

A command allows to add admin rigths: $ make docker-set-admin USERNAME=<username>.

It seems that the file size limit is not respected for files that are supplied inside zips.

Thanks for the report, I'll fix that to avoid timeout errors (until .zip archives import improvements).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants