[Frodo Beta 1] Unimplemented method: executehttpapi::executehttpapi(...)
#1
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:
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
Kodi 17, Transparency Skin
PogoPlug v4 running Arm Linux 4.4.63 as MySQL (mariadb) server.
Mac OS 10.12.5
2015 27" iMac 3.3 GHz Quad, 16GB RAM, 1TB SSD
2015 13" Macbook Pro, 8GB RAM, 256GB SSD
AppleTV 4 TV OS 10
Reply
#2
The http api was removed in Frodo so I'm guessing this is the issue. Try using xbmc.executebuiltin() instead.
Reply
#3
the advanced launcher you're using (no clue if there's an update available) is not suitable for xbmc frodo.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
Advanced Launcher versions fully compatible with Frodo are version 1.10.3 and more.
Current version is 1.10.6.
Reply
#5
Thanks for the tip!

(2012-11-21, 15:38)Angelscry Wrote: Advanced Launcher versions fully compatible with Frodo are version 1.10.3 and more.
Current version is 1.10.6.

Reply

Logout Mark Read Team Forum Stats Members Help
[Frodo Beta 1] Unimplemented method: executehttpapi::executehttpapi(...)0