Ronie,
I have setup a program launcher to execut a shell script. This has been working until I installed Frodo Beta 1. When I look in the log file I see the follwing error:
Debug Log
I have setup a program launcher to execut a shell script. This has been working until I installed Frodo Beta 1. When I look in the log file I see the follwing error:
Code:
17:41:41 T:4693815296 ERROR: EXCEPTION: Unimplemented method: executehttpapi::executehttpapi(...)
17:41:41 T:4693815296 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.RuntimeError'>
Error Contents: Unimplemented method: executehttpapi::executehttpapi(...)
Traceback (most recent call last):
File "/Volumes/iMac_27 HD/Users/mwinestock/Library/Application Support/XBMC/addons/plugin.program.advanced.launcher/addon.py", line 19, in <module>
plugin.Main()
File "/Volumes/iMac_27 HD/Users/mwinestock/Library/Application Support/XBMC/addons/plugin.program.advanced.launcher/resources/lib/launcher_plugin.py", line 189, in __init__
self._run_launcher(launcher)
File "/Volumes/iMac_27 HD/Users/mwinestock/Library/Application Support/XBMC/addons/plugin.program.advanced.launcher/resources/lib/launcher_plugin.py", line 1129, in _run_launcher
xbmc.executehttpapi("Action(199)")
RuntimeError: Unimplemented method: executehttpapi::executehttpapi(...)
-->End of Python script error report<--
Debug Log