osmlab / checkin-checker

A simple application that notifies you when a Foursquare checkin venue doesn't exist in OSM.
https://checkin-checker.dev.openstreetmap.us/
MIT License
19 stars 3 forks source link

Checkin checker can't find corresponding place #11

Closed kkaefer closed 8 years ago

kkaefer commented 8 years ago

I just checked in, but the checker fails to find the node that already exists despite having the same name. Maybe it doesn't ignore capitalization?

iandees commented 8 years ago

When I closed #10, I added a bunch more work to the Overpass query, so sometimes it times out and I don't handle that properly. I'll push a change that increases the timeout so this is less likely to happen.

iandees commented 8 years ago

This should be closed by fc52fca. If this happens again please feel free to reopen this.

kkaefer commented 8 years ago

Great, thanks!

iandees commented 8 years ago

Hah, this happened again just now (I added a log line and an alert for that log line).

You're just checking in to an area that has lots of data and happens to be slow in Overpass 😀 . Reducing the radius of the search doesn't seem to help very much, so I'm just going to bump up the timeout quite a bit.

iandees commented 8 years ago

Timeout is now 60 seconds as of 9b0cf92.