Closed ryanohoro closed 8 months ago
Root of this problem was that the password parameter name Strelka was using for python rarfile did not match the parameter name in the module.
https://python-unrar.readthedocs.io/en/v0.3/rarfile.html#rarfile.RarFile.open
This was a result of a breaking change introduced in rarfile 4 (2020-07-31)
Describe the bug
Environment details
Steps to reproduce Steps to reproduce the behavior:
Expected behavior
ScanRar should note that the archive is password protected and gracefully catch the exception
Release