sagost / Video_UAV_Tracker-3D

Replay a video in sync with a gps track displayed on the map.
43 stars 19 forks source link

Error in progress bar with python 3.10 #5

Open kikislater opened 1 year ago

kikislater commented 1 year ago

I get this error :

TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float' 
Traceback (most recent call last):
  File "/home/sylvain/.local/share/QGIS/QGIS3/profiles/sylvain/python/plugins/Video_UAV_Tracker/NewProject.py", line 448, in positionChanged
    self.horizontalSlider.setValue(progress)
TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float'

_Originally posted by @kikislater in https://github.com/sagost/Video_UAV_Tracker-3D/issues/4#issuecomment-1432904488_