You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have error while I tried to enter PVR. On UI I see spinner with message: "Just a sec..." . I checked console log (I putted error message in subject). Also I checked it deeper. Below Request and Response:
Response: { "error": { "code": -32602, "data": { "method": "PVR.GetChannels", "stack": { "message": "array element at index 7 does not match", "name": "Item.Fields.Base", "property": { "message": "Received value does not match any of the defined enum values", "type": "string" }, "type": "array" } }, "message": "Invalid params." }, "id": "1497807995600", "jsonrpc": "2.0" }
It seems that "isrecording" parameter cause error. I checked it in Postman without this parameter, and it works fine without this parameter.
For information - I have Kodi ver 16.1 running on Raspberry Pi (LibreELEC) ;) This functionality is compatible with my version of Kodi?
The text was updated successfully, but these errors were encountered:
I have error while I tried to enter PVR. On UI I see spinner with message: "Just a sec..." . I checked console log (I putted error message in subject). Also I checked it deeper. Below Request and Response:
Request:
{ "jsonrpc": "2.0", "method": "PVR.GetChannels", "id": "1497807995600", "params": { "channelgroupid": "alltv", "properties": [ "thumbnail", "channeltype", "hidden", "locked", "channel", "lastplayed", "broadcastnow", "isrecording" ], "limits": { "start": 0 } } }
Response:
{ "error": { "code": -32602, "data": { "method": "PVR.GetChannels", "stack": { "message": "array element at index 7 does not match", "name": "Item.Fields.Base", "property": { "message": "Received value does not match any of the defined enum values", "type": "string" }, "type": "array" } }, "message": "Invalid params." }, "id": "1497807995600", "jsonrpc": "2.0" }
It seems that "isrecording" parameter cause error. I checked it in Postman without this parameter, and it works fine without this parameter.
For information - I have Kodi ver 16.1 running on Raspberry Pi (LibreELEC) ;) This functionality is compatible with my version of Kodi?
The text was updated successfully, but these errors were encountered: