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
'''
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.