Kodi Community Forum

Full Version: Kod Helix json-rpc ExecuteAddon parameters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I'm trying to start an addon via json-rpc, unfortunately json-rpc says: {"error":{"code":-32700,"message":"Parse error."},"id":null,"jsonrpc":"2.0"}

The call I'm trying to make: {"jsonrpc":"2.0","method":"Addons.ExecuteAddon","params": {"addonid" : "plugin.program.hello.world-master"}, id":1}

The addon "plugin.program.hello.world-master" is just a slighty altered version of the original addon.
What is the right code to open this addon via json-rpc?

Thanx,

Jesse


Solved

"plugin.program.hello.world-master" should be "plugin.program.hello.world"