runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> chatbot = hugchat.ChatBot(cookie_path="usercookies/rcudazzo@outlook.it.json") # or cookie_path="usercookies/<email>.json" File "/home/user/.local/lib/python3.10/site-packages/hugchat/hugchat.py", line 47, in __init__ self.current_conversation = self.new_conversation() File "/home/user/.local/lib/python3.10/site-packages/hugchat/hugchat.py", line 130, in new_conversation raise e File "/home/user/.local/lib/python3.10/site-packages/hugchat/hugchat.py", line 122, in new_conversation cid = json.loads(resp.text)['conversationId'] File "/usr/local/lib/python3.10/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/local/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Container logs:

Fetching error logs...