time4tea / gopro-dashboard-overlay

Programs to process GoPro MP4 & Generic GPX/FIT files and create video dashboards & maps
GNU General Public License v3.0
365 stars 51 forks source link

Fix TypeError with .fit files #142

Closed rpellerin closed 1 year ago

rpellerin commented 1 year ago

Context

Fixes the following error when using a .fit file. image

Contributor Checklist

time4tea commented 1 year ago

Thanks for this contribution. I didnt realise that there was a problem when using a fit file that contains "gps_accuracy" tags. I think that is probably the problem. I'll see if i can make a test case to show the issue.

time4tea commented 1 year ago

Yes this definitely doesn't work! - Your fix does fix the problem - thank you! - I won't merge this PR, but I've taken your commits into main. Thanks for the contribution.