Replies: 1 comment
-
Your compose file is quite outdated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
[Nest] 7 - 01/08/2025, 2:46:57 PM ERROR [Microservices:JobService] Unable to run job handler (thumbnailGeneration/generate-thumbnails): Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
[Nest] 7 - 01/08/2025, 2:46:57 PM ERROR [Microservices:JobService] Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
at Sharp.toBuffer (/usr/src/app/node_modules/sharp/lib/output.js:163:17)
[Nest] 7 - 01/08/2025, 2:46:57 PM ERROR [Microservices:JobService] Object:
{
[Nest] 7 - 01/08/2025, 2:46:57 PM ERROR [Microservices:JobService] Unable to run job handler (thumbnailGeneration/generate-thumbnails): Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
[Nest] 7 - 01/08/2025, 2:46:57 PM ERROR [Microservices:JobService] Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
at Sharp.toBuffer (/usr/src/app/node_modules/sharp/lib/output.js:163:17)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async MediaService.handleGenerateThumbnails (/usr/src/app/dist/services/media.service.js:111:25)
at async JobService.onJobStart (/usr/src/app/dist/services/job.service.js:148:28)
at async EventRepository.onEvent (/usr/src/app/dist/repositories/event.repository.js:134:13)
at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:394:28)
at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:24)
[Nest] 7 - 01/08/2025, 2:46:57 PM ERROR [Microservices:JobService] Object:
{
[Nest] 7 - 01/08/2025, 2:46:57 PM ERROR [Microservices:JobService] Unable to run job handler (thumbnailGeneration/generate-thumbnails): Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
[Nest] 7 - 01/08/2025, 2:46:57 PM ERROR [Microservices:JobService] Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
at Sharp.toBuffer (/usr/src/app/node_modules/sharp/lib/output.js:163:17)
[Nest] 7 - 01/08/2025, 2:46:57 PM ERROR [Microservices:JobService] Object:
{
[Nest] 7 - 01/08/2025, 2:46:58 PM ERROR [Microservices:JobService] Unable to run job handler (thumbnailGeneration/generate-thumbnails): Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
[Nest] 7 - 01/08/2025, 2:46:58 PM ERROR [Microservices:JobService] Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
at Sharp.toBuffer (/usr/src/app/node_modules/sharp/lib/output.js:163:17)
[Nest] 7 - 01/08/2025, 2:46:58 PM ERROR [Microservices:JobService] Object:
{
[Nest] 7 - 01/08/2025, 2:46:58 PM ERROR [Microservices:JobService] Unable to run job handler (thumbnailGeneration/generate-thumbnails): Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
[Nest] 7 - 01/08/2025, 2:46:58 PM ERROR [Microservices:JobService] Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
at Sharp.toBuffer (/usr/src/app/node_modules/sharp/lib/output.js:163:17)
[Nest] 7 - 01/08/2025, 2:46:58 PM ERROR [Microservices:JobService] Object:
{
[Nest] 7 - 01/08/2025, 2:46:58 PM ERROR [Microservices:JobService] Unable to run job handler (thumbnailGeneration/generate-thumbnails): Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
[Nest] 7 - 01/08/2025, 2:46:58 PM ERROR [Microservices:JobService] Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
at Sharp.toBuffer (/usr/src/app/node_modules/sharp/lib/output.js:163:17)
[Nest] 7 - 01/08/2025, 2:46:58 PM ERROR [Microservices:JobService] Object:
{
[Nest] 7 - 01/08/2025, 2:47:00 PM ERROR [Microservices:JobService] Unable to run job handler (thumbnailGeneration/generate-thumbnails): Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
[Nest] 7 - 01/08/2025, 2:47:00 PM ERROR [Microservices:JobService] Error: VipsJpeg: Message codes are not supported, error message is in msg_parm.s string
at Sharp.toBuffer (/usr/src/app/node_modules/sharp/lib/output.js:163:17)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async MediaService.handleGenerateThumbnails (/usr/src/app/dist/services/media.service.js:111:25)
The OS that Immich Server is running on
DSM 7.2.1-69057 Update 3
Version of Immich Server
v1.124.0
Version of Immich Mobile App
v1.124.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1.login
2.start Generate a thumbnail task
...
Relevant log output
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions