CVE-2021-22204-exiftool icon indicating copy to clipboard operation
CVE-2021-22204-exiftool copied to clipboard

Getting below error

Open murachin opened this issue 2 years ago • 1 comments

I executed script on both windows and linux servers. Keep getting below error and exit the script before creating image file. highly apricate support here.

Linux error: Traceback (most recent call last): File "/home/sandun/Desktop/exp2.py", line 22, in subprocess.run(['bzz', 'payload', 'payload.bzz']) 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 1821, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'bzz'

murachin avatar May 31 '22 16:05 murachin

Did you install djvulibre-bin?

That is the package providing the binary bzz

novakele avatar Jun 24 '22 15:06 novakele