Tele-LeechX icon indicating copy to clipboard operation
Tele-LeechX copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory: 'chrome'

Open kenil261615 opened this issue 2 years ago • 0 comments

[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'

kenil261615 avatar Sep 18 '23 06:09 kenil261615