Plugin uninstall has corrupted name for commandline -- plugin problem or OctoPrint problem?

Am working on the beta of OctoPrint Nanny. The first character of the plugin name is a dash instead of an O, when running the uninstall from the OctoPrint Plugin Manager via the web interface.

Does this mean that there is a typo somewhere in the plugin code, or could it be something weird with the octoprint uninstall command (unlikely)?

Uninstalling plugin "Print Nanny"
/home/pi/oprint/bin/python -m pip --disable-pip-version-check uninstall --yes -ctoPrint-Nanny
Usage:
/home/pi/oprint/bin/python -m pip uninstall [options] <package> ...
/home/pi/oprint/bin/python -m pip uninstall [options] -r <requirements file> ...
no such option: -c
Done!
Done!

Running the command as it should be from the command line works fine.

1 Like

Not sure whether the dev is in the forum or not so I'm tagging @foosel for now

thanks for reporting :+1:

Have been exchanging with the plugin dev, just thought I'd pick the brains here.

1 Like

Did you find a reason for this?
What was the resolution for this issue?

One of the users of another plugin is experiencing a similar problem:

I'm sure that there is no typo in the plugin code.