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

Importeren nieuwe klic melding geeft error #15

Open
esmittendorff opened this issue May 28, 2021 · 6 comments
Open

Importeren nieuwe klic melding geeft error #15

esmittendorff opened this issue May 28, 2021 · 6 comments
Labels

Comments

@esmittendorff
Copy link

Bij het openen van een nieuwe klic melding komt de volgende error naar voren, zowel in QGIS 3.10 en 3.18. Voor zover ik kan nagaan is dag sinds deze of vorige week?

r is een fout opgetreden bij het uitvoeren van Python code:

AttributeError: 'NoneType' object has no attribute 'isVisible'
Traceback (most recent call last):
File "C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\b4udignl2\B4UdigNLDialog.py", line 179, in _checkBoxDataStateChanged
self._themeStateChanged(self.themeNames["data"], p_state)
File "C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\b4udignl2\B4UdigNLDialog.py", line 259, in _themeStateChanged
theme.setVisibility(p_state, isVector)
File "C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\b4udignl2\core\wv_objects.py", line 633, in setVisibility
show_vector, self)
File "C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\b4udignl2\core\wv_objects.py", line 259, in setVisibility
theme_name)
File "C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\b4udignl2\core\wv_objects.py", line 264, in _setVisibilityTheme
visible = self.isVisible(theme_name)
File "C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\b4udignl2\core\wv_objects.py", line 291, in isVisible
visible = self._isVisible(theme_name)
File "C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\b4udignl2\core\wv_objects.py", line 302, in _isVisible
visible = iface.visibilityForLayer(self, theme_name)
File "C:\Users\esmit\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\b4udignl2\ifaceqgis.py", line 155, in visibilityForLayer
visibility = self._visibility_for_layer_theme(layer, theme)
File "C:\Users\esmit\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\b4udignl2\ifaceqgis.py", line 184, in _visibility_for_layer_theme
visibility = self.isLayerVisible(layer)
File "C:\Users\esmit\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\b4udignl2\ifaceqgis.py", line 162, in isLayerVisible
value = tree_layer.isVisible()
AttributeError: 'NoneType' object has no attribute 'isVisible'

Python versie: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
QGIS versie: 3.10.3-A Coruña A Coruña, 0e1f846438

Python pad:
C:/PROGRA1/QGIS31.10/apps/qgis-ltr/./python
C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/PROGRA1/QGIS31.10/apps/qgis-ltr/./python/plugins
C:\PROGRA1\QGIS31.10\apps\Python37
C:\PROGRA1\QGIS31.10\apps\Python37\Scripts
C:\Program Files\QGIS 3.10\bin\python37.zip
C:\PROGRA1\QGIS31.10\apps\Python37\DLLs
C:\PROGRA1\QGIS31.10\apps\Python37\lib
C:\Program Files\QGIS 3.10\bin
C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages
C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\win32
C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\win32\lib
C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\Pythonwin
C:/Users/esmit/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:\Users\esmit\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\b4udignl2
C:\Users\esmit\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\DigitizingTools\tools
C:\Users\esmit\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\DigitizingTools

@diethard2
Copy link
Owner

diethard2 commented May 31, 2021 via email

@esmittendorff
Copy link
Author

esmittendorff commented May 31, 2021 via email

@diethard2
Copy link
Owner

diethard2 commented Jun 5, 2021 via email

@diethard2
Copy link
Owner

Bij nader inzien, zie ik dat nog steeds de dialog lokatie van de klic viewer plugin wordt geschreven! Dat is niet de bedoeling en zal ik er in een volgende versie van de klic viewer eruit halen!

@diethard2 diethard2 added the bug label Jun 5, 2021
@esmittendorff
Copy link
Author

Bedankt, het verwijderen van de regels met "dialog" uit het ini bestand lost het probleem inderdaad op in nieuwe, lege projecten. In het bestaande project waar ik de error voor het eerst opmerkte, blijft deze error echter ook optreden na het aanpassen van het ini-bestand. Het blijkt dat in dit project (diep weggestopt in een laaggroep) al een oudere klic-melding was opgenomen (ik zie net dat je het openen van meerdere meldingen hebt uitgeschakeld, issue #7). Nadat ik deze uit het project heb verwijderd, werkt de plugin ook in dit project weer zonder problemen!

Met vriendelijke groet,
Emile Mittendorff

@ronaldhop2021
Copy link

Hallo Diethard,
Op het werken werken wij nog met Qgis 3.10. Nu wilde ik een levering van het kadaster binnen halen. Open folder en selecteer de map. De lagen worden wel ingelezen in de lagen pannel, maar de lijnen zijn niet zichtbaar op de tekening.

Heb jij een idee hoe dat kan?

gr, Ronald Hop

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

3 participants