You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/container/main.py", line 10, in
pool.setup()
File "/home/container/utils/client.py", line 567, in setup
self.start_lavalink()
File "/home/container/utils/client.py", line 91, in start_lavalink
self.lavalink_instance = run_lavalink(
File "/home/container/utils/music/local_lavalink.py", line 218, in run_lavalink
lavalink_process = subprocess.Popen(java_cmd.split(), stdout=subprocess.DEVNULL)
File "/usr/local/lib/python3.10/subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/local/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/home/container/.jabba/jdk/[email protected]/bin/java'
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f0ba3373910>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f0ba33622c0>
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/container/main.py", line 10, in
pool.setup()
File "/home/container/utils/client.py", line 567, in setup
self.start_lavalink()
File "/home/container/utils/client.py", line 91, in start_lavalink
self.lavalink_instance = run_lavalink(
File "/home/container/utils/music/local_lavalink.py", line 218, in run_lavalink
lavalink_process = subprocess.Popen(java_cmd.split(), stdout=subprocess.DEVNULL)
File "/usr/local/lib/python3.10/subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/local/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/home/container/.jabba/jdk/[email protected]/bin/java'
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f0ba3373910>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f0ba33622c0>
The text was updated successfully, but these errors were encountered: