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

Inspire plugin no longer working in QGIS #10

Open
StefanGestel opened this issue Oct 7, 2024 · 1 comment
Open

Inspire plugin no longer working in QGIS #10

StefanGestel opened this issue Oct 7, 2024 · 1 comment

Comments

@StefanGestel
Copy link

When using the search function in the Inspire plugin, I'm getting this error:

2024-10-07T17:00:01 WARNING Python error : An error has occurred while executing Python code: See message log (Python Error) for more details.

in the python error tab;

2024-10-07T17:04:13 WARNING Traceback (most recent call last):
File "C:\Users/Stefan/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\inspireNL\dataCatalog.py", line 183, in onZoekClicked
self.search()
File "C:\Users/Stefan/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\inspireNL\dataCatalog.py", line 220, in search
searchResult = self.md.searchAll( self.zoek, orgName, dataType, inspiretheme, inspireServiceType)
File "C:\Users/Stefan/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\inspireNL\metadataParser.py", line 235, in searchAll
count = int( searchResult.attrib["numberOfRecordsMatched"] )
AttributeError: 'NoneType' object has no attribute 'attrib'

@oalbers
Copy link

oalbers commented Oct 16, 2024

Found this plugin and had the same error. After searching, It looks like a change in the backend, because in geonetwork/core-geonetwork#5061 they throw an error by default :) So that's why the plugin doesn't get any data :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants