polyvertex / fitdecode

A FIT file parsing and decoding library written in Python3
MIT License
158 stars 34 forks source link

Wahoo Element Roam fit file warnings #22

Open macdet opened 2 years ago

macdet commented 2 years ago

I try to parse my wahoo fit file.

{'file_id': 1, 'developer_data_id': 15, 'field_description': 15, 'event': 20, 'device_info': 47, 'unknown_65281': 2, 'sport': 1, 'workout': 1, 'record': 8440, 'hr_zone': 5, 'power_zone': 6, 'unknown_65280': 449, 'lap': 3, 'session': 1, 'activity': 1}

https://www.dropbox.com/s/8hngx5rqwyzz01x/2022-02-04-082113-ELEMNT%20ROAM%2087B3-69-0.fit?dl=0

/Users/macdet/Documents/develop/bikedata/fitdecode/cmd/./../fitdecode/reader.py:908: UserWarning: 'field "native_field_num" (idx #0) not found in message "field_description"' (local_mesg_num: 0; chunk_offset: 487); adding dummy dev data...

How can I avoid the warning?