Wintermute0110 / plugin.program.AEL.dev

Emulator frontend and app launcher for Kodi
GNU General Public License v2.0
105 stars 36 forks source link

string index out of range: launching application (other) #138

Closed geraldsnm closed 3 years ago

geraldsnm commented 3 years ago

branch: release-0.10.x-python3 (cloned June 3rd 2021: as of 173cbffa3e6456d9045e311a9bdc51756b4967e1)

description: I'm trying to launch plex media server from AEL 0.10.x-python3 (the current stable release v0.9.9 throws an exception installing with my python ver) and I get an index out of range.

logs:

2021-06-03 18:04:23.913 T:32244 INFO : initializing python engine. 2021-06-03 18:04:24.241 T:32244 INFO : AEL INFO : _run_standalone_launcher() categoryID a85c9b4cb79cd099b762ef66fc7bbb50 2021-06-03 18:04:24.241 T:32244 INFO : AEL INFO : _run_standalone_launcher() launcherID 0742a2ddc6ba6fa0bf2827987ef66cde 2021-06-03 18:04:24.241 T:32244 INFO : AEL INFO : _run_standalone_launcher() application "C:\Program Files\Plex\Plex Media Player\PlexMediaPlayer.exe" 2021-06-03 18:04:24.241 T:32244 INFO : AEL INFO : _run_standalone_launcher() apppath "C:\Program Files\Plex\Plex Media Player" 2021-06-03 18:04:24.241 T:32244 INFO : AEL INFO : _run_standalone_launcher() app_basename "PlexMediaPlayer.exe" 2021-06-03 18:04:24.241 T:32244 INFO : AEL INFO : _run_standalone_launcher() app_ext ".exe" 2021-06-03 18:04:24.241 T:32244 INFO : AEL INFO : _run_standalone_launcher() launcher name "Plex Media Player" 2021-06-03 18:04:24.241 T:32244 INFO : AEL INFO : _run_standalone_launcher() raw arguments "" 2021-06-03 18:04:24.241 T:32244 INFO : AEL INFO : _run_standalone_launcher() final arguments "" 2021-06-03 18:04:24.743 T:32244 ERROR : AEL ERROR: SingleInstance::exit() Unhandled excepcion in protected code 2021-06-03 18:04:24.748 T:32244 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

2021-06-03 18:04:24.760 T:32244 INFO : Python interpreter stopped