NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Extras v
« Previous 1 2 3 4 Next »
Extra PlutoTV VOD returning error

 
  • 0 Vote(s) - 0 Average
Extra PlutoTV VOD returning error
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#1
2021-08-10, 10:21 PM (This post was last modified: 2021-08-10, 10:23 PM by p37307.)
I went in to toggle a VOD series from 'no' to 'yes' in 'pluto-vod-series-filter.lst' and it returned an error. Pluto live tv is working ok, so is updating the Pluto guide.

I previously had several series showing up ok. 

Output is below.


System Windows 10, version 19043.1110, Windows Feature Experience Pack 120.2212.3530.0.
Python 3.9.5

This is the first time I adjusted anything in the lst files.

I reverted the edit to 'pluto-vod-series-filter.lst' and the error still persists.

Code:
C:\Users\Public\NPVR-data\scripts\plutotv>python pluto.py reset-vod
Page 1 of 2
Found 100 categories Total categories 100 Total Series 1625
Page 2 of 2
Found 26 categories Total categories 126 Total Series 1848

C:\Users\Public\NPVR-data\scripts\plutotv>python pluto.py vod
Generating Extra VOD file in C:\Users\Public\NPVR-data\
Read page file C:\Users\Public\NPVR-data\scripts\plutotv/vod-cache-1.json
Traceback (most recent call last):
  File "C:\Users\Public\NPVR-data\scripts\plutotv\pluto.py", line 326, in <module>
    vod.GenerateVOD()
  File "C:\Users\Public\NPVR-data\scripts\plutotv\vod.py", line 127, in GenerateVOD
    VODChannel(extras, station)
  File "C:\Users\Public\NPVR-data\scripts\plutotv\vod.py", line 249, in VODChannel
    ET.SubElement(channel, 'landscape').text = station['featuredImage']['path']
KeyError: 'path'

C:\Users\Public\NPVR-data\scripts\plutotv>
~Paul

If you haven't broken it at least once, you're not doing it right. :eek:
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#2
2021-08-10, 10:47 PM
Could you zip and upload your lst file so I can test it?

Martin
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#3
2021-08-11, 01:23 AM
(2021-08-10, 10:47 PM)mvallevand Wrote: Could you zip and upload your lst file so I can test it?

Martin

Sure, here it is.


Attached Files
.zip   pluto-filter.zip (Size: 18.4 KB / Downloads: 4)
~Paul

If you haven't broken it at least once, you're not doing it right. :eek:
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#4
2021-08-11, 01:56 AM
Thanks I will need to package it up but this should be ok.  Just unzip this to replace vod.py rerun, the vod option.  If it works as planned the vod page should show the new list  (of 2000+ items)



Martin


Attached Files
.zip   vod.zip (Size: 2.47 KB / Downloads: 11)
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#5
2021-08-11, 04:26 AM (This post was last modified: 2021-08-11, 04:27 AM by p37307.)
(2021-08-11, 01:56 AM)mvallevand Wrote: Thanks I will need to package it up but this should be ok.  Just unzip this to replace vod.py rerun, the vod option.  If it works as planned the vod page should show the new list  (of 2000+ items)



Martin

That ran with no errors and things updated except now all of the series marked yes have their own json. For example, vod-cache-my-floating-home.lst is created with the sole line: {"statusCode":404,"error":"Not Found","message":"slug not found"} The series exists with videos at https://pluto.tv/en/search/details/serie...e/season/2 

~Paul
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#6
2021-08-11, 06:12 AM
Yes I saw that 404 error and I have to research it. A cached value for each TV show is expected just not like those. Do you actually see anyseries on that link?

Martin
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#7
2021-08-11, 08:56 AM
(2021-08-11, 06:12 AM)mvallevand Wrote: Yes I saw that 404 error and I have to research it.  A cached value for each TV show is expected just not like those.  Do you actually see anyseries on that link?

Martin

Yes, there is an entire season at the link. I noticed all my series come back with that 404 error.
Paul
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#8
2021-08-11, 12:35 PM
Ok it seems that Pluto TV now has a added a token to some calls and maybe are implementing a new API too. It is likely if you clear your browser cache you will have to load that page twice to get the token.

Martin
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#9
2021-08-11, 04:35 PM
(2021-08-11, 12:35 PM)mvallevand Wrote: Ok it seems that Pluto TV now has a added a token to some calls and maybe are implementing a new API too.  It is likely if you clear your browser cache you will have to load that page twice to get the token.

Martin

That didn't work for me.
~Paul

If you haven't broken it at least once, you're not doing it right. :eek:
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#10
2021-08-11, 04:38 PM
I was meaning on the pluto.tv web site for the link you provided, there is now way this will work in NextPVR without a Bearer token.

I don't think these new format files will work with streamlink either.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  TabloTV Extra mvallevand 17 5,361 2025-03-13, 10:55 PM
Last Post: mvallevand
  Reminder Pluto TV Extra removed mvallevand 0 509 2025-01-04, 06:32 PM
Last Post: mvallevand
  help requested with sending IR Blast command with extra _Dam0_ 3 657 2024-10-11, 12:53 PM
Last Post: mvallevand
  Getting Pluto extra to work ballfam 163 18,090 2024-08-08, 07:23 PM
Last Post: mvallevand
  PlutoTV VOD: empty list for categories starting with a single quote spagio 3 1,326 2024-06-23, 07:23 PM
Last Post: mvallevand
  Is 'TabloTv Extra' Compatible with Gen 4 Devices? POWerSUrgeSW3 4 1,282 2024-06-23, 01:23 PM
Last Post: mvallevand
  windows media player extra buntay20 4 1,128 2023-12-17, 06:48 PM
Last Post: Jaggy
  PlutoTV Extra Commerical Exit freezing bisonfan 13 2,893 2023-12-16, 07:42 PM
Last Post: mvallevand
  PlutoTV freezing spagio 1 1,274 2023-11-10, 07:47 AM
Last Post: mvallevand
  PlutoTV on Docker install dinki 6 1,607 2023-10-11, 06:38 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode