Kodi Community Forum

Full Version: Executing addon with HTTP request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to run a security cam overlay script using a http request. Since upgrading to Kodi 15.1 it no longer works.

This is the request:
http://192.168.1.10:80/jsonrpc?request={...“},”id”:”1″}}

This is the error:
Code:
{"error":{"code":-32700,"message":"Parse error."},"id":null,"jsonrpc":"2.0"}

Has something changed or am I just failing here.. .

Thanks,
Joe
Hate to bump an old thread, but I too am having this problem. Can anyone provide the correct format now?