2016-10-09, 09:27
(2016-10-09, 09:23)xodiuser Wrote: Always got error when "Add No-Intro XML DAT ..."
Code:00:17:52 T:18446744072407617480 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: Required argument 'shares' (pos 3) not found
Traceback (most recent call last):
File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.advanced.emulator.launcher/addon.py", line 47, in <module>
plugin.run_plugin()
File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/main.py", line 211, in run_plugin
self._command_edit_launcher(args['catID'][0], args['launID'][0])
File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/main.py", line 1323, in _command_edit_launcher
useThumbs = False, treatAsFolder = False).decode('utf-8')
TypeError: Required argument 'shares' (pos 3) not found
-->End of Python script error report<--
Yes... I spot that bug yesterday. It's been fixed in the last commit in Github. Please install the latest development version from Github (instructions in the first post).
Also, if you want to use DATs to audit your launcher, make sure you choose "P/Clone XML" in Dat-o-matic and also click on "Default parent if there is no p/c info". There is a bug that prevents DAT files to shown in the DAT file dialog, so rename your .dat file to .xml for loading in AEL.