mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-07 21:30:16 +00:00
[Problem] MPF.CLI protection scan failing to run reports as no protection being found unless protection scanning is explicitly disabled by the user #876
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Arctic-Circle-System on GitHub (Nov 24, 2025).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
3975003) [note: I am not at a place where I can retry with the latest version, but the changes don't appear to affect my issue anyway.Build
What runtime version are you using?
Describe the issue
MPF.CLI does not explicitly report protection scanning failing to run, instead reporting it as a lack of protection.
To Reproduce
Steps to reproduce the behavior:
./MPF.CLI pc -t dvd -d /dev/sr0. This will run the program and dump the disc without specifying the mount path through --mounted.I assume there are other ways to reproduce this, but this is the easiest.
Expected behavior
MPF.CLI should throw a warning or error if the protection scanner fails to run.