Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error: VipsOperation: class "icc_transform" not found #15822

Open
1 of 3 tasks
Frankster-NL opened this issue Feb 1, 2025 · 2 comments
Open
1 of 3 tasks

[BUG] Error: VipsOperation: class "icc_transform" not found #15822

Frankster-NL opened this issue Feb 1, 2025 · 2 comments

Comments

@Frankster-NL
Copy link

The bug

On one of my video's I keep bumping into the the below error. The reason behind is that icc_transform apparently is not being found. It only happens on certain video's shot with a Google Pixel.

[Nest] 1272  - 02/01/2025, 9:41:37 AM   ERROR [Microservices:JobService] Unable to run job handler (thumbnailGeneration/generate-thumbnails): Error: ffmpeg exited with code 244: Conversion failed!
[Nest] 1272  - 02/01/2025, 9:41:37 AM   ERROR [Microservices:JobService] Error: ffmpeg exited with code 244: Conversion failed!
    at ChildProcess.<anonymous> (/app/immich/server/node_modules/fluent-ffmpeg/lib/processor.js:180:22)
    at ChildProcess.emit (node:events:518:28)
    at ChildProcess._handle.onexit (node:internal/child_process:293:12)
[Nest] 1272  - 02/01/2025, 9:41:37 AM   ERROR [Microservices:JobService] Object:
{
  "id": "6a5297d7-9b72-485f-87ca-35350cf54811"
}
[Nest] 1272  - 02/01/2025, 9:41:37 AM   ERROR [Microservices:JobService] Unable to run job handler (thumbnailGeneration/generate-thumbnails): Error: VipsOperation: class "icc_transform" not found
VipsOperation: class "icc_transform" not found
VipsJpeg: ./lib/jpegli/decode_scan.cc:535: Incomplete scan detected.
VipsJpeg: ./lib/jpegli/decode_marker.cc:60: Duplicate SOF marker.
[Nest] 1272  - 02/01/2025, 9:41:37 AM   ERROR [Microservices:JobService] Error: VipsOperation: class "icc_transform" not found
VipsOperation: class "icc_transform" not found
VipsJpeg: ./lib/jpegli/decode_scan.cc:535: Incomplete scan detected.
VipsJpeg: ./lib/jpegli/decode_marker.cc:60: Duplicate SOF marker.

The OS that Immich Server is running on

Debian

Version of Immich Server

v1.125.7

Version of Immich Mobile App

N/A

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

...

Relevant log output

Additional information

No response

@bo0tzz
Copy link
Member

bo0tzz commented Feb 1, 2025

Can you zip and share a file that this happens with?

@Frankster-NL
Copy link
Author

Frankster-NL commented Feb 1, 2025

Can you zip and share a file that this happens with?

Here you go: https://drive.google.com/file/d/1EgpJr4wsTDy2pGyjbBjtwGRINsdIBiz1/view?usp=sharing

After the error message all generation of thumbnails halts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants