Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

handler is not a function #12803

Closed
1 of 3 tasks
ivan-sirosh opened this issue Sep 19, 2024 · 0 comments
Closed
1 of 3 tasks

handler is not a function #12803

ivan-sirosh opened this issue Sep 19, 2024 · 0 comments

Comments

@ivan-sirosh
Copy link

The bug

in my log I see

[Nest] 7  - 09/19/2024, 10:14:18 PM   ERROR [Microservices:JobService] Unable to run job handler (library/undefined): TypeError: handler is not a function                                                                                                                                     
[Nest] 7  - 09/19/2024, 10:14:18 PM   ERROR [Microservices:JobService] TypeError: handler is not a function                                                                                                                                                                                    
    at /usr/src/app/dist/services/job.service.js:148:42                                                                                                                                                                                                                                        
    at Worker.workerHandler [as processFn] (/usr/src/app/dist/repositories/job.repository.js:90:46)                                                                                                                                                                                            
    at Worker.callProcessJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:113:21)                                                                                                                                                                                              
    at Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:394:39)                                                                                                                                                                                                  
    at /usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:202:70                                                                                                                                                                                                                      
    at Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:30)                                                                                                                                                                                               
    at Worker.run (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:202:45)                                                                                                                                                                                                         
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)                                                                                                                                                                                                              
[Nest] 7  - 09/19/2024, 10:14:18 PM   ERROR [Microservices:JobService] Object:                                                                                                                                                                                                                 
{} 

in my web UI
image

The OS that Immich Server is running on

Debian

Version of Immich Server

v1.115.0

Version of Immich Mobile App

none

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

I don't use compose, it is helm deployment

Your .env content

LOG_LEVEL: verbose
              NO_COLOR: true
              IMMICH_MEDIA_LOCATION: /data
              MACHINE_LEARNING_PORT: 3003
              MACHINE_LEARNING_CACHE_FOLDER: /data/.machine_learning_cache
              TRANSFORMERS_CACHE: /data/.transformers_cache
              MPLCONFIGDIR: /data/.mplconfig_cache

Reproduction steps

  1. just run fresh image of immich on k8s

Relevant log output

No response

Additional information

No response

@immich-app immich-app locked and limited conversation to collaborators Sep 19, 2024
@danieldietzler danieldietzler converted this issue into discussion #12804 Sep 19, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant