runtime error

e "/home/user/.local/lib/python3.10/site-packages/javascript/__init__.py", line 12, in init raise e File "/home/user/.local/lib/python3.10/site-packages/javascript/connection.py", line 125, in com_io File "/usr/local/lib/python3.10/subprocess.py", line 1863, in _execute_child proc = subprocess.Popen( File "/usr/local/lib/python3.10/subprocess.py", line 971, in __init__ config.executor = proxy.Executor(config.event_loop) File "/home/user/.local/lib/python3.10/site-packages/javascript/proxy.py", line 12, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundErrorloop.pyi.executor = self: File "/usr/local/lib/python3.10/subprocess.py", line 1863, in _execute_child AttributeError[Errno 2] No such file or directory: 'node': 'NoneType' object has no attribute 'pyi' During handling of the above exception, another exception occurred: Traceback (most recent call last): raise child_exception_type(errno_num, err_msg, err_filename) File "/home/user/app/app.py", line 2, in <module> FileNotFoundError: [Errno 2] No such file or directory: 'node' import lodestone File "/home/user/.local/lib/python3.10/site-packages/lodestone/__init__.py", line 11, in <module> from .bot import createBot, Bot File "/home/user/.local/lib/python3.10/site-packages/lodestone/bot.py", line 1, in <module> from javascript import require, On, Once, off, once File "/home/user/.local/lib/python3.10/site-packages/javascript/__init__.py", line 20, in <module> init() File "/home/user/.local/lib/python3.10/site-packages/javascript/__init__.py", line 9, in init config.event_loop = events.EventLoop() File "/home/user/.local/lib/python3.10/site-packages/javascript/events.py", line 73, in __init__ self.callbackExecutor.start() File "/usr/local/lib/python3.10/threading.py", line 930, in start raise RuntimeError("threads can only be started once") RuntimeError: threads can only be started once

Container logs:

Fetching error logs...