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

CRITICAL Error in the logs #367

Closed
julianefedova02 opened this issue Nov 6, 2021 · 1 comment
Closed

CRITICAL Error in the logs #367

julianefedova02 opened this issue Nov 6, 2021 · 1 comment
Labels
bug An identified bug

Comments

@julianefedova02
Copy link

What is the bug?

I've looked it up already, something like panel #249. updated everything, including the plugin and the program itself. same thing, have no idea how to fix it. quickosm just doesnt work for me, no matter the query

Include some logs here, in QGIS Logs panel, bottom right icon, the small bubbles, in the QuickOSM tab.

Environment

2021-11-06T20:55:13 INFO All OSM objects with the key 'highway' in the canvas or layer extent are going to be downloaded.
2021-11-06T20:55:13 INFO Query: highway
2021-11-06T20:55:13 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22highway%22;%0A way%22highway%22;%0A relation%22highway%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2021-11-06T20:55:19 INFO Request completed
2021-11-06T20:55:19 INFO Checking OSM file content C:/Users/Julia/AppData/Local/Temp/request-ZsXZVX.osm
2021-11-06T20:55:19 INFO The OSM file is: C:/Users/Julia/AppData/Local/Temp/request-ZsXZVX.osm
2021-11-06T20:55:19 CRITICAL A critical error occurred, this is the traceback:
2021-11-06T20:55:19 CRITICAL
2021-11-06T20:55:19 CRITICAL base_processing_panel.py
2021-11-06T20:55:19 CRITICAL Error: Algorithm qgis:checkvalidity not found

2021-11-06T20:55:19 CRITICAL File "C:\Users/Julia/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()

          File "C:\Users/Julia/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/Julia/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/Julia/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/Julia/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/Julia/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/QGIS31~1.13/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/QGIS31~1.13/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 156, in runAlgorithm
          raise QgsProcessingException(msg)

2021-11-06T20:57:34 INFO All OSM objects with the key 'information' in the canvas or layer extent are going to be downloaded.
2021-11-06T20:57:34 INFO Query: information
2021-11-06T20:57:34 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22information%22;%0A way%22information%22;%0A relation%22information%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2021-11-06T20:57:36 INFO Request completed
2021-11-06T20:57:36 INFO Checking OSM file content C:/Users/Julia/AppData/Local/Temp/request-KTxplO.osm
2021-11-06T20:57:36 INFO The OSM file is: C:/Users/Julia/AppData/Local/Temp/request-KTxplO.osm
2021-11-06T20:57:36 CRITICAL A critical error occurred, this is the traceback:
2021-11-06T20:57:36 CRITICAL
2021-11-06T20:57:36 CRITICAL base_processing_panel.py
2021-11-06T20:57:36 CRITICAL Error: Algorithm qgis:checkvalidity not found

2021-11-06T20:57:36 CRITICAL File "C:\Users/Julia/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()

          File "C:\Users/Julia/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/Julia/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/Julia/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/Julia/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/Julia/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/QGIS31~1.13/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/QGIS31~1.13/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 156, in runAlgorithm
          raise QgsProcessingException(msg)

2021-11-06T20:57:56 INFO All OSM objects in the canvas or layer extent are going to be downloaded.
2021-11-06T20:57:56 INFO Query:
2021-11-06T20:57:56 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node( 55.65266,37.85571,55.65299,37.85665);%0A way( 55.65266,37.85571,55.65299,37.85665);%0A relation( 55.65266,37.85571,55.65299,37.85665);%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2021-11-06T20:58:00 INFO Request completed
2021-11-06T20:58:00 INFO Checking OSM file content C:/Users/Julia/AppData/Local/Temp/request-MoQfEb.osm
2021-11-06T20:58:00 INFO The OSM file is: C:/Users/Julia/AppData/Local/Temp/request-MoQfEb.osm
2021-11-06T20:58:00 CRITICAL A critical error occurred, this is the traceback:
2021-11-06T20:58:00 CRITICAL
2021-11-06T20:58:00 CRITICAL base_processing_panel.py
2021-11-06T20:58:00 CRITICAL Error: Algorithm qgis:checkvalidity not found

2021-11-06T20:58:00 CRITICAL File "C:\Users/Julia/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()

          File "C:\Users/Julia/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/Julia/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/Julia/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/Julia/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/Julia/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/QGIS31~1.13/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/QGIS31~1.13/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 156, in runAlgorithm
          raise QgsProcessingException(msg)
  • QuickOSM version: 2.0.0
  • QGIS version: 3.16.3
  • OS: windows 10
    image
@julianefedova02 julianefedova02 added the bug An identified bug label Nov 6, 2021
@Gustry
Copy link
Member

Gustry commented Nov 8, 2021

Duplicate of #352

Can you please check the ticket there ? I'm still curious why you don't have this algorithm ... It's a core algorithm.

@Gustry Gustry closed this as completed Nov 8, 2021
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