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 »
Pluto TV VOD Series not working

 
  • 0 Vote(s) - 0 Average
Pluto TV VOD Series not working
loveridgem
Offline

Junior Member

USA
Posts: 36
Threads: 6
Joined: Aug 2021
#1
2021-10-01, 08:39 PM (This post was last modified: 2021-10-01, 08:45 PM by loveridgem.)
Hi,

After I successfully got live pluto working I wanted to add the VOD portion.  The movies all work correctly, but I'm not getting any episode shows.  All of the shows that I put "yes" on in the series filter created files in my plutotv folder like: vod-cache-forged-in-fire.json with the contents: {"statusCode":404,"error":"Not Found","message":"slug not found"}.

Any idea why this is happening?  What can I provide do to help debug this?

Thanks for any help.
Mike

EDIT: I forgot to mention I saw the previous post of this happening to someone else, but I didn't see a resolution.  Is it that Pluto isn't compatible anymore?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#2
2021-10-01, 08:53 PM
Yes TV episodes are broken because of the new API for series mentioned in the other thread. I suggest you open an issue on the streamlink github page to hear what they say. I can probably do it in my extra but there is no VOD in Canada for me to test so I was hoping streamlink would figure it out first.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#3
2021-12-05, 05:19 PM
I guess you weren't too concerned about this since you never opened a github issue, but I did see that someone has created a PR for this and it seems to be working with streamlink and it is also working well with a test version of the extra.

Martin
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#4
2021-12-11, 02:07 PM
(2021-12-05, 05:19 PM)mvallevand Wrote: it is also working well with a test version of the extra.

Martin

Martin,
When do you think you will release an update? Would you like a tester? Also, what would be the uninstall process in case someone wants to remove Pluto Tv Extras? 

Thanks
~Paul

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

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#5
2021-12-11, 03:58 PM
I can release it anytime if you interested in downloading the PR version of pluto.py from github and replacing the release version.

Uninstalling isn't too difficult,

- Uninstall streamlink
- Remove the scripts/streamink folder
- For the user folder remove extra-pluto.xml if you install the tuner and vod-pluto.xml if you install vod
- If you install the tuner remove the tuner as you would any NextPVR tuner
- From a browser run http://localhost:8866/service?method=vod.delete

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#6
2021-12-11, 05:03 PM
Streamlink just merged in that code, so it is past beta so I will release my update too. For older version of streamlink the worst that happens is the vod will fail when the downloads are requested.

Martin
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#7
2021-12-11, 06:11 PM
(2021-12-11, 05:03 PM)mvallevand Wrote: Streamlink just merged in that code, so it is past beta so I will release my update too.  For older version of streamlink the worst that happens is the vod will fail when the downloads are requested.

Martin

I downloaded the new package from the github link and getting the same error I got on this thread only with seasons. https://forums.nextpvr.com/showthread.ph...eVOD%28%29

Here's the new errors:

Code:
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
Read page file C:\Users\Public\NPVR-data\scripts\plutotv/vod-cache-2.json
Filtered 120 categories
Generating Extra Series 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 161, in GenerateVOD
    VODSeries(extras, station)
  File "C:\Users\Public\NPVR-data\scripts\plutotv\vod.py", line 202, in VODSeries
    for season in series_list['seasons']:
KeyError: 'seasons'
~Paul

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

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#8
2021-12-11, 06:19 PM
I haven't uploaded the Extra changes to github or changed the wiki yet so I am not surprised. Should be soon, in the meantime you can install the new required library

pip install beautifulsoup4

Martin
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#9
2021-12-11, 06:21 PM
(2021-12-11, 06:19 PM)mvallevand Wrote: I haven't uploaded the Extra changes to github or changed the wiki yet so I am not surprised.  Should be soon, in the meantime you can install the new required library

pip install beautifulsoup4

Martin

Ok. Maybe that error was the same as before. Wink I compared to the size and date of the files I already had. Until I came to report back, I had forgotten you made me a special py file in that other thread a while back.
~Paul

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

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#10
2021-12-11, 06:32 PM
Ok it should be there now. The vod series selection list file is now grouped by category to match the categories on Pluto TV. I am hoping this will make it easier to find shows in that large list.

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
  Reminder Pluto TV Extra removed mvallevand 0 509 2025-01-04, 06:32 PM
Last Post: mvallevand
  Getting Pluto extra to work ballfam 163 18,135 2024-08-08, 07:23 PM
Last Post: mvallevand
  Pluto TV. mvallevand 93 34,484 2024-05-16, 08:46 PM
Last Post: mvallevand
  Pluto/iptv epg expected actions Prsa01 3 1,395 2024-01-20, 03:37 PM
Last Post: mvallevand
  pluto tv recordings just space travel thing and not completing nogoer 38 6,561 2022-06-27, 02:34 PM
Last Post: mvallevand
  streamlink not executing on Ubuntu for Pluto spagio 5 2,060 2022-04-15, 08:16 PM
Last Post: mvallevand
  Pluto TV Recordings - SxxExx not in filename wayne.page 3 1,611 2022-01-01, 03:26 PM
Last Post: mvallevand
  A couple of questions on Pluto TV mvallevand 6 2,947 2021-12-02, 02:57 AM
Last Post: 2leftfeet
  Pluto TV Multiple Instances loveridgem 9 2,768 2021-10-30, 11:08 PM
Last Post: loveridgem
  Change Pluto default stream of "Best"? loveridgem 2 3,161 2021-10-29, 04:03 PM
Last Post: loveridgem

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

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

Linear Mode
Threaded Mode