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
[18-Sep-23 06:12:16 AM] [INFO] - [ARIA2C] Daemon Initiated [download_aria_p_n.py:42]
[18-Sep-23 06:12:16 AM] [ERROR] - [Errno 2] No such file or directory: 'chrome' [dispatcher.py:253]
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/pyrogram/dispatcher.py", line 240, in handler_worker
await handler.callback(self.client, *args)
File "/home/ubuntu/Tele-LeechX/tobrot/plugins/incoming_message_fn.py", line 194, in incoming_message_f
aria_i_p = await aria_start()
File "/home/ubuntu/Tele-LeechX/tobrot/helper_funcs/download_aria_p_n.py", line 44, in aria_start
process = await create_subprocess_exec(
File "/usr/lib/python3.10/asyncio/subprocess.py", line 218, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
File "/usr/lib/python3.10/asyncio/base_events.py", line 1681, in subprocess_exec
transport = await self._make_subprocess_transport(
File "/usr/lib/python3.10/asyncio/unix_events.py", line 207, in _make_subprocess_transport
transp = _UnixSubprocessTransport(self, protocol, args, shell,
File "/usr/lib/python3.10/asyncio/base_subprocess.py", line 36, in __init__
self._start(args=args, shell=shell, stdin=stdin, stdout=stdout,
File "/usr/lib/python3.10/asyncio/unix_events.py", line 799, in _start
self._proc = subprocess.Popen(
File "/usr/lib/python3.10/subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/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: 'chrome'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: