What that a first install?
Is it showing in your list of installed Rock-ons?
Alternatively, a docker ps -a may give some more information about what is happening here. Otherwise, you may have to “manually” delete the Rock-on from the cli using the delete_rockon call.
On another note, the Emby Rockon is due for an update. I’ve been putting it on the side as the current Json is still working but as Emby switched its inner workings quite a bit recently, it may help a lot. I’ll create an issue to remind myself. https://github.com/rockstor/rockon-registry/issues/152
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/scripts/rockon_delete.py”, line 22, in
from storageadmin.models import (RockOn, DContainer)
ImportError: No module named storageadmin.models
The same error happened to me once. It was simply due to a wrong command. Have a look at this post below for the correct command to run and explanation:
I should have been more clear in my previous post, but I was referring to the path to the command, rather than the Rock-on name: /opt/rockstor/bin/delete-rockon rather than the one using the src subdirectory.