MikeSiLVO/skin.aeon.nox.silvo

Error when selecting "Manage submenu" in the main menu editor

Closed this issue · 0 comments

I just compiled Kodi git 19.0-ALPHA1-git+cdb887b088. I installed aeon.nox.silvo from the Kodi repository, along with the dependencies. I went to set up the menus how we like them and when I selected "Manage submenu", I just got an empty window and no submenu stuff. Looking in the log, I see:

ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ModuleNotFoundError'>
Error Contents: No module named 'gui'
Traceback (most recent call last):
File "/dvb/kodi.config/addons/script.skinshortcuts/resources/lib/gui.py", line 1951, in onClick
import gui
ModuleNotFoundError: No module named 'gui'