You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING Traceback (most recent call last):
File "/home/sylvain/.local/share/QGIS/QGIS3/profiles/sylvain/python/plugins/Video_UAV_Tracker/NewProject.py", line 294, in SelectVideoGPX
self.ParseGpx(self.GPXfile)
File "/home/sylvain/.local/share/QGIS/QGIS3/profiles/sylvain/python/plugins/Video_UAV_Tracker/NewProject.py", line 385, in ParseGpx
st_date = datetime.datetime.strptime(GPXList[0][1][3],'%Y-%m-%dT%H:%M:%S')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: strptime() argument 1 must be str, not int
Which format should be ok ?
The text was updated successfully, but these errors were encountered:
It seems that there is an issue with time parsing
For example, in metadata:
and
in trkpt
generate an error =>
Which format should be ok ?
The text was updated successfully, but these errors were encountered: