AVSignSeek icon indicating copy to clipboard operation
AVSignSeek copied to clipboard

KeyError: "There is no item named 'infected.bin' in the archive"

Open MiChaelinzo opened this issue 3 years ago • 0 comments

=== AVSignSeek ===
Traceback (most recent call last):
  File "avsignseek.py", line 46, in <module>
    main(args)
  File "avsignseek.py", line 14, in main
    with myzip.open(args.filename, pwd=args.zip_password.encode()) as myfile:
  File "/usr/lib/python3.8/zipfile.py", line 1514, in open
    zinfo = self.getinfo(name)
  File "/usr/lib/python3.8/zipfile.py", line 1441, in getinfo
    raise KeyError(
KeyError: "There is no item named 'infected.bin' in the archive"

MiChaelinzo avatar Oct 08 '20 13:10 MiChaelinzo