2021-08-23, 15:47
Hi,
I receive a "Skin Widget" error (Kodi 19.1, Amber 3.4.26) when I login on my second profile (first profile don't give me this error)
ERROR <general>: EXCEPTION Thrown (PythonToCppExceptEion) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: module 'xbmc' has no attribute 'abortRequested'
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 804, in <module>
Main()
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 67, in __init__
self._fetch_info_randomitems()
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 140, in _fetch_info_randomitems
self._fetch_movies('RandomMovie')
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 166, in _fetch_movies
if not xbmc.abortRequested:
AttributeError: module 'xbmc' has no attribute 'abortRequested'
-->End of Python script error report<--
Any ideas what can be the cause of this issue?
best regards,
Sarge
I receive a "Skin Widget" error (Kodi 19.1, Amber 3.4.26) when I login on my second profile (first profile don't give me this error)
ERROR <general>: EXCEPTION Thrown (PythonToCppExceptEion) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: module 'xbmc' has no attribute 'abortRequested'
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 804, in <module>
Main()
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 67, in __init__
self._fetch_info_randomitems()
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 140, in _fetch_info_randomitems
self._fetch_movies('RandomMovie')
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 166, in _fetch_movies
if not xbmc.abortRequested:
AttributeError: module 'xbmc' has no attribute 'abortRequested'
-->End of Python script error report<--
Any ideas what can be the cause of this issue?
best regards,
Sarge