[LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143) +---- Thread: [LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi (/showthread.php?tid=146705) |
[LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi - harryjsa - 2012-11-30 Hello all, I couldn't get the available subtitles list using LegendaTV service. here is my xbmc.log: http://paste.debian.net/213448/ I also tried manual search as you can see below. Code: 22:10:35 T:3041563264 DEBUG: CAnnouncementManager - Announcement: OnInputFinished from xbmc I am aware that executehttpapi was removed in Frodo, but I have no idea where should I fix this. System : Raspbmc XBMC : Frodo Beta script.xbmc.subtitles : 3.9.0 Thanks in advance RE: [LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi - amet - 2012-11-30 there are two httpapi calls, if gfjardim doesn't get to fixing that i'll have to remove it before final Frodo release RE: [LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi - amet - 2012-11-30 try using latest git https://github.com/amet/script.xbmc.subtitles/commits/frodo-pre RE: [LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi - harryjsa - 2012-11-30 (2012-11-30, 19:07)amet Wrote: try using latest git https://github.com/amet/script.xbmc.subtitles/commits/frodo-pre Thanks amet! I will try it when I get in home. Re: RE: [LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi - Martijn - 2012-11-30 (2012-11-30, 20:37)harryjsa Wrote:(2012-11-30, 19:07)amet Wrote: try using latest git https://github.com/amet/script.xbmc.subtitles/commits/frodo-pre Strange thing is why isn't the version you use updated? Have you disabled addon updates? If not do a force refresh on xbmc repo RE: [LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi - gfjardim - 2012-11-30 (2012-11-30, 10:36)amet Wrote: there are two httpapi calls, if gfjardim doesn't get to fixing that i'll have to remove it before final Frodo releaseDon't bother fixing it, Amet, I've just replaced it with a JSON call, using the code I've posted on the main topic. Since there are more changes in the script itself, I sent it to some friends for proper testing. Very soon I'll send you a pull request. Sorry for the inconvenience. RE: [LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi - amet - 2012-12-01 looks fixed to me with the code I posted above... try https://github.com/amet/script.xbmc.subtitles/commits/frodo-pre and let me know how that works RE: [LegendasTV] Can't get subtitles list - Unimplemented method executehttpapi - gfjardim - 2012-12-01 (2012-12-01, 01:59)amet Wrote: looks fixed to me with the code I posted above... try https://github.com/amet/script.xbmc.subtitles/commits/frodo-pre and let me know how that worksIt`s nice that you have implemented the getShowId() function. Will try it and report back. |