2015-06-05, 11:58
Hi all,
I've posted a similar question on the official iOS remote Kodi forum but I have no luck with an answer so I am going to try a different tack. I have updated to Isengard Beta 1 v15.0 and since then (I think) I have been receiving JSON-RPC errors when trying to browse my media collection by genre through iPad apps.
Regardless of the app I get this error.
![Full sized picture Image](http://i.imgur.com/yHGaIUpl.jpg)
![Full sized picture Image](http://i.imgur.com/5Ipqswul.jpg)
Luckily one of the apps has a debug mode.
My question is, is this just something that is due to the beta and will be sorted on release or is my media at fault?
My media is handled by Media Center Master so there is little input from Kodi in terms of tagging.
Here is my Kodi log.
The Kodi log, JSON-RPC log and screenshots were all on separate occasions but of the same error.
Any ideas about what is going on would be much appreciated.
Thanks
Doug
I've posted a similar question on the official iOS remote Kodi forum but I have no luck with an answer so I am going to try a different tack. I have updated to Isengard Beta 1 v15.0 and since then (I think) I have been receiving JSON-RPC errors when trying to browse my media collection by genre through iPad apps.
Regardless of the app I get this error.
![Full sized picture Image](http://i.imgur.com/yHGaIUpl.jpg)
![Full sized picture Image](http://i.imgur.com/5Ipqswul.jpg)
Luckily one of the apps has a debug mode.
Code:
//////////////////// REQUEST //////////////////
{
endTime = "2015-06-04 22:15:29 +0000";
id = "-356594679";
methodCall = {
id = "-356594679";
jsonrpc = "2.0";
method = "VideoLibrary.GetGenres";
params = {
limits = {
end = 5000;
start = 0;
};
properties = (
);
sort = {
ignorearticle = 0;
method = label;
order = ascending;
};
type = movie;
};
};
startTime = "2015-06-04 22:15:29 +0000";
}
|||||||||||||||||| RESPONSE ||||||||||||||||||||
{
id = "-356594679";
jsonrpc = "2.0";
result = {
genres = (
{
genreid = 3;
label = Action;
},
{
genreid = 7;
label = Adventure;
},
{
genreid = 6;
label = Animation;
},
{
genreid = 20;
label = Biography;
},
{
genreid = 8;
label = Comedy;
},
{
genreid = 11;
label = Crime;
},
{
genreid = 25;
label = Documentary;
},
{
genreid = 1;
label = Drama;
},
{
genreid = 9;
label = Family;
},
{
genreid = 10;
label = Fantasy;
},
{
genreid = 22;
label = History;
},
{
genreid = 2;
label = Horror;
},
{
genreid = 30;
label = Indie;
},
{
genreid = 17;
label = Music;
},
{
genreid = 18;
label = Musical;
},
{
genreid = 12;
label = Mystery;
},
{
genreid = 14;
label = Romance;
},
{
genreid = 4;
label = "Sci-Fi";
},
{
genreid = 26;
label = "Science Fiction";
},
{
genreid = 28;
label = Short;
},
{
genreid = 21;
label = Sport;
},
{
genreid = 16;
label = Suspense;
},
{
genreid = 5;
label = Thriller;
},
{
genreid = 19;
label = War;
},
{
genreid = 15;
label = Western;
}
);
limits = {
end = 25;
start = 0;
total = 25;
};
};
}
//////////////////// REQUEST //////////////////
{
endTime = "2015-06-04 22:15:30 +0000";
id = 40421956;
methodCall = {
id = 40421956;
jsonrpc = "2.0";
method = "VideoLibrary.GetMovies";
params = {
filter = {
genre = Crime;
};
limits = {
end = 50;
start = 0;
};
properties = (
thumbnail,
file,
year,
sorttitle,
runtime,
dateadded,
title,
playcount,
resume
);
sort = {
ignorearticle = 1;
method = label;
order = ascending;
};
};
};
startTime = "2015-06-04 22:15:30 +0000";
}
|||||||||||||||||| ERROR ||||||||||||||||||||
DSJSONRPC Error: Invalid params. (Code: -32602) - Data: (null)
My question is, is this just something that is due to the beta and will be sorted on release or is my media at fault?
My media is handled by Media Center Master so there is little input from Kodi in terms of tagging.
Here is my Kodi log.
The Kodi log, JSON-RPC log and screenshots were all on separate occasions but of the same error.
Any ideas about what is going on would be much appreciated.
Thanks
Doug