![]() |
v19 Pluto.TV - 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: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: v19 Pluto.TV (/showthread.php?tid=315513) |
RE: Pluto.TV - Yubby - 2024-12-19 Let me know if there's any 'homework' I can do to offload some of the menial stuff... I did see the 'error messages' in the log file, that appears repeatedly as you select any of the 'channels'... To 'me' it looks like there is a 'function call' change due to the new version of python or Kodi... I'd be very amused if all it needed was the replacement of the current 'call' and arguments passed to it... RE: Pluto.TV - Yubby - 2024-12-19 (as I've recently seen done with other app's new versions...) RE: Pluto.TV - izprtxqkft - 2024-12-19 (2024-12-19, 20:46)Yubby Wrote: I did see the 'error messages' in the log file, that appears repeatedly as you select any of the 'channels'... then what is this mystery error that only you can see in the log RE: Pluto.TV - Yubby - 2024-12-20 'This' one appears (repeatedly) in the log for each channel that's displayed (listed): Quote:2024-12-19 15:55:12.967 T:13509 error <general>: NEWADDON Unknown Video Info Key "chname" Such that the use of "ListItem.setInfo" has to be replaced with "InfoTagVideo"... And, when selecting a 'channel' (which is a shame, since T-2 is being shown at the moment...) 'this' appears: Quote:2024-12-19 15:55:13.053 T:963 info <general>: VideoPlayer::OpenFile: plugin://plugin.video.plutotv/play/live/617b37b361e0fd0008cfd8c5 Curl error 22 = any HTTP error returned greater than 400 HTTP error 403 = Forbidden/Unauthorized (access error) Such that, either they moved the content to a different 'path', or they've locked it to some sort of 'access process' (hopefully not like that as the Youtube addon) RE: Pluto.TV - izprtxqkft - 2024-12-20 (2024-12-20, 01:22)Yubby Wrote: Such that the use of "ListItem.setInfo" has to be replaced with "InfoTagVideo"... those are just warnings, the old code has not been removed and is actually still functional kodi is just alerting developers that it's changing, i still see a lot of logs with these warnings including the very important tmdb scraper because it still uses the old listitem stuff (2024-12-20, 01:22)Yubby Wrote: Curl error 22 = any HTTP error returned greater than 400 yes this would be the real issue, i tried with curl directly (outside of kodi) and it returned "missing plutotv-session-id header or sid query param" which is exactly what you already expected, they moved or locked resources i'll poke the site a little bit with little expectation but if there's any real revelation i'll share it here RE: Pluto.TV - Yubby - 2024-12-20 But, might as well take care of any 'warnings' now... Or we might end up in the same situation in the near future... As I mentioned in my initial utterance, I 'have' seen other addons (which I can't remember at the moment) make 'function call' changes recently, similar to the warning above, when those addons 'flaked out'... Good Luck ! (we're all counting on you) RE: Pluto.TV - yougz - 2025-02-11 Pluto TV extension not working anymore? |