Kitsu Worker Error

Hi guys,

I’m trying to connect to my Kitsu instance. The worker manages to log into Gazu, but then it encounters an exception. I was still able to import my project, but none of the tasks are visible. Is this behavior expected?

Here’s the log:

Connecting to server "http://localhost:5235/"
Logged in as user "service"
2024-08-26 15:13:35 INFO       Kitsu Processor get_pairing_list
2024-08-26 15:13:36 INFO       Kitsu Processor Gazu logged in as loopbox@tiktakanim.net
2024-08-26 15:13:37 ERROR      Kitsu Processor Exception!

Traceback (most recent call last):
File "/service/processor/__main__.py", line 28, in <module>
processor = KitsuProcessor()
^^^^^^^^^^^^^^^^
File "/service/processor/processor.py", line 124, in __init__
self.event_client = gazu.events.init()
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gazu/events.py", line 44, in init
event_client.connect(get_event_host(client), make_auth_header())
File "/usr/local/lib/python3.11/site-packages/socketio/client.py", line 163, in connect
raise exceptions.ConnectionError(
socketio.exceptions.ConnectionError: One or more namespaces failed to connect
type or paste code here

Thank you

If you’re using reverce proxy for kitsu domain check if websocket is on. Had the same thing and this was a solution