Create Virtual Layer - (inactive/closed) EnMAP-Box causes python error in QGIS

Issue #1390 resolved
Fabian Thiel created an issue

Steps to reproduce error:

  • Create a Virtal Layer in QGIS with any Vector source and try to add it.
  • Error message shows, functionality itself is not impaired

Error message:

An error has occurred while executing Python code: 

TypeError: usesGeometryCallback() takes 0 positional arguments but 1 was given 
Traceback (most recent call last):
  File "C:\Users/fabian/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\qgispluginsupport\qps\qgsfunctions.py", line 301, in usesGeometry
    return self.mUsesGeometryFunc(node)
TypeError: usesGeometryCallback() takes 0 positional arguments but 1 was given


Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] 
QGIS version: 3.26.0-Buenos Aires Buenos Aires, 0aece2818e 

Comments (2)

  1. Log in to comment