when using plugin.program.iagl (zach-morris/plugin.program.iagl Internet Archive Game Launcher)
it will crash because missing stuff, it has installed all deps but still not work.
reason why i upgraded from 18.2beta to latest was non working game controller, now that works however IAGL stopped work. I have opi pc on my van, i wanted games work so when we have party there, we can play games! ![]()
It is easy to reproduce the error, install latest and install plugin and start it or configure.
Device where i tested OPI PC.
here is logfile when i go configuration wizard:
Code
2019-12-26 13:42:23.767 T:934 ERROR: 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 "/storage/.kodi/addons/plugin.program.iagl/resources/lib/run_IAGL_wizard.py", line 11, in <module>
addon_xml_path = os.path.join(IAGL.get_addon_install_path(),'addon.xml')
File "/storage/.kodi/addons/plugin.program.iagl/resources/lib/main.py", line 199, in get_addon_install_path
return xbmc.translatePath(self.handle.getAddonInfo('path')).decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
-->End of Python script error report<--
Display More
And here is log when start addon:
Python
2019-12-26 12:08:59.546 T:1452 NOTICE: IAGL: Lets Play!
2019-12-26 12:09:00.927 T:1452 ERROR: 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 'paginate'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.program.iagl/addon.py", line 8, in <module>
from resources.lib.main import *
File "/storage/.kodi/addons/plugin.program.iagl/resources/lib/main.py", line 12, in <module>
import paginate
ModuleNotFoundError: No module named 'paginate'
-->End of Python script error report<--
2019-12-26 12:09:01.174 T:1451 ERROR: GetDirectory - Error getting plugin://plugin.program.iagl/?content_type=video
2019-12-26 12:09:01.203 T:853 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.iagl/?content_type=video) failed
Display More