-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Quick OSM error #48182
Comments
This also happens in the newest version of QGIS QGIS version Active Python plugins 2022-04-12T10:19:35 INFO All OSM objects with keys 'highway'='motorway' or 'highway'='motorway_link' or 'highway'='trunk' or 'highway'='trunk_link' or 'highway'='primary' or 'highway'='primary_link' or 'highway'='secondary' or 'highway'='secondary_link' or 'highway'='tertiary' or 'highway'='tertiary_link' or 'highway'='unclassified' or 'highway'='residential' or 'bicycle_road'='yes' or 'bicycle'='designated' or 'highway'='living_street' or 'highway'='pedestrian' or 'highway'='service' or 'service'='parking_aisle' or 'highway'='escape' or 'highway'='road' or 'highway'='construction' or 'junction'='roundabout' or 'junction'='circular' in the canvas or layer extent are going to be downloaded. |
@beeXactDeventer IThis sounds like a QuickOSM issue, and not a QGIS one. You better report at QuickOSM repository (you'll find the link in the plugin' description) |
Already reported 3liz/QuickOSM#352 on QuickOSM GitHub repository multiple times https://github.com/3liz/QuickOSM/issues?q=is%3Aissue+checkvalidity+is%3Aclosed |
Thanks @agiudiceandrea. Closing. |
What is the bug or the crash?
Messages: Error in the logs, in the QuickOSM panel, copy/paste it and please report it to GitHub
Processing: 2022-04-12T09:39:18 CRITICAL Error: Algorithm qgis:checkvalidity not found
2022-04-12T09:39:08 INFO All OSM objects with keys 'highway'='motorway' or 'highway'='motorway_link' or 'highway'='trunk' or 'highway'='trunk_link' or 'highway'='primary' or 'highway'='primary_link' or 'highway'='secondary' or 'highway'='secondary_link' or 'highway'='tertiary' or 'highway'='tertiary_link' or 'highway'='unclassified' or 'highway'='residential' or 'bicycle_road'='yes' or 'bicycle'='designated' or 'highway'='living_street' or 'highway'='pedestrian' or 'highway'='service' or 'service'='parking_aisle' or 'highway'='escape' or 'highway'='road' or 'highway'='construction' or 'junction'='roundabout' or 'junction'='circular' in the canvas or layer extent are going to be downloaded.
2022-04-12T09:39:08 INFO Query: highway_motorway_highway_motorway_link
2022-04-12T09:39:08 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22highway%22%3D%22motorway%22;%0A node%22highway%22%3D%22motorway_link%22;%0A node%22highway%22%3D%22trunk%22;%0A node%22highway%22%3D%22trunk_link%22;%0A node%22highway%22%3D%22primary%22;%0A node%22highway%22%3D%22primary_link%22;%0A node%22highway%22%3D%22secondary%22;%0A node%22highway%22%3D%22secondary_link%22;%0A node%22highway%22%3D%22tertiary%22;%0A node%22highway%22%3D%22tertiary_link%22;%0A node%22highway%22%3D%22unclassified%22;%0A node%22highway%22%3D%22residential%22;%0A node%22bicycle_road%22%3D%22yes%22;%0A node%22bicycle%22%3D%22designated%22;%0A node%22highway%22%3D%22living_street%22;%0A node%22highway%22%3D%22pedestrian%22;%0A node%22highway%22%3D%22service%22;%0A node%22service%22%3D%22parking_aisle%22;%0A node%22highway%22%3D%22escape%22;%0A node%22highway%22%3D%22road%22;%0A node%22highway%22%3D%22construction%22;%0A node%22junction%22%3D%22roundabout%22;%0A node%22junction%22%3D%22circular%22;%0A way%22highway%22%3D%22motorway%22;%0A way%22highway%22%3D%22motorway_link%22;%0A way%22highway%22%3D%22trunk%22;%0A way%22highway%22%3D%22trunk_link%22;%0A way%22highway%22%3D%22primary%22;%0A way%22highway%22%3D%22primary_link%22;%0A way%22highway%22%3D%22secondary%22;%0A way%22highway%22%3D%22secondary_link%22;%0A way%22highway%22%3D%22tertiary%22;%0A way%22highway%22%3D%22tertiary_link%22;%0A way%22highway%22%3D%22unclassified%22;%0A way%22highway%22%3D%22residential%22;%0A way%22bicycle_road%22%3D%22yes%22;%0A way%22bicycle%22%3D%22designated%22;%0A way%22highway%22%3D%22living_street%22;%0A way%22highway%22%3D%22pedestrian%22;%0A way%22highway%22%3D%22service%22;%0A way%22service%22%3D%22parking_aisle%22;%0A way%22highway%22%3D%22escape%22;%0A way%22highway%22%3D%22road%22;%0A way%22highway%22%3D%22construction%22;%0A way%22junction%22%3D%22roundabout%22;%0A way%22junction%22%3D%22circular%22;%0A relation%22highway%22%3D%22motorway%22;%0A relation%22highway%22%3D%22motorway_link%22;%0A relation%22highway%22%3D%22trunk%22;%0A relation%22highway%22%3D%22trunk_link%22;%0A relation%22highway%22%3D%22primary%22;%0A relation%22highway%22%3D%22primary_link%22;%0A relation%22highway%22%3D%22secondary%22;%0A relation%22highway%22%3D%22secondary_link%22;%0A relation%22highway%22%3D%22tertiary%22;%0A relation%22highway%22%3D%22tertiary_link%22;%0A relation%22highway%22%3D%22unclassified%22;%0A relation%22highway%22%3D%22residential%22;%0A relation%22bicycle_road%22%3D%22yes%22;%0A relation%22bicycle%22%3D%22designated%22;%0A relation%22highway%22%3D%22living_street%22;%0A relation%22highway%22%3D%22pedestrian%22;%0A relation%22highway%22%3D%22service%22;%0A relation%22service%22%3D%22parking_aisle%22;%0A relation%22highway%22%3D%22escape%22;%0A relation%22highway%22%3D%22road%22;%0A relation%22highway%22%3D%22construction%22;%0A relation%22junction%22%3D%22roundabout%22;%0A relation%22junction%22%3D%22circular%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2022-04-12T09:39:18 INFO Request completed
2022-04-12T09:39:18 INFO Checking OSM file content C:/Users/joep.tenbrinke/AppData/Local/Temp/request-xenajP.osm
2022-04-12T09:39:18 INFO The OSM file is: C:/Users/joep.tenbrinke/AppData/Local/Temp/request-xenajP.osm
2022-04-12T09:39:18 CRITICAL A critical error occurred, this is the traceback:
2022-04-12T09:39:18 CRITICAL
2022-04-12T09:39:18 CRITICAL base_processing_panel.py
2022-04-12T09:39:18 CRITICAL Error: Algorithm qgis:checkvalidity not found
Steps to reproduce the issue
Versions
QGIS version
3.22.5-Białowieża
QGIS code revision
c272317
Qt version
5.15.2
Python version
3.9.5
GDAL/OGR version
3.4.1
PROJ version
8.2.1
EPSG Registry database version
v10.041 (2021-12-03)
GEOS version
3.10.2-CAPI-1.16.0
SQLite version
3.37.2
PDAL version
2.3.0
PostgreSQL client version
13.0
SpatiaLite version
5.0.1
QWT version
6.1.3
QScintilla2 version
2.11.5
OS version
Windows 10 Version 2009
Active Python plugins
QuickOSM
2.0.1
db_manager
0.1.20
MetaSearch
0.3.5
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: