In de laatste twee versies van Qgis werkt de PDOK plugin niet naar behoren. Als ik klik op het PDOK-icoon zie ik de lijst met te importeren services. Maar zodra ik ergens anders in Qgis heb geklikt, krijg ik de services niet meer in beeld.
Ik heb de versies van Qgis en de plugin nu enkele malen ververst, maar niets lijkt te helpen. Kan niet vaststellen of het een probleem van Qgis is of van de plugin.
Ik gebruik als besturingssysteem OSX Sonoma.
Kan het zijn dat je PDOK-plugin-scherm (met die lijst) achter je QGIS-scherm is beland? Dat zou niet moeten kunnen maar misschien is het op een Mac wel mogelijk.
1 like
Zou je de handelingen die je uitvoert stap-voor-stap kunnen beschrijven, liefst voorzien van een paar screenshots?
Op MacOS Sonoma met QGis 3.34.1 en pdokservicesplugin 4.2.0 kan ik het niet direct reproduceren.
UPDATE: Het is wel zo dat het PDOK scherm met services inderdaad achter het QGis scherm beland zodra ergens anders in QGis wordt geklikt (naar mij idee standaard gedrag voor Mac apps). Via Exposé (F3 knop) kan je alle schermen snel naar voren toveren en alsnog het PDOK services scherm selecteren.
Dank @raymondnijssen en @rkettelerij ,
Klopt inderdaad dat het pluginscherm achter de Qgis-toepassing verdwijnt. Verschuiven van het scherm of de F3-oplossing werken inderdaad. Het was me in eerdere versies niet opgevallen. Is er ook een manier om het scherm wel boven te krijgen?
Zou je onderstaande versie van de plugin even willen downloaden, installeren en testen? Ik heb geen Mac dus ik kan het zelf niet proberen.
https://terglobo.nl/downloads/pdokservicesplugin-osx-test.zip
In de plugin-manager is een “install from zip” optie.
En laat even weten of het zo goed is.
Dank. Geeft helaas foutmelding
ModuleNotFoundError: No module named "__MACOSX/pdokservicesplugin’
Dat lijkt op deze bug:
opened 07:45AM - 06 Feb 20 UTC
closed 06:57PM - 02 Mar 20 UTC
Feedback
Bug
<!--
Bug fixing and feature development is a community responsibility, and not … the responsibility of the QGIS project alone.
If this bug report or feature request is high-priority for you, we suggest engaging a QGIS developer or support organisation and financially sponsoring a fix
Checklist before submitting
- [x] Search through existing issue reports and gis.stackexchange.com to check whether the issue already exists
- [x] Test with a [clean new user profile](https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html?highlight=profile#working-with-user-profiles).
- [ ] Create a light and self-contained sample dataset and project file which demonstrates the issue
If the issue concerns a **third party plugin**, then it **cannot** be fixed by the QGIS team. Please raise your issue in the dedicated bug tracker for that specific plugin (as listed in the plugin's description). -->
**Describe the bug**
Unhandled error or missing key when pyplugin_installer.instance().installFromZipFile(r'/path/to/zip.zip')
Error:
Traceback (most recent call last):
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
plugins[packageName] = package.classFactory(iface)
AttributeError: module '__MACOSX' has no attribute 'classFactory'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 1, in
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/pyplugin_installer/installer.py", line 612, in installFromZipFile
if startPlugin(pluginName):
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 337, in startPlugin
_unloadPluginModules(packageName)
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 404, in _unloadPluginModules
mods = _plugin_modules[packageName]
KeyError: '__MACOSX'
Python version:
3.6.8 (v3.6.8:3c6b436a57, Dec 24 2018, 02:04:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]
QGIS version:
3.4.12-Madeira 'Madeira', exported
**How to Reproduce**
<!-- Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots welcome
Install QGIS 3.4 in a MACOS
1. Try to install a plugin from zip
**QGIS and OS versions**
**Additional context**
Misschien kun je deze suggestie uitproberen:
opened 07:45AM - 06 Feb 20 UTC
closed 06:57PM - 02 Mar 20 UTC
Feedback
Bug
<!--
Bug fixing and feature development is a community responsibility, and not … the responsibility of the QGIS project alone.
If this bug report or feature request is high-priority for you, we suggest engaging a QGIS developer or support organisation and financially sponsoring a fix
Checklist before submitting
- [x] Search through existing issue reports and gis.stackexchange.com to check whether the issue already exists
- [x] Test with a [clean new user profile](https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html?highlight=profile#working-with-user-profiles).
- [ ] Create a light and self-contained sample dataset and project file which demonstrates the issue
If the issue concerns a **third party plugin**, then it **cannot** be fixed by the QGIS team. Please raise your issue in the dedicated bug tracker for that specific plugin (as listed in the plugin's description). -->
**Describe the bug**
Unhandled error or missing key when pyplugin_installer.instance().installFromZipFile(r'/path/to/zip.zip')
Error:
Traceback (most recent call last):
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
plugins[packageName] = package.classFactory(iface)
AttributeError: module '__MACOSX' has no attribute 'classFactory'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 1, in
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/pyplugin_installer/installer.py", line 612, in installFromZipFile
if startPlugin(pluginName):
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 337, in startPlugin
_unloadPluginModules(packageName)
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 404, in _unloadPluginModules
mods = _plugin_modules[packageName]
KeyError: '__MACOSX'
Python version:
3.6.8 (v3.6.8:3c6b436a57, Dec 24 2018, 02:04:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]
QGIS version:
3.4.12-Madeira 'Madeira', exported
**How to Reproduce**
<!-- Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots welcome
Install QGIS 3.4 in a MACOS
1. Try to install a plugin from zip
**QGIS and OS versions**
**Additional context**
En anders weet ik het ook niet. Ik heb zelf geen Mac dus ik kan er weinig aan doen.
Open your QGIS profile folder, go to python/plugins
and remove any folder named like __MACOSX
.
Zelf helaas niets kunnen doen. Maar het probleem doet zich niet meer voor. Bijzonder.
1 like