dgoedkoop / joinmultiplelines

QGis Join Multiple Lines
BSD 2-Clause "Simplified" License
10 stars 5 forks source link

Error message with QGIS 3.10 #9

Open JJDokes opened 3 years ago

JJDokes commented 3 years ago

There was an error when installing the plugin with plugin manager, but plugin manager showed the plugin being installed, so I uninstalled and reinstalled. QGIS shows the plugin is installed, but I don't find it anywhere (not under Vector menu as I found stated somewhere, and does not show up on toolbar or other menus that I can see). Restarted QGIS and still don't find it, though Plugin Manager shows it is installed.

There may be a clue in this posting https://gis.stackexchange.com/questions/360565/adding-new-nodes-or-moving-segments-with-vertex-tool-in-qgis-3-10 as my QGIS 3.10 appears to behave the same way.

Very interesting is the last post on that page (as I write this), which is: "Windows 10. I couldn't use double-click. I copied the whole user configs folder from the %appdata% folder from other PC where the tool was still working. And worked at all! Add vertex and segment edit function came back. Now i need to find what config controls it. – Mateus Souza May 6 '20"

Seems like that could be related.

Here is a Python error that appears to be from installation of the plugin, though frankly I have no clue and hope I am not wasting your time (not sure where the strikeout is coming from below, not me).

2021-02-06T18:39:34 WARNING Traceback (most recent call last): File "C:/OSGEO4~1/apps/qgis-ltr/./python\qgis\utils.py", line 334, in _startPlugin plugins[packageName] = package.classFactory(iface) File "C:/Users/User/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\joinmultiplelines__init__.py", line 3, in classFactory from .joinmultiplelines import joinmultiplelines File "C:/OSGEO4~1/apps/qgis-ltr/./python\qgis\utils.py", line 792, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/Users/User/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\joinmultiplelines\joinmultiplelines.py", line 61, in import resources File "C:/OSGEO4~1/apps/qgis-ltr/./python\qgis\utils.py", line 792, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/Users/User/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\resources.py", line 1251, in qInitResources() File "C:/Users/User/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\resources.py", line 1243, in qInitResources qt_resource_name, qt_resource_data) TypeError: qRegisterResourceData(int, bytes, bytes, bytes): argument 2 has unexpected type 'str'