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, in the QuickOSM panel, copy/paste it and please report it to GitHub #436

Closed
Amedhi2022 opened this issue Dec 15, 2022 · 1 comment
Labels
bug An identified bug

Comments

@Amedhi2022
Copy link

2022-12-15T10:03:38 INFO All OSM objects with the key 'plant:source'='solar' in the canvas or layer extent are going to be downloaded.
2022-12-15T10:03:38 INFO Query: plant:source_solar
2022-12-15T10:03:38 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22plant:source%22%3D%22solar%22;%0A way%22plant:source%22%3D%22solar%22;%0A relation%22plant:source%22%3D%22solar%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2022-12-15T10:03:40 INFO Request completed
2022-12-15T10:03:40 INFO Checking OSM file content C:/Users/anusuya.medhi/AppData/Local/Temp/request-vSyAbn.osm
2022-12-15T10:03:40 INFO The OSM file is: C:/Users/anusuya.medhi/AppData/Local/Temp/request-vSyAbn.osm
2022-12-15T10:03:40 CRITICAL A critical error occurred, this is the traceback:
2022-12-15T10:03:40 CRITICAL
2022-12-15T10:03:40 CRITICAL base_processing_panel.py
2022-12-15T10:03:40 CRITICAL Error: Algorithm qgis:checkvalidity not found

2022-12-15T10:03:40 CRITICAL File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()

          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\quick_query_panel.py", line 421, in _run
          num_layers = process_quick_query(
         
          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/anusuya.medhi/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/anusuya.medhi/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.1/apps/qgis/./python/plugins\processing\tools\general.py", line 108, in run
          return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
         
          File "C:\PROGRA~1/QGIS32~1.1/apps/qgis/./python/plugins\processing\core\Processing.py", line 169, in runAlgorithm
          raise QgsProcessingException(msg)

2022-12-15T10:04:26 INFO All OSM objects with the key 'plant:source'='solar' in the canvas or layer extent are going to be downloaded.
2022-12-15T10:04:26 INFO Query: plant:source_solar
2022-12-15T10:04:26 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22plant:source%22%3D%22solar%22;%0A way%22plant:source%22%3D%22solar%22;%0A relation%22plant:source%22%3D%22solar%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2022-12-15T10:04:27 INFO Request completed
2022-12-15T10:04:27 INFO Checking OSM file content C:/Users/anusuya.medhi/AppData/Local/Temp/request-RZFLQr.osm
2022-12-15T10:04:27 INFO The OSM file is: C:/Users/anusuya.medhi/AppData/Local/Temp/request-RZFLQr.osm
2022-12-15T10:04:27 CRITICAL A critical error occurred, this is the traceback:
2022-12-15T10:04:27 CRITICAL
2022-12-15T10:04:27 CRITICAL base_processing_panel.py
2022-12-15T10:04:27 CRITICAL Error: Algorithm qgis:checkvalidity not found

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

          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\quick_query_panel.py", line 421, in _run
          num_layers = process_quick_query(
         
          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/anusuya.medhi/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/anusuya.medhi/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.1/apps/qgis/./python/plugins\processing\tools\general.py", line 108, in run
          return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
         
          File "C:\PROGRA~1/QGIS32~1.1/apps/qgis/./python/plugins\processing\core\Processing.py", line 169, in runAlgorithm
          raise QgsProcessingException(msg)

2022-12-15T10:05:43 INFO All OSM objects with the key 'plant:source'='solar' in the canvas or layer extent are going to be downloaded.
2022-12-15T10:05:43 INFO Query: plant:source_solar
2022-12-15T10:05:43 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22plant:source%22%3D%22solar%22;%0A way%22plant:source%22%3D%22solar%22;%0A relation%22plant:source%22%3D%22solar%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2022-12-15T10:05:44 INFO Request completed
2022-12-15T10:05:44 INFO Checking OSM file content C:/Users/anusuya.medhi/AppData/Local/Temp/request-lfXQYp.osm
2022-12-15T10:05:44 INFO The OSM file is: C:/Users/anusuya.medhi/AppData/Local/Temp/request-lfXQYp.osm
2022-12-15T10:05:44 CRITICAL A critical error occurred, this is the traceback:
2022-12-15T10:05:44 CRITICAL
2022-12-15T10:05:44 CRITICAL base_processing_panel.py
2022-12-15T10:05:44 CRITICAL Error: Algorithm qgis:checkvalidity not found

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

          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\quick_query_panel.py", line 421, in _run
          num_layers = process_quick_query(
         
          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/anusuya.medhi/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/anusuya.medhi/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.1/apps/qgis/./python/plugins\processing\tools\general.py", line 108, in run
          return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
         
          File "C:\PROGRA~1/QGIS32~1.1/apps/qgis/./python/plugins\processing\core\Processing.py", line 169, in runAlgorithm
          raise QgsProcessingException(msg)

2022-12-15T10:06:31 INFO All OSM objects with the key 'plant:source'='solar' in the canvas or layer extent are going to be downloaded.
2022-12-15T10:06:31 INFO Query: plant:source_solar
2022-12-15T10:06:31 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22plant:source%22%3D%22solar%22;%0A way%22plant:source%22%3D%22solar%22;%0A relation%22plant:source%22%3D%22solar%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2022-12-15T10:06:32 INFO Request completed
2022-12-15T10:06:32 INFO Checking OSM file content C:/Users/anusuya.medhi/AppData/Local/Temp/request-sWyVDm.osm
2022-12-15T10:06:32 INFO The OSM file is: C:/Users/anusuya.medhi/AppData/Local/Temp/request-sWyVDm.osm
2022-12-15T10:06:32 CRITICAL A critical error occurred, this is the traceback:
2022-12-15T10:06:32 CRITICAL
2022-12-15T10:06:32 CRITICAL base_processing_panel.py
2022-12-15T10:06:32 CRITICAL Error: Algorithm qgis:checkvalidity not found

2022-12-15T10:06:32 CRITICAL File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()

          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\quick_query_panel.py", line 421, in _run
          num_layers = process_quick_query(
         
          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/anusuya.medhi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/anusuya.medhi/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/anusuya.medhi/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.1/apps/qgis/./python/plugins\processing\tools\general.py", line 108, in run
          return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
         
          File "C:\PROGRA~1/QGIS32~1.1/apps/qgis/./python/plugins\processing\core\Processing.py", line 169, in runAlgorithm
          raise QgsProcessingException(msg)
  • QuickOSM version: 2.1.1
  • QGIS version:3.28.1
  • OS: Windows 11 Enterprise
  • 22000.1219
  • 21H2
@Amedhi2022 Amedhi2022 added the bug An identified bug label Dec 15, 2022
@Gustry
Copy link
Member

Gustry commented Dec 15, 2022

It's a duplicate of #422

Follow the solution already given

@Gustry Gustry closed this as completed Dec 15, 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