runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 265, in <module> _node = _build_node() File "/home/user/app/app.py", line 166, in _build_node from hearthnet.node import HearthNode File "/home/user/app/hearthnet/__init__.py", line 6, in <module> from hearthnet.controller import HearthNetController File "/home/user/app/hearthnet/controller.py", line 5, in <module> from hearthnet.node import HearthNode File "/home/user/app/hearthnet/node.py", line 23, in <module> from hearthnet.services import ChatService, LlmService, MarketplaceService, RagService File "/home/user/app/hearthnet/services/__init__.py", line 1, in <module> from hearthnet.services.chat import ChatService File "/home/user/app/hearthnet/services/chat/__init__.py", line 4, in <module> from hearthnet.services.chat.service import ChatService File "/home/user/app/hearthnet/services/chat/service.py", line 4, in <module> from datetime import UTC, datetime ImportError: cannot import name 'UTC' from 'datetime' (/usr/local/lib/python3.10/datetime.py)
Container logs:
Fetching error logs...