-
Notifications
You must be signed in to change notification settings - Fork 156
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
"No conversion for units u" when doing first data download #242
Comments
Can you share 647637184_ACTIVITY.fit with me? Upload it to something like dropbox and share a link? |
Thank you for your patience, notification got lost. Here are the files for the activity you mentioned: Thank you for paying attention to this! |
Looks like that share link expires in 24 hours and I didn't get to it in time. Do you have somewhere you can share where it will persist longer? |
Sorry about that Here's 1647637184_ACTIVITY.fit https://mega.nz/file/sMQhXDhS#gELbgDQK14HixFox7546op0n-uvHwwHckbzrDlQNzqI |
What can you tell me about this file? I can see that it was made by a ForeRunner 230, but where there additional sensors or a customer app involved? Data [0]: DataMessage: <MessageType.file_id: 0>: {'serial_number': 3935269152, 'time_created': datetime.datetime(2017, 3, 30, 0, 33, 37, tzinfo=datetime.timezone.utc), 'product_name': '4294967295', 'manufacturer': <Manufacturer.Garmin: 1>, 'product': <GarminProduct.fr230: 2157>, 'number': None, 'type': <FileType.activity: 4>} It has some fields that I'm not sure what to do with: arsed record RecordHeader: Local definition message 14 (Compressed False) In particular, note the first two fields. One with name "distance" and units "u". The second with name "pace" and units "s/100u". |
Kind of surprised that has odd fields. It was recorded with my very first Garmin watch, a long time ago already! |
Describe the bug
Programme completes execution but I checking the output I found error messages regarding activities not being processed.
To Reproduce
Steps to reproduce the behavior:
run garmindb_cli.py --all --download --import --analyze
Logs
Processing [<FileType.activity: 4>] FIT data from /Users/julio/HealthData/FitFiles/Activities
4%|█▋ | 64/1455 [00:24<08:17, 2.80files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1647637335_ACTIVITY.fit: No conversion for units u
8%|██▉ | 115/1455 [00:36<08:00, 2.79files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1647636773_ACTIVITY.fit: No conversion for units u
30%|██████████▉ | 430/1455 [02:36<06:45, 2.53files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1650881457_ACTIVITY.fit: No conversion for units u
33%|████████████ | 473/1455 [02:54<04:02, 4.05files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1631590303_ACTIVITY.fit: No conversion for units u
37%|█████████████▊ | 543/1455 [03:15<02:41, 5.64files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1619509164_ACTIVITY.fit: No conversion for units u
57%|█████████████████████▏ | 834/1455 [05:10<03:47, 2.73files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1698726503_ACTIVITY.fit: No conversion for units u
65%|████████████████████████▏ | 952/1455 [05:40<01:33, 5.39files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1683635013_ACTIVITY.fit: No conversion for units u
71%|█████████████████████████▋ | 1036/1455 [06:06<01:12, 5.75files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1670275236_ACTIVITY.fit: No conversion for units u
76%|███████████████████████████▍ | 1109/1455 [06:33<01:32, 3.72files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1647637184_ACTIVITY.fit: No conversion for units u
91%|████████████████████████████████▋ | 1322/1455 [07:40<00:24, 5.43files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1650881606_ACTIVITY.fit: No conversion for units u
98%|███████████████████████████████████▍| 1430/1455 [08:27<00:07, 3.30files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1622925901_ACTIVITY.fit: No conversion for units u
99%|███████████████████████████████████▌| 1438/1455 [08:30<00:08, 2.07files/s]Failed to parse /Users/julio/HealthData/FitFiles/Activities/1687478240_ACTIVITY.fit: No conversion for units u
bugreport.txt
Cannot attach bugreport.zip and garmin.log because they're >25mb (max allowed by GitHub).
The text was updated successfully, but these errors were encountered: