Immich Package 1.73.0 is not responding
-
@Package-Updates
Hi,after update to 1.73.0 the app is not responding. Restart didn't help. I have restored to 1.72.1 which is working fine. Any advice, please?
I have also noticed that since the update the CPU ran at 200%, it normalized after the downgrade.
-
@kubasbimbas is there anything in the app logs? You can always clone the app to a new location and test the update in the new location to get the logs.
-
@kubasbimbas sorry, I mean the logs in https://docs.cloudron.io/apps/#log-viewer of the immich app. Does it not show some error there as to why it does not start?
-
2024-09-27T12:36:20.000Z => Healtheck error: Error: connect ECONNREFUSED 172.18.19.157:3001
2024-09-27T12:36:29Z - Error: Invalid value(s) in file: An instance of SystemConfigDto has failed the validation:
2024-09-27T12:36:29Z - IMPORTANT! Eviction policy is allkeys-lru. It should be "noeviction"2024-09-27T12:36:29Z - microservices worker error: Error: Invalid value(s) in file: An instance of SystemConfigDto has failed the validation:
2024-09-27T12:36:29Z - microservices worker exited with code 1 -
@kubasbimbas thanks. I think this is the same issue as https://github.com/immich-app/immich/issues/12961 . Can you check your config file? It seems there is some invalid value there. In the log file above the error, it should possibly say what the value is (like in the github issue)
-
@joseph thank you, this solved the issue.
The respective value of the config file should be like this:
"map": {
"enabled": true,
"lightStyle": "https://tiles.immich.cloud/v1/style/light.json",
"darkStyle": "https://tiles.immich.cloud/v1/style/dark.json"
}, -
@ApplegateR check your config file. In my case, there were missing the links below.
"map": { "enabled": true, "lightStyle": "https://tiles.immich.cloud/v1/style/light.json", "darkStyle": "https://tiles.immich.cloud/v1/style/dark.json" },
-
-
-
This fixed, thank you, @kubasbimbas, I appreciate it.