Immich Package 1.73.0 is not responding
-
[1.73.0]
- Update Immich to 1.116.0
- Full changelog
- Improved.immich file boot checks
- Timezone improvements
- Tag clean up job
- Better person merge workflow
- Improve settings pages (web)
- Fixed possible startup failure due to .immich files
- Serve style.json directly from tiles.immich.app
- New "random" api for 3rd party apps
- Notable fix: Uncaught error causes the hashing process to abort entirely in the mobile app
@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.
-
@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.
@joseph
App log
3:34 AM cron App was updated to v1.73.0
3:00 AM cron Update started from v1.72.1 to v1.73.0 -
@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?
-
@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)
-
@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"
}, -
@kubasbimbas I have the same issues but after restoring the old version it works again… so not sure why it's happening
@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" },
-
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on
-
This fixed, thank you, @kubasbimbas, I appreciate it.