yuki_soma_
yuki_soma_
IImmich
Created by yuki_soma_ on 11/25/2024 in #help-desk-support
Failed to get all albums (500)
Oh yeah I know, I'll adjust the resources accordingly and do a fresh install. Thanks again
21 replies
IImmich
Created by yuki_soma_ on 11/25/2024 in #help-desk-support
Failed to get all albums (500)
I think I'm just gonna start from scratch and go from there. Thank you both for your help! @Zeus @bo0tzz
21 replies
IImmich
Created by yuki_soma_ on 11/25/2024 in #help-desk-support
Failed to get all albums (500)
Still getting the error...if I restore from a backup, it would still be corrupted, right?
21 replies
IImmich
Created by yuki_soma_ on 11/25/2024 in #help-desk-support
Failed to get all albums (500)
I'll try that, thanks. Is it a concern that it may have crashed a lot by now?
21 replies
IImmich
Created by yuki_soma_ on 11/25/2024 in #help-desk-support
Failed to get all albums (500)
It's an M1 Mac Mini, 8 cores, 8 GB RAM, MacOS Sonoma 14.5. The resource limits for PG are:
deploy:
resources:
limits:
cpus: '0.50'
memory: 1000M
deploy:
resources:
limits:
cpus: '0.50'
memory: 1000M
21 replies
IImmich
Created by yuki_soma_ on 11/25/2024 in #help-desk-support
Failed to get all albums (500)
I should mention that I did try it earlier and it worked on one of the users that uses the folder album creator. But all other times since then, it hasn't worked. Wondering if it's a resource problem. I've set limits I think on every container. If that's the case, I'm definitely open to suggestions.
21 replies
IImmich
Created by yuki_soma_ on 11/25/2024 in #help-desk-support
Failed to get all albums (500)
21 replies
IImmich
Created by yuki_soma_ on 11/25/2024 in #help-desk-support
Failed to get all albums (500)
@bo0tzz Sorry, I thought those logs would suffice. Logs after click on the Albums button and getting the error:
[Nest] 7 - 11/26/2024, 7:31:53 PM LOG [Microservices:Bootstrap] Immich Microservices is running [v1.121.0] [production]
[Nest] 34 - 11/26/2024, 7:31:55 PM LOG [Api:EventRepository] Websocket Connect: J6_vNUZEghseBXFhAAAB
[Nest] 34 - 11/26/2024, 7:46:20 PM LOG [Api:EventRepository] Websocket Disconnect: J6_vNUZEghseBXFhAAAB
[Nest] 34 - 11/26/2024, 7:47:22 PM ERROR [Api:ErrorInterceptor~5xgb8oe7] Unknown error: Error: timeout exceeded when trying to connect
Error: timeout exceeded when trying to connect
at Timeout._onTimeout (/usr/src/app/node_modules/pg-pool/index.js:205:27)
at listOnTimeout (node:internal/timers:594:17)
at process.processTimers (node:internal/timers:529:7)
[Nest] 34 - 11/26/2024, 7:47:22 PM LOG [Api:EventRepository] Websocket Connect: ZIyjoOYDTMf86kfgAAAD
[Nest] 7 - 11/26/2024, 7:31:53 PM LOG [Microservices:Bootstrap] Immich Microservices is running [v1.121.0] [production]
[Nest] 34 - 11/26/2024, 7:31:55 PM LOG [Api:EventRepository] Websocket Connect: J6_vNUZEghseBXFhAAAB
[Nest] 34 - 11/26/2024, 7:46:20 PM LOG [Api:EventRepository] Websocket Disconnect: J6_vNUZEghseBXFhAAAB
[Nest] 34 - 11/26/2024, 7:47:22 PM ERROR [Api:ErrorInterceptor~5xgb8oe7] Unknown error: Error: timeout exceeded when trying to connect
Error: timeout exceeded when trying to connect
at Timeout._onTimeout (/usr/src/app/node_modules/pg-pool/index.js:205:27)
at listOnTimeout (node:internal/timers:594:17)
at process.processTimers (node:internal/timers:529:7)
[Nest] 34 - 11/26/2024, 7:47:22 PM LOG [Api:EventRepository] Websocket Connect: ZIyjoOYDTMf86kfgAAAD
docker-compose.yml: https://pastebin.com/djnPRbJa .env:
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

UPLOAD_LOCATION=/Volumes/ExtHDD/PHOTOS
THUMBS_LOCATION=/Volumes/ExtHDD/PHOTOS/thumbs
EXTERNAL_PATH="/Volumes/ExtHDD/PHOTOS/Shared Photos"

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secret for postgres. You should change it to a random password
DB_PASSWORD="redacted"

# Where the database is located
DB_DATA_LOCATION=/Users/admin/Docker/immich/pgdata

# The values below this line do not need to be changed
###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

UPLOAD_LOCATION=/Volumes/ExtHDD/PHOTOS
THUMBS_LOCATION=/Volumes/ExtHDD/PHOTOS/thumbs
EXTERNAL_PATH="/Volumes/ExtHDD/PHOTOS/Shared Photos"

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secret for postgres. You should change it to a random password
DB_PASSWORD="redacted"

# Where the database is located
DB_DATA_LOCATION=/Users/admin/Docker/immich/pgdata

# The values below this line do not need to be changed
###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis
I tried accessing the Albums page using a user that doesn't use the folder album creator, and should have only 1 album, but I get the same error.
21 replies