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

Error in the logs. How do I fix this? #515

Open
laub612 opened this issue Nov 22, 2024 · 5 comments
Open

Error in the logs. How do I fix this? #515

laub612 opened this issue Nov 22, 2024 · 5 comments
Labels
bug An identified bug

Comments

@laub612
Copy link

laub612 commented Nov 22, 2024

When I try to run a query I keep getting this error

2024-11-22T15:19:50 INFO All OSM objects with the key 'highway'='primary' in het bereik van kaartvenster of laag are going to be downloaded.
2024-11-22T15:19:50 INFO Query: highway_primary
2024-11-22T15:19:50 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22highway%22%3D%22primary%22;%0A way%22highway%22%3D%22primary%22;%0A relation%22highway%22%3D%22primary%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2024-11-22T15:19:50 INFO Request completed
2024-11-22T15:19:50 INFO Checking OSM file content C:/Users/20193149/AppData/Local/Temp/request-VXHAmU.osm
2024-11-22T15:19:50 INFO The OSM file is: C:/Users/20193149/AppData/Local/Temp/request-VXHAmU.osm
2024-11-22T15:19:51 INFO The OSM parser took: 00h 00m 01s
2024-11-22T15:19:51 CRITICAL Er trad een kritische fout op, dit is de traceback:
2024-11-22T15:19:51 CRITICAL
2024-11-22T15:19:51 CRITICAL base_processing_panel.py
2024-11-22T15:19:51 CRITICAL setValue(self, value: int): argument 1 has unexpected type 'float'
2024-11-22T15:19:51 CRITICAL File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()

          File "C:\Users/20193149/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/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
          ^^^^^^^^^^^^^^
         
          File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
          ^^^^^^^^^^
         
          File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 120, in open_file
          dialog.set_progress_percentage(i / len(layers) * 100)
         
          File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\dialog.py", line 376, in set_progress_percentage
          self.progress_bar.setValue(percent)

Error qgis

  • QuickOSM version: License GPL Version 2
  • QGIS version: QGIS Desktop 3.40.0
  • OS: Openstreetmap
@laub612 laub612 added the bug An identified bug label Nov 22, 2024
@Kersarz
Copy link

Kersarz commented Nov 25, 2024

Bonjour,
Je rencontre le même problème.

@Gustry
Copy link
Member

Gustry commented Nov 25, 2024

Can you both go in QGIS → Help → About and copy/paste your first 3 lines of the table ? (QGIS and Python version used)

@Kersarz
Copy link

Kersarz commented Nov 25, 2024

Version de QGIS
3.40.0-Bratislava
Révision du code
b56115d874

Libraries
Version de Qt
5.15.13
Version de Python
3.12.7

@laub612
Copy link
Author

laub612 commented Nov 25, 2024

QGIS-versie
3.40.0-Bratislava
QGIS code revisie
b56115d874

Bibliotheken
Qt versie
5.15.13
Python versie
3.12.7

@Kersarz
Copy link

Kersarz commented Nov 28, 2024

avez-vous besoin d'autres informations ?

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

3 participants