havatv / qgislinedirectionhistogramplugin

A QGIS plugin to create a histogram of line directions
GNU General Public License v2.0
0 stars 0 forks source link

Python error #32

Open DetaG1982 opened 3 months ago

DetaG1982 commented 3 months ago

When I try to start the plug-in, the following message appears:

024-08-06T12:48:29 WARNING Traceback (most recent call last): File "C:\Users/detag/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LineDirectionHistogram\linedirectionhistogram.py", line 125, in run self.dlg.progressBar.setValue(0.0) TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'

and the plug-in does not start. Thanks for any help in advance!

SauloCar commented 2 weeks ago

Hi DetaG1982,

Did you manage to solve this problem? I'm experiencing the same issue.