Closed waclaw66 closed 1 year ago
The job gets paused while the server is initializing the geocoding data. Does it stay paused afterwards? What do the logs say?
It stays paused forever. I have to unpause it manually.
ERROR [MetadataService] Unable to initialize reverse geocoding: Error: ENOENT: no such file or directory, open '/usr/src/resources/geodata-date.txt'
Need to investigate my deployment...
It's maybe related to that I don't use docker. What is the origin of that /usr/src/resources/geodata-date.txt
file?
You can find your missing files here https://github.com/immich-app/base-images/blob/d71ac47ff8e49f55980c1f1beef6594872f017c0/server/Dockerfile#L61-L66
You can find your missing files here https://github.com/immich-app/base-images/blob/d71ac47ff8e49f55980c1f1beef6594872f017c0/server/Dockerfile#L61-L66
Thanks, found already. Not nice to use absolute paths in the code.
We are aware, this is something that will change with future revisions of the reverse geocoding implementation. We were limiting scope on the first pass.
The bug
EXTRACT METADATA job is always paused after server restart.
The OS that Immich Server is running on
Fedora 39
Version of Immich Server
v1.89.0
Version of Immich Mobile App
not relevant
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response