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

popup black bar keeps on spinning forever due to error message loading error #707

Open
jidanni opened this issue Jul 17, 2024 · 3 comments

Comments

@jidanni
Copy link

jidanni commented Jul 17, 2024

In the wizard I enter

addr:city=Highland Park and addr:state=IL and addr:housenumber=700

and press Build and Run Query.

A black bar repeatedly zips across the screen.

I propose this black bar be replaced with a percentage bar. That way the user could get an idea of how long it will take.

In fact even just Build Query never finishes. Only single terms work, not triple. OK, but please just print an error message.

@mmd-osm
Copy link
Contributor

mmd-osm commented Jul 17, 2024

Side note: I think you would need to add a few quotation marks to make your query work:

"addr:city"="Highland Park" and "addr:state"="IL" and "addr:housenumber"=700

Due to some issue with loading proper error messages, the popup black bar keeps on spinning forever.

Adding a percentage progress is not feasible, since the query is passed on to a backend service (Overpass API), which does not expose any details on query progress.

@jidanni jidanni changed the title Use a percentage progress bar in the wizard popup black bar keeps on spinning forever due to error message loading error Jul 18, 2024
@jidanni
Copy link
Author

jidanni commented Jul 18, 2024

addr:city=Highland Park and addr:state=IL and addr:housenumber=700

Actually all I needed was to quote Highland Park, and ... I would have never discovered the bug!

@danieldegroot2
Copy link

Duplicate of #667.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants