CTFish
January 22, 2021, 2:16am
1
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
CTFish
January 22, 2021, 2:23am
3
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:
opened 08:00PM - 28 Sep 23 UTC
question
Currently using 3.9.1. I tried updating to 3.10 a few days ago and it would say … ”Done” but the version would stay 3.9.1 in the plug-in manager after the restart. I didn’t give it much thought. But today, I got the notification about 3.11.1 and I clicked update. Same issue, it says done at the end but the plug-in is still on 3.9.1.
Then I tried to completely uninstall the plugin so I can do a fresh install. It will not even Uninstall. I get some error so I can’t even uninstall the app now. What do I do?
<img width="562" alt="Screenshot 2023-09-28 at 12 42 33 PM" src="https://github.com/borisbu/OctoRelay/assets/87844320/45ef3bd8-24d1-4428-80cf-c11cb9399583">
<img width="563" alt="Screenshot 2023-09-28 at 12 42 38 PM" src="https://github.com/borisbu/OctoRelay/assets/87844320/9081ec83-c7a1-4d62-952d-45e9a38eb49e">
I'm sure that there is no typo in the plugin code.