Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: QgsProcessingParameterNumber(): arguments did not match any overloaded call #1002

Open
daanvaningen opened this issue May 28, 2024 · 0 comments
Assignees
Labels

Comments

@daanvaningen
Copy link

daanvaningen commented May 28, 2024

Contact Details

[email protected]

Complexity

easy

Priority

low prio

What happened?

Opened QGIS, got a pop-up with error msg

How to Reproduce?

Linux
Install 3Di schematisation editor plugin
close Qgis
open Qgis

What did you expect and what was the actual result?

no pop-up

Add screenshots, video's etc

The maximum size for files is 25MB and the maximum size for images is 10MB.

Relevant log output

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/daan/.local/share/QGIS/QGIS3/profiles/default/python/plugins/threedi_schematisation_editor/processing/alghorithms_inflow.py", line 120, in initAlgorithm
    storm_pref = 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.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] 
QGIS version: 3.36.3-Maidenhead Maidenhead, 2df9655469b

Additional info

I can close the pop-up and everything seems to work, so low prio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants