I am trying to run the docker for this in unRAID - thank you for creating the template (based on Reddit request)
Here is the error that I am getting - not sure where I am going wrong.
[2025-04-11 13:24:04 +1000] [9] [INFO] Worker exiting (pid: 9)
[2025-04-11 13:24:04 +1000] [1] [ERROR] Worker (pid:8) exited with code 3
[2025-04-11 13:24:04 +1000] [1] [ERROR] Worker (pid:9) was sent SIGTERM!
[2025-04-11 13:24:04 +1000] [1] [ERROR] Shutting down: Master
[2025-04-11 13:24:04 +1000] [1] [ERROR] Reason: Worker failed to boot.
[2025-04-11 13:29:17 +1000] [1] [INFO] Starting gunicorn 21.2.0
[2025-04-11 13:29:17 +1000] [1] [INFO] Listening at: http://0.0.0.0:5002 (1)
[2025-04-11 13:29:17 +1000] [1] [INFO] Using worker: sync
[2025-04-11 13:29:17 +1000] [8] [INFO] Booting worker with pid: 8
[2025-04-11 13:29:17 +1000] [8] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/gunicorn/arbiter.py", line 609, in spawn_worker
worker.init_process()
File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/base.py", line 134, in init_process
self.load_wsgi()
File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
self.wsgi = self.app.wsgi()
File "/usr/local/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/usr/local/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
return self.load_wsgiapp()
File "/usr/local/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/local/lib/python3.8/site-packages/gunicorn/util.py", line 371, in import_app
mod = importlib.import_module(module)
File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'webhook_listener'
[2025-04-11 13:29:17 +1000] [8] [INFO] Worker exiting (pid: 8)
[2025-04-11 13:29:17 +1000] [1] [ERROR] Worker (pid:8) exited with code 3
[2025-04-11 13:29:17 +1000] [1] [ERROR] Shutting down: Master
[2025-04-11 13:29:17 +1000] [1] [ERROR] Reason: Worker failed to boot.
Hi
I am trying to run the docker for this in unRAID - thank you for creating the template (based on Reddit request)
Here is the error that I am getting - not sure where I am going wrong.