Posts: 346
Joined: Mar 2011
Reputation:
0
Hi Rufoo -
Thanks for clarifying -
I actually did want to donate to AEL - but i realized that i donated to Kodi and im fine with the donation to Kodi. I have donated before to Kodi and completely want to keep supporting any way i can.
However ...
My intentions were to donate directly to the AEL initiative.
Can I donate directly to the AEL initiative?
And how?
Dugan26
On another note - Rufoo? are you a skinner? Wintermute0110 mentioned your skin works well with AEL. I would love to try it. Which skin is it? I would like to try it.
Sorry for any trouble i've caused here...
Posts: 11
Joined: Jan 2011
Reputation:
0
Hi I just installed Advanced Emulator Launcher since my old AL stopped working with Krypton but i'm having a problem scraping. Can someone please help? This is the error i'm getting.
16:30:18.489 T:768 ERROR: AEL ERROR: SingleInstance::__exit__() Unhandled excepcion in protected code
16:30:18.492 T:768 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: u'studio'
Traceback (most recent call last):
File "C:\Users\Gaming-PC\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\addon.py", line 39, in <module>
main.Main().run_plugin()
File "C:\Users\Gaming-PC\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 270, in run_plugin
self.run_protected(command, args)
File "C:\Users\Gaming-PC\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 358, in run_protected
self._command_edit_launcher(args['catID'][0], args['launID'][0])
File "C:\Users\Gaming-PC\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 1265, in _command_edit_launcher
if not self._gui_scrap_launcher_metadata(launcherID, scraper_obj): return
File "C:\Users\Gaming-PC\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 9371, in _gui_scrap_launcher_metadata
self.launchers[launcherID]['m_studio'] = gamedata['studio']
KeyError: u'studio'
-->End of Python script error report<--