minorua / Qgis2threejs

3D map visualization and web export plugin for QGIS
http://minorua.github.io/Qgis2threejs/docs/
495 stars 91 forks source link

Python Exception: 'Q3DWebPage' object has no attribute 'wnd' #314

Open colingoodman opened 1 year ago

colingoodman commented 1 year ago

Upon attempting an export I receive the following exception, and the export window is empty:

AttributeError: 'Q3DWebPage' object has no attribute 'wnd' 
Traceback (most recent call last):
  File "/.../QGIS/QGIS3/profiles/default/python/plugins/Qgis2threejs/q3dview.py", line 298, in javaScriptConsoleMessage
    self.wnd.printConsoleMessage(message, lineNumber, sourceID)
AttributeError: 'Q3DWebPage' object has no attribute 'wnd'

Python version: 3.9.5 (default, Sep 10 2021, 16:18:19) [Clang 12.0.5 (clang-1205.0.22.11)] 
QGIS version: 3.30.0-'s-Hertogenbosch 's-Hertogenbosch, f186b8efe0 

Let me know if any additional information is needed for diagnosis. I am using MacOS 13.2.1

luigallucci commented 6 months ago

Someone has solved that problem?

minorua commented 5 months ago

Do you get this error while performing an export from the GUI of exporter?