-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Reverse geocaching returns null #7531
Comments
The coordinate you gave looks like a relatively remote location in Iceland. I forget the exact radius, but this message prints when a named city is not found within a certain distance of the image. You can probably check a few other coordinates and you’ll find they are all in distant locations. Can you print the logs of a few more? I don’t think this is a timeout, it’s just logging this for each picture it finds that isn’t near a city. |
I also have this problem here。 |
Places only displays 12 addresses |
Hm, you're right! Apologies @mmomjian I've enabled the debug log and it turns out that most of However, I've found another interesting thing - sometimes the lookups do hang for a minute or two, and it's always the same pair of coordinates... I'll look into the Postgres index situation and open a new bug if I find something. :) Not closing this issue since there are reports from other people as well; handing it over to you. |
Hm, is it possible to geocode points like I think that'll require looking for the nearest geo feature unbound by any radius, but if the point is farther than (radius) then add |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
The bug
Hi team!
I'm using the latest release v1.97.0 via Docker Compose - except for the ML image, which is main-openvino.
My Compose (from v1.95.1) is slightly modified, I'm running containers as a non-root user (no issues with the mounts' permissions, I've fixed them).
I've realized that the map view is missing a lot of photos, so I've started the 'extract metadata' job.
My logs are full of these messages:
It feels like a timeout is happening, since every such request takes a couple of minutes to complete if I look at the logs.
How can I debug that? :)
The OS that Immich Server is running on
Arch
Version of Immich Server
v1.9.7
Version of Immich Mobile App
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
The text was updated successfully, but these errors were encountered: