Closed AlisterH closed 7 months ago
I came here to report the same error, though not in as much detail.
QGIS 3.36.0 and Python 3.11.2 on Debian 12.5
An error has occurred while executing Python code:
TypeError: QgsProcessingParameterNumber(): arguments did not match any overloaded call: overload 1: argument 'type' has unexpected type 'int' overload 2: argument 1 has unexpected type 'str'
Traceback (most recent call last):
File "/home/nemo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/lftools/processing_provider/Survey_LocalTangentPlane.py", line 187, in initAlgorithm
QgsProcessingParameterNumber(
TypeError: QgsProcessingParameterNumber(): arguments did not match any overloaded call:
overload 1: argument 'type' has unexpected type 'int'
overload 2: argument 1 has unexpected type 'str'
Python version: 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
QGIS version: 3.36.0-Maidenhead Maidenhead, 09951dc0acf
Python Path:
/home/nemo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/lftools
/usr/share/qgis/python
/home/nemo/.local/share/QGIS/QGIS3/profiles/default/python
/home/nemo/.local/share/QGIS/QGIS3/profiles/default/python/plugins
/usr/share/qgis/python/plugins
/usr/lib/python311.zip
/usr/lib/python3.11
/usr/lib/python3.11/lib-dynload
/home/nemo/.local/lib/python3.11/site-packages
/usr/local/lib/python3.11/dist-packages
/usr/lib/python3/dist-packages
/usr/lib/python3.11/dist-packages
/home/nemo/.local/share/QGIS/QGIS3/profiles/default/python
/home/nemo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/mmqgis/forms
/home/nemo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/shapetools/ext-libs
This bug has just been resolved in version 1.12.8 of the LFTools plugin. The plugin has already been submitted to the official QGIS repository and will be available soon. If you want to install directly from GitHub, you can download the Zip by following the following tutorial: https://youtu.be/cQi2Qxnvh-8
Traceback: