2015-08-22, 15:45
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:
Has something changed or am I just failing here.. .
Thanks,
Joe
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