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 Next »
Extra PlutoTV VOD returning error

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

Member

Posts: 249
Threads: 45
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
Online

Posting Freak

Ontario Canada
Posts: 42,954
Threads: 841
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

Member

Posts: 249
Threads: 45
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: 2)
~Paul

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

Posting Freak

Ontario Canada
Posts: 42,954
Threads: 841
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: 8)
p37307
Offline

Member

Posts: 249
Threads: 45
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
Online

Posting Freak

Ontario Canada
Posts: 42,954
Threads: 841
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

Member

Posts: 249
Threads: 45
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
Online

Posting Freak

Ontario Canada
Posts: 42,954
Threads: 841
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

Member

Posts: 249
Threads: 45
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
Online

Posting Freak

Ontario Canada
Posts: 42,954
Threads: 841
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
  Plutotv stream failing loveridgem 29 1,635 2022-02-04, 02:43 AM
Last Post: lovat
  extra command not firing buntay20 3 265 2021-12-26, 04:15 AM
Last Post: buntay20
  TabloTV Extra mvallevand 0 308 2021-11-16, 07:40 PM
Last Post: mvallevand
Question REQUEST - Extra for Discovery+ channels kevwag 7 638 2021-10-22, 01:44 PM
Last Post: mvallevand
  Locast Extra announcements mvallevand 8 920 2021-09-02, 01:52 PM
Last Post: mvallevand
  Custom HDHR Extra mvallevand 53 5,089 2021-08-26, 12:31 PM
Last Post: mvallevand
  Clearstream network tuner as extra device pylot 4 675 2021-03-02, 02:31 AM
Last Post: mvallevand
  Extra Device for Hauppauge CableCard Tuner jcole998 11 1,013 2021-02-25, 08:45 PM
Last Post: mvallevand
  Locast-extra: I was so close. Esteban 23 1,842 2021-02-23, 02:16 PM
Last Post: mvallevand
  Alternate Pluto TV extra. mvallevand 2 837 2020-12-29, 07:50 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