Hi, I recently did a clean Rockstor install with newest 5.x.xx image and added a custom rockon. However when I hit update from Web-UI I get following error: NoneType: None
What does this mean, and is there a fix for this?
Logs tell following:
[15/Mar/2025 05:05:28] INFO [storageadmin.views.rockon:504] Rock-on definitions retrieved in: 6.00 seconds.
[15/Mar/2025 05:05:30] ERROR [storageadmin.views.rockon:142] ''
Traceback (most recent call last):
File "/opt/rockstor/src/rockstor/storageadmin/views/rockon.py", line 139, in post
self._create_update_meta(r, rockons[r])
File "/usr/lib64/python3.11/contextlib.py", line 81, in inner
return func(*args, **kwds)
^^^^^^^^^^^^^^^^^^^
File "/opt/rockstor/src/rockstor/storageadmin/views/rockon.py", line 357, in _create_update_meta
self._update_env(co, c_d)
File "/opt/rockstor/src/rockstor/storageadmin/views/rockon.py", line 467, in _update_env
ccc_d = cc_d[k]
~~~~^^^
KeyError: ''
[15/Mar/2025 05:05:30] ERROR [storageadmin.util:44] Exception: Errors occurred while processing updates for the following Rock-ons (Jellyfin-NVIDIA: '').
NoneType: None
Clearing registry doen’t help either.
My custom Rock-On can been look at here:
Jellyfin-NVIDIA