It's been long while, but I've been using your code for quite some time now. We exchanged emails a while back about time lapses.
Anyway, I've updated to the latest code recently and I seem to be getting this error whenever I am using GoPro and GPX data to create overlays. This was not the case in the past. As best as I can tell, my issue is with DateRange.overlap_seconds. Specifically, it's the 2nd time it's called (~line 236) and it's that the function is trying to do something with two different types of variables: frame_meta is Timeunit (I think) while fit_or_gpx_timeseries's is datetime.datetime.
I'm not sure if this is just me, but I can't see any other open or closed issues related to this...so hopefully just a user error??
Hi there -
It's been long while, but I've been using your code for quite some time now. We exchanged emails a while back about time lapses.
Anyway, I've updated to the latest code recently and I seem to be getting this error whenever I am using GoPro and GPX data to create overlays. This was not the case in the past. As best as I can tell, my issue is with DateRange.overlap_seconds. Specifically, it's the 2nd time it's called (~line 236) and it's that the function is trying to do something with two different types of variables: frame_meta is Timeunit (I think) while fit_or_gpx_timeseries's is datetime.datetime.
I'm not sure if this is just me, but I can't see any other open or closed issues related to this...so hopefully just a user error??
Thanks!