-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
OpenStreetMap // Node Error Body used already #357
Comments
same here |
1 similar comment
same here |
Been able to temporarly fix the issue by applying the changes from PR #346. What happens is that there is a bug in the error handling code which leads to an error and the actual error is not being logged. |
Same here, but we can still request the API const response = await fetch(`https://nominatim.openstreetmap.org/search?addressdetails=1&q=${location.address.replace(" ", "+")}&format=json`)
const data = await response.json(); |
The same issue is being faced here. Do we have any update if the issue is fixed or when can it be fixed? Thanks. |
A fix already should exist for the bug PR #346. I haven't looked again if the PR got merged but you could copy the commit for a temporary fix, it's 4 or 5 lines that need changing |
Remove node-geocoder because of nchaulet/node-geocoder#357
Remove node-geocoder because of nchaulet/node-geocoder#357
Could you release the new version? The PR got merged 2 weeks ago already |
Hi, I am currently getting the following error with OpenStreetMap.
This is my implementation that worked before.
The text was updated successfully, but these errors were encountered: