You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
Yes
The bug
I'm experiencing this ERR_CHILD_PROCESS_STDIO_MAXBUFFER in AssetExtractMetadata (#29398), but that has also surfaced a tangentially related UI issue.
I have a whole set of videos that are rendering this "Error Loading Images" state, however, when hovering on a an item, the preview always starts playing in the row below it. You can't see my cursor in the screenshot below, but you can see the check icon visible on the item I'm actually hovering in the first row, but the preview is playing in the second row:
You can see at the end of the section, where the image preview elements are rendered below in the empty area as well:
Those last two items aren't videos with a black preview image, those are the UI elements from the row above. Notice how the items in the first row in the first screenshot above all don't have the play time UI elements in the top-right at all. So those are all offset by 1 row it seems. Those bottom two black items are non-interactive, they'll just end up rendering the preview when hovering on the item directly above them.
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/photos
# The location where your database files are stored
DB_DATA_LOCATION=./postgres
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v3
# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=abc123
# The values below this line do not need to be changed###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
Reproduction steps
Install v3.0.1
Upload long (~ >40min) mp4 video from Google Takeout, for example
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
I'm experiencing this
ERR_CHILD_PROCESS_STDIO_MAXBUFFERinAssetExtractMetadata(#29398), but that has also surfaced a tangentially related UI issue.I have a whole set of videos that are rendering this "Error Loading Images" state, however, when hovering on a an item, the preview always starts playing in the row below it. You can't see my cursor in the screenshot below, but you can see the check icon visible on the item I'm actually hovering in the first row, but the preview is playing in the second row:
You can see at the end of the section, where the image preview elements are rendered below in the empty area as well:
Those last two items aren't videos with a black preview image, those are the UI elements from the row above. Notice how the items in the first row in the first screenshot above all don't have the play time UI elements in the top-right at all. So those are all offset by 1 row it seems. Those bottom two black items are non-interactive, they'll just end up rendering the preview when hovering on the item directly above them.
I hope that explanation makes sense haha
The OS that Immich Server is running on
Ubuntu 24.04
Version of Immich Server
v3.0.1
Version of Immich Mobile App
N/A
Platform with the issue
Device make and model
No response
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response