nimafanniasl / Terminal_DL

CLI Based Download Manager!
GNU General Public License v3.0
8 stars 1 forks source link

File not downloading #1

Open lxpanel opened 2 years ago

lxpanel commented 2 years ago

I tried to download a .zip file with this and I got these errors:

Traceback (most recent call last):
  File "/home/jacob/bin/Terminal_DL/Main.py", line 128, in <module>
    Terminal_DL = FileDownloader()
  File "/home/jacob/bin/Terminal_DL/Main.py", line 34, in __init__
    self.notify_send("[INFO]: Download Started.")
  File "/home/jacob/bin/Terminal_DL/Main.py", line 80, in notify_send
    run(["notify-send", str(msg)])
  File "/usr/lib/python3.9/subprocess.py", line 505, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/usr/lib/python3.9/subprocess.py", line 951, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'notify-send'
nimafanniasl commented 2 years ago

What Distro Do You Have?