Posts: 23
Joined: Feb 2019
Reputation:
1
Hi, not sure if this has been asked before, but is it possible to add 'Remove from Autowidget group' to context menu, in addition to 'Add'?
Posts: 4
Joined: Oct 2020
Reputation:
0
Nevermind! I figured this out. Sorry mods, I couldn't edit or delete the post above.
Posts: 39
Joined: Jun 2020
Reputation:
2
sus67
Junior Member
Posts: 39
Update to 3.0.0 faults (Kodi 19 for Windows and Android) :
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 'Queue'
Traceback (most recent call last):
File "C:\Users\Mo\AppData\Roaming\Kodi\addons\plugin.program.autowidget\service.py", line 1, in <module>
from resources.lib import refresh
File "C:\Users\Mo\AppData\Roaming\Kodi\addons\plugin.program.autowidget\resources\lib\refresh.py", line 9, in <module>
import Queue
ModuleNotFoundError: No module named 'Queue'
-->End of Python script error report<--