Posts: 4
Joined: Jun 2020
Reputation:
1
Is there a particular Working version of autowidget for Krpton 17.6? All of the versions of 2.x I have tried do not work. I uninstalled and used the first dev version in the repo which seems to work without throwing any errors. I haven’t been able to find any documentation pertaining to Krpton specific versions.
Posts: 63
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: 107
Joined: Jun 2020
Reputation:
10
sus67
Senior Member
Posts: 107
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<--