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

Erreur : Algorithme qgis:checkvalidity non trouvé #394

Closed
Pymevel opened this issue Apr 5, 2022 · 1 comment
Closed

Erreur : Algorithme qgis:checkvalidity non trouvé #394

Pymevel opened this issue Apr 5, 2022 · 1 comment
Labels
bug An identified bug

Comments

@Pymevel
Copy link

Pymevel commented Apr 5, 2022

What is the bug?

2022-04-05T10:29:11 INFO All OSM objects with the key 'building' in le canevas ou l'emprise d'une couche are going to be downloaded.
2022-04-05T10:29:11 INFO Query: building
2022-04-05T10:29:11 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22building%22;%0A way%22building%22;%0A relation%22building%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2022-04-05T10:29:29 INFO Request completed
2022-04-05T10:29:29 INFO Checking OSM file content C:/Users/pymevel/AppData/Local/Temp/request-nDIiXp.osm
2022-04-05T10:29:29 INFO The OSM file is: C:/Users/pymevel/AppData/Local/Temp/request-nDIiXp.osm
2022-04-05T10:29:29 CRITICAL Une erreur critique est survenue, voici la source:
2022-04-05T10:29:29 CRITICAL
2022-04-05T10:29:29 CRITICAL base_processing_panel.py
2022-04-05T10:29:29 CRITICAL Erreur : Algorithme qgis:checkvalidity non trouvé

2022-04-05T10:29:29 CRITICAL File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()

          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\quick_query_panel.py", line 423, in _run
          num_layers = process_quick_query(
         
          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 106, in open_file
          layers = osm_parser.processing_parse()
         
          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\parser\osm_parser.py", line 133, in processing_parse
          validity = processing.run(
         
          File "C:\PROGRA~1/QGIS32~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 108, in run
          return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
         
          File "C:\PROGRA~1/QGIS32~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 171, in runAlgorithm
          raise QgsProcessingException(msg)

2022-04-05T10:32:57 INFO All OSM objects with the key 'building' in Luitré-Dompierre are going to be downloaded.
2022-04-05T10:32:57 INFO Query: building_Luitré-Dompierre
2022-04-05T10:32:59 INFO Request completed
2022-04-05T10:32:59 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A area(3609068886) -%3E .area_0;%0A(%0A node%22building%22;%0A way%22building%22;%0A relation%22building%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2022-04-05T10:33:19 INFO Request completed
2022-04-05T10:33:19 INFO Checking OSM file content C:/Users/pymevel/AppData/Local/Temp/request-XSSUmx.osm
2022-04-05T10:33:19 INFO The OSM file is: C:/Users/pymevel/AppData/Local/Temp/request-XSSUmx.osm
2022-04-05T10:33:19 CRITICAL Une erreur critique est survenue, voici la source:
2022-04-05T10:33:19 CRITICAL
2022-04-05T10:33:19 CRITICAL base_processing_panel.py
2022-04-05T10:33:19 CRITICAL Erreur : Algorithme qgis:checkvalidity non trouvé

2022-04-05T10:33:19 CRITICAL File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()

          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\quick_query_panel.py", line 423, in _run
          num_layers = process_quick_query(
         
          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 106, in open_file
          layers = osm_parser.processing_parse()
         
          File "C:\Users/pymevel/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\parser\osm_parser.py", line 133, in processing_parse
          validity = processing.run(
         
          File "C:\PROGRA~1/QGIS32~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 108, in run
          return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
         
          File "C:\PROGRA~1/QGIS32~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 171, in runAlgorithm
          raise QgsProcessingException(msg)

Environment

  • QuickOSM version: 2.0.1
  • QGIS version: 3.22.4-Białowieża
  • OS: Windows 10 Professionnel 21H2
@Pymevel Pymevel added the bug An identified bug label Apr 5, 2022
@Gustry
Copy link
Member

Gustry commented Apr 5, 2022

It's a duplicate of #352

@Gustry Gustry closed this as completed Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An identified bug
Projects
None yet
Development

No branches or pull requests

2 participants