Python
2023-09-30 11:33:58.908 T:1502 ERROR <general>: 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 'kodi_six'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.audio.radio_data/addon.py", line 16, in <module>
from kodi_six import xbmc, xbmcgui, xbmcvfs, xbmcplugin, xbmcaddon
ModuleNotFoundError: No module named 'kodi_six'
-->End of Python script error report<--
Looks like the add-on depends on a Python module (kodi_six) that isn't installed (or registered as a dependency). Best to report that to the add-on developer(s).