mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-11 16:57:59 -05:00
[BUG]: Fit File Import Results in Errors but no import #4
Closed
opened 2025-07-08 08:37:19 -04:00 by AtHeartEngineer
·
0 comments
No Branch/Tag Specified
master
0.16.6
gh-pages
pre-release
0.16.5
copilot/add-pr-tracking-system
copilot/fix-330
copilot/fix-321
v0.16.5
v0.16.4
v0.16.3
v0.16.2
v0.16.1
v0.16.0
v0.16.0-RC2
v0.16.0-RC1
v0.16.0-Alpha5
v0.16.0-Alpha4
v0.15.9
v0.15.8
v0.15.7
v0.16.0-Alpha3
v0.16.0-Alpha2
v0.16.0-Alpha1
v0.15.6
v0.15.5
v0.15.4
v0.15.3
v0.15.2
v0.15.1
v0.15.0
v0.15.0-RC4
v0.15.0-RC3
v0.15.0-RC2
v0.15.0-RC1
v0.14.2
v0.14.1
v0.14.0
v0.14.0-RC2
v0.14.0-RC1
v0.13.4
v0.13.3
v0.13.2
v0.13.1
v0.13.0
v0.13.0-RC3
v0.13.0-RC2
v0.13.0-RC1
v0.12.7
v0.12.6
v0.12.5
v0.12.4
v0.12.3
v0.12.2
v0.12.1
v0.12.0
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
v0.10.7
v0.10.6
v0.10.5
v0.10.4
v0.10.3
v0.10.2
v0.10.1
v0.10.0
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.2
v0.8.1
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Labels
Clear labels
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
documentation
documentation
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
good first issue
good first issue
good first issue
good first issue
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
javascript
javascript
javascript
javascript
javascript
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
onlydust-wave
python
python
python
wontfix
Milestone
No items
No Milestone
Projects
Clear projects
No project
Assignees
AtHeartEngineer
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github/endurain#4
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheBig-O on 7/5/2025
Checklist
Description
**** UPDATE
Turns out it was an issue with MacOS. When you copy files from a mac to Linux, Macs also copy a "dot" file with the same name as the
.fitfile with a dot on the front. These are AppleDouble files and store metadata (like resource forks) but are not supported by Linux systems and are useless but confuse the bulk importer when you have both the actual.fitfile and these AppleDouble files.Once I removed these files and ran the importer again, the process worked just fine.
Perhaps, the only thing to note from this is maybe to look at ignoring any AppleDouble files when the bulk importer runs. (Or maybe any "dot" files.)
+++++++++++
When attempting to bulk import 3 .fit files, the result is no imports and the following error in the logs
Steps to Reproduce
Expected Behavior
I expected the .fit files to be imported.
Screenshots, logs or files
see above
Additional Context
This worked as recently as the previous version