steve8x8 / geotoad

Geocaching query tool written in Ruby
https://buymeacoffee.com/steve8x8
Other
28 stars 8 forks source link

Nominatim resolution no longer works #369

Closed steve8x8 closed 10 months ago

steve8x8 commented 11 months ago

Around a week ago, "location" queries started to fail due to Nominatim not resolving (error 404).

It turns out that the API was implemented incorrectly (but the old/wrong style worked for many years...).

A patch is being worked on.

steve8x8 commented 10 months ago

Release 3 33.3, published some hours ago, contains the fix. Apologies for missing this detail for what feels like ten years - perhaps there was a silent change of the API, or the implementation on the server side?

Tests have been successful again. Nominatim still may refuse to resolve some queries, but not with a 404 error - it can only tell you about things it knows... - Closing.