#Getting Error 500 when I go to Administration after updating
1 messages · Page 1 of 1 (latest)
:wave: Hey @ocean veldt,
Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich
.
References
- Container Logs:
docker compose logsdocs - Container Status:
docker compose psdocs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
Checklist
- :blue_square: I have verified I'm on the latest release(note that mobile app releases may take some time).
- :blue_square: I have read applicable release notes.
- :blue_square: I have reviewed the FAQs for known issues.
- :blue_square: I have reviewed Github for known issues.
- :blue_square: I have tried accessing Immich via local ip (without a custom reverse proxy).
- :blue_square: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the
/uploadcommand. - :blue_square: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
If this ticket can be closed you can use the /close command, and re-open it later if needed.
Where is your UPLOAD_LOCATION mapped to? Please post your docker-compose.yml and .env
done
This message: EAGAIN: resource temporarily unavailable, statfs 'upload/library'] Failed to get server info [Nest] 7 - 05/12/2024, 12:51:09 AM ERROR [Error: EAGAIN: resource temporarily unavailable, statfs 'upload/library'] Error: EAGAIN: resource temporarily unavailable, statfs 'upload/library'
shows that there is some reason Immich is inable to reach your storage. Is this a locally mounted disk or network share?
it's a network share, but i can access to all my pictures and some get uploaded while some others cant
for example random pictures get uploaded
Is it Samba? What is your linux kernel
and i can access to all the older ones
let me check, and thanks for your help
i'm using samba to share the directory but i haven't done any changes there and i can connect with other devices to it
and the kernel is: 5.15.0-102-generic
Hi,
updated some Ubuntu 22.04 systems to lastest available state this morning, which caused CIFS mounts (from various fileservers) to stop working. Kernel was updated to version 5.15.0-102-generic.
I can mount the shares without problems (mount -t cifs), but then, df for example tells me: df: /mnt: Resource temporarily unavailable.
I'm able to...
you need to update
okay, thanks 🙂 i'll keep you updated if it works