havatv / qgislinedirectionhistogramplugin

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

Module crash #31

Open kolegovpp opened 1 year ago

kolegovpp commented 1 year ago

Hello! I've used the module before. It was good experience for fast drawing rose diagrams. But today I've had a crash report from python when I try running the modul.

How do I fixed it by myself if it possible?

Thx for answer.


TypeError: setValue(self, int): argument 1 has unexpected type 'float' 
Traceback (most recent call last):
  File "/home/user_name/.local/share/QGIS/QGIS3/profiles/default/python/plugins/LineDirectionHistogram/linedirectionhistogram.py", line 125, in run
    self.dlg.progressBar.setValue(0.0)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'

Python: 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] 
QGIS: 3.26.1-Buenos Aires Buenos Aires, b609df9ed4 
'''
NachoAcosta commented 1 month ago

I have the same python blocking problem