Replies: 7 comments 2 replies
-
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. |
Beta Was this translation helpful? Give feedback.
-
I also have this problem here。 |
Beta Was this translation helpful? Give feedback.
-
Places only displays 12 addresses |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Immich v1.109.0 added country reverse geocoding for remote locations. Re-running the extract metadata job for all images should add countries to existing images with missing location. How it works:As described above, city level reverse geolocation is limited to a 25km radius of populated cities and towns. in v1.109.0 Immich will then reverse geocode the coordinates using country boundary information and store the country if found. For these cases, the UI should only show a country! More info can be found in the PR: #10950 |
Beta Was this translation helpful? Give feedback.
-
Maybe there is some other issues. I'm on the latest version - And here's some logs that I am getting.
Which is inside Dubai (i.e I suppose would be considered part of a named city). |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions