2022-07-28, 08:05
I received and error report for the iOS Remote App when trying to enter the Video Add-on "Library Data Provider". In this case an error is thrown (Code -32603, "Invalid params."). I tested with Kodi 19.4 on Linux. The App sends
{"jsonrpc":"2.0","method":"Files.GetDirectory","params":{"directory":"plugin://service.library.data.provider","media":"video","properties": ["thumbnail"],"sort":{"ignorearticle":0,"method":"none","order":"ascending"}}, "id":2}
But even reducing the JSON request to
{"jsonrpc":"2.0","method":"Files.GetDirectory","params":{"directory":"plugin://service.library.data.provider"}, "id":2}
results in the same error.
Accessing this add-on via the Chorus web interface ends up in a never-ending "loading". So I guess this is something related to Kodi server.
{"jsonrpc":"2.0","method":"Files.GetDirectory","params":{"directory":"plugin://service.library.data.provider","media":"video","properties": ["thumbnail"],"sort":{"ignorearticle":0,"method":"none","order":"ascending"}}, "id":2}
But even reducing the JSON request to
{"jsonrpc":"2.0","method":"Files.GetDirectory","params":{"directory":"plugin://service.library.data.provider"}, "id":2}
results in the same error.
Accessing this add-on via the Chorus web interface ends up in a never-ending "loading". So I guess this is something related to Kodi server.