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
Heafter the error detalis from the python console:
Traceback (most recent call last):
File "C:\Users/.../AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\NNJoin\NNJoin_plugin.py", line 137, in run
self.dlg.progressBar.setValue(0.0)
TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'
Windows fatal exception: access violation
Current thread 0x000064c0 (most recent call first):
File "C:\Users/memno/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\NNJoin\NNJoin_gui.py", line 585 in showError
self.iface.messageBar().pushMessage(self.tr('Error'), text,
File "C:\Users/memno/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\NNJoin\NNJoin_gui.py", line 221 in workerFinished
self.showError(self.tr('Aborted') + '!')
File "C:\Users/memno/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\NNJoin\NNJoin_plugin.py", line 177 in run
self.dlg.exec_()
QGIS Info
QGIS Version: 3.40.1-Bratislava
QGIS code revision: 989853a7
Compiled against Qt: 5.15.13
Running against Qt: 5.15.13
Compiled against GDAL: 3.9.3
Running against GDAL: 3.9.3
System Info
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 10.0.22631
The text was updated successfully, but these errors were encountered:
NNJoin does not work on QGIS 3.34 and 3.40.
Heafter the error detalis from the python console:
Traceback (most recent call last):
File "C:\Users/.../AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\NNJoin\NNJoin_plugin.py", line 137, in run
self.dlg.progressBar.setValue(0.0)
TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'
Tried to fix the error with the following solution: https://gis.stackexchange.com/questions/439177/nnjoin-not-returning-any-result
After the changes, NNJoin open but after executing it QGIS crashes. Hearafter the crash report of QGis 3.40:
Report Details
Python Stack Trace
Stack Trace
QGIS Info
QGIS Version: 3.40.1-Bratislava
QGIS code revision: 989853a7
Compiled against Qt: 5.15.13
Running against Qt: 5.15.13
Compiled against GDAL: 3.9.3
Running against GDAL: 3.9.3
System Info
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 10.0.22631
The text was updated successfully, but these errors were encountered: