2017-01-14, 20:28
Thanks for the reply. I have made a wrong.
01:46:31.602 T:123145513705472 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: not all arguments converted during string formatting
Traceback (most recent call last):
File "/Users/Cyril/Library/Application Support/Kodi/addons/script.image.resource.select/default.py", line 103, in <module>
Main()
File "/Users/Cyril/Library/Application Support/Kodi/addons/script.image.resource.select/default.py", line 23, in __init__
self._select(ITEMS, TYPE, PROP)
File "/Users/Cyril/Library/Application Support/Kodi/addons/script.image.resource.select/default.py", line 77, in _select
num = xbmcgui.Dialog().select(xbmc.getLocalizedString(20464) % xbmc.getLocalizedString(536), addonlist, useDetails=True)
TypeError: not all arguments converted during string formatting
-->End of Python script error report<--
The dependency on script.image.resource.select version 0.1.1 could not be satisfied
OS version:bash:
➜ ~ kodi --version
19.3 (19.3.0) Git:20211203-nogitfound Media Center Kodi
Copyright © 2005-2021 Team Kodi - http://kodi.tv
Python version:bash:➜ ~ cat /etc/lsb-release
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=21.2.1
DISTRIB_CODENAME=Qonos
DISTRIB_DESCRIPTION="Manjaro Linux"
➜ ~ python -V
Python 3.10.1