2021-04-04, 12:14
(2021-04-04, 11:41)B0Besh Wrote:remove ".decode('utf-8')" from default.py and utils.py(2021-03-21, 01:46)estuary_enthusiast Wrote: I can't run Arctic Mirage, any idea?
Code:2021-03-21 06:32:19.054 T:4172 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'str' object has no attribute 'decode'
Traceback (most recent call last):
File "D:\Libraries\Users\Private\AppData\Roaming\Kodi\addons\screensaver.arctic.mirage\script.py", line 8, in <module>
from resources.lib import utils
File "D:\Libraries\Users\Private\AppData\Roaming\Kodi\addons\screensaver.arctic.mirage\resources\lib\utils.py", line 6, in <module>
_id = _addon.getAddonInfo('id').decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
-->End of Python script error report<--
2021-03-21 06:32:19.226 T:4172 INFO <general>: Python interpreter stopped
2021-03-21 06:32:20.620 T:12260 INFO <general>: initializing python engine.
2021-03-21 06:32:20.714 T:12260 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'str' object has no attribute 'decode'
Traceback (most recent call last):
File "D:\Libraries\Users\Private\AppData\Roaming\Kodi\addons\screensaver.arctic.mirage\script.py", line 8, in <module>
from resources.lib import utils
File "D:\Libraries\Users\Private\AppData\Roaming\Kodi\addons\screensaver.arctic.mirage\resources\lib\utils.py", line 6, in <module>
_id = _addon.getAddonInfo('id').decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
-->End of Python script error report<--
And can you also make this library info in setting under the storage maybe? or summary..
Any news on this? I am getting same error.
Thanks