Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLUTO channel issue #14

Open
Jag4343 opened this issue Nov 5, 2024 · 40 comments
Open

PLUTO channel issue #14

Jag4343 opened this issue Nov 5, 2024 · 40 comments

Comments

@Jag4343
Copy link

Jag4343 commented Nov 5, 2024

I’m using the code for your Pluto and none of the channels are working. Getting a An error occurred: code 404 on every channel. I’m using it on Tivimate.

@Mikhel
Copy link

Mikhel commented Nov 5, 2024

the .app.json file was deleted from the Matt Huisman's webpage

@dtankdempse
Copy link
Owner

Yes, I’m aware and currently working on a solution.

@s-digweed
Copy link

Yes, I’m aware and currently working on a solution.

You are awesome. Bless you mate!

@Jag4343
Copy link
Author

Jag4343 commented Nov 5, 2024

When you find a solution can you post the new code to use with tivimate? Samsung, Roku, & Plex is still working for me except for Pluto

@dtankdempse
Copy link
Owner

When you find a solution can you post the new code to use with tivimate? Samsung, Roku, & Plex is still working for me except for Pluto

I have posted a temporary fix. Check the Read me section.

@Jag4343
Copy link
Author

Jag4343 commented Nov 5, 2024 via email

@dtankdempse
Copy link
Owner

Notice: PlutoTV is currently available only via the multiservice21 hosted script and provides a playlist limited to the US region. Since Matt has removed the Pluto service from his site, I'm working on a way to include additional regions. This setup is temporary until a more permanent solution is available. Additionally, Matt's EPG data is incompatible with this configuration, so please use the EPG found here.

@Jag4343
Copy link
Author

Jag4343 commented Nov 5, 2024 via email

@Jag4343
Copy link
Author

Jag4343 commented Nov 5, 2024 via email

@s-digweed
Copy link

Notice: PlutoTV is currently available only via the multiservice21 hosted script and provides a playlist limited to the US region. Since Matt has removed the Pluto service from his site, I'm working on a way to include additional regions. This setup is temporary until a more permanent solution is available. Additionally, Matt's EPG data is incompatible with this configuration, so please use the EPG found here.

Ah ok. So the permanent solution also won't be compatible with Matt's epg?

@dtankdempse
Copy link
Owner

Notice: PlutoTV is currently available only via the multiservice21 hosted script and provides a playlist limited to the US region. Since Matt has removed the Pluto service from his site, I'm working on a way to include additional regions. This setup is temporary until a more permanent solution is available. Additionally, Matt's EPG data is incompatible with this configuration, so please use the EPG found here.

Ah ok. So the permanent solution also won't be compatible with Matt's epg?

Probably not. Since Matt has removed the JSON file and redirects for Pluto, it's uncertain how long he will continue supporting the Pluto EPGs

@s-digweed
Copy link

Notice: PlutoTV is currently available only via the multiservice21 hosted script and provides a playlist limited to the US region. Since Matt has removed the Pluto service from his site, I'm working on a way to include additional regions. This setup is temporary until a more permanent solution is available. Additionally, Matt's EPG data is incompatible with this configuration, so please use the EPG found here.

Ah ok. So the permanent solution also won't be compatible with Matt's epg?

Probably not. Since Matt has removed the JSON file and redirects for Pluto, it's uncertain how long he will continue supporting the Pluto EPGs

This from matt btw

intentional. another dmca. The author of the tinyurl script should be able to look at pluto kodi add-on latest changes and figure out what needs changing :)

@Mikhel
Copy link

Mikhel commented Nov 5, 2024

Notice: PlutoTV is currently available only via the multiservice21 hosted script and provides a playlist limited to the US region. Since Matt has removed the Pluto service from his site, I'm working on a way to include additional regions. This setup is temporary until a more permanent solution is available. Additionally, Matt's EPG data is incompatible with this configuration, so please use the EPG found here.

Notice: PlutoTV is currently available only via the multiservice21 hosted script and provides a playlist limited to the US region. Since Matt has removed the Pluto service from his site, I'm working on a way to include additional regions. This setup is temporary until a more permanent solution is available. Additionally, Matt's EPG data is incompatible with this configuration, so please use the EPG found here.

Ah ok. So the permanent solution also won't be compatible with Matt's epg?

Probably not. Since Matt has removed the JSON file and redirects for Pluto, it's uncertain how long he will continue supporting the Pluto EPGs

There is something called "streamlink", it seems to be able to get EPG (XML) and M3U from different countries using IPs from different places but I might be wrong on how it is deployed and what it does (LOL):

https://github.com/streamlink/streamlink/blob/master/src/streamlink/plugins/pluto.py

@dtankdempse
Copy link
Owner

Notice: PlutoTV is currently available only via the multiservice21 hosted script and provides a playlist limited to the US region. Since Matt has removed the Pluto service from his site, I'm working on a way to include additional regions. This setup is temporary until a more permanent solution is available. Additionally, Matt's EPG data is incompatible with this configuration, so please use the EPG found here.

Ah ok. So the permanent solution also won't be compatible with Matt's epg?

Probably not. Since Matt has removed the JSON file and redirects for Pluto, it's uncertain how long he will continue supporting the Pluto EPGs

This from matt btw

intentional. another dmca. The author of the tinyurl script should be able to look at pluto kodi add-on latest changes and figure out what needs changing :)

This should work. I'm on it!

@Mikhel
Copy link

Mikhel commented Nov 5, 2024

This should work. I'm on it!

Thanks :)

@Jag4343
Copy link
Author

Jag4343 commented Nov 5, 2024 via email

@joaquinito2070
Copy link

joaquinito2070 commented Nov 5, 2024

You should use my friend repo https://github.com/HelmerLuzo/PlutoTV_HL as that repo uses M3U and W3U. Also you will need to add https://github.com/HelmerLuzo/RadTV_HL, https://github.com/HelmerLuzo/RakutenTV_HL, https://github.com/HelmerLuzo/FreeLiveSportsTV_HL, https://github.com/HelmerLuzo/RuntimeTV_HL and https://github.com/HelmerLuzo/CanelaTV_HL M3U/W3U lists. SamsungTVPlus still same as HelmerLuzo SamsungTVPlus lists are Spain only, and the rest, in worldwide. Edit: These repos have EPGs (except for Pluto TV, that it's using Matt Huisman EPGs).

@Mikhel
Copy link

Mikhel commented Nov 6, 2024

Yup although it would be a great addition to have the script to generate the channel lists appart from Helmer's lista which are quite great frankly.

@dtankdempse
Copy link
Owner

Ok, PlutoTV should be working again.

@Jag4343
Copy link
Author

Jag4343 commented Nov 6, 2024 via email

@dtankdempse
Copy link
Owner

dtankdempse commented Nov 6, 2024

It’s working but is there a way to have just the countries and not the individual groups the way it is listed?Sent from my iPhoneOn Nov 5, 2024, at 8:05 PM, Reuben @.> wrote: Ok, PlutoTV should be working again. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.>

Changed it back to how it was.

@Jag4343
Copy link
Author

Jag4343 commented Nov 6, 2024 via email

@dtankdempse
Copy link
Owner

Thanks. I see it now listed with countries. I do see that some of my channels are not there and some of the US EPG are in another language. If you can correct it I appreciate it. Sent from my iPhoneOn Nov 5, 2024, at 8:31 PM, Reuben @.> wrote: It’s working but is there a way to have just the countries and not the individual groups the way it is listed?Sent from my iPhoneOn Nov 5, 2024, at 8:05 PM, Reuben @.> wrote: Ok, PlutoTV should be working again. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.> Changed it to how it was. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.>

The only EPG data in another language within the US region playlist that I can see is for Spanish channels. If any channels are missing from the playlist, they’re likely not included in Matt's JSON file. I also noticed some duplicate channels, so I'll work on fixing that.

@Jag4343
Copy link
Author

Jag4343 commented Nov 6, 2024 via email

@Jag4343
Copy link
Author

Jag4343 commented Nov 6, 2024 via email

@Mikhel
Copy link

Mikhel commented Nov 6, 2024

Here are a few more examples below  Some of the EPG for the US, CA and the  United Kingdom are in another language. Before the issue yesterday the EPG was in English. Take look through all 3 of those countries and you will see. Thanks for all the work you’re doing. 

I just checked and I don't see what you are seeing, check you have the correct URL for the EPG for those lists.

For Pluto USA what channels do you see with an EPG in a different language?

@Jag4343
Copy link
Author

Jag4343 commented Nov 6, 2024 via email

@dtankdempse
Copy link
Owner

You're right; there was an issue I missed when using the 'all' region. The channel IDs needed to be unique to prevent conflicts. Try it now and let me know how it goes. Thanks!

@Jag4343
Copy link
Author

Jag4343 commented Nov 6, 2024 via email

@Mikhel
Copy link

Mikhel commented Nov 6, 2024

You're right; there was an issue I missed when using the 'all' region. The channel IDs needed to be unique to prevent conflicts. Try it now and let me know how it goes. Thanks!

Ah, I manually assigned the EPG to each list, didn't check if it was asking for all.xml.gz, for USA I used us.xml.gz and so on. That's why I am not seeing any discrepancies.

@dtankdempse
Copy link
Owner

You're right; there was an issue I missed when using the 'all' region. The channel IDs needed to be unique to prevent conflicts. Try it now and let me know how it goes. Thanks!

Ah, I manually assigned the EPG to each list, didn't check if it was asking for all.xml.gz, for USA I used us.xml.gz and so on. That's why I am not seeing any discrepancies.

Right, the issue @Jag4343 mentioned only occurs when the region is set to 'all.' I actually solved this in the previous script, but it completely slipped my mind when coding this new function.

@Jag4343
Copy link
Author

Jag4343 commented Nov 6, 2024 via email

@dtankdempse
Copy link
Owner

dtankdempse commented Nov 6, 2024

I am not very tech savvy and don’t understand to much of all of this but I have had a favorite list on Tivimate and when the issue happened I noticed that a lot of channels EPG wasn’t in the correct language and the EPG said that each channel in each country had the same episode so I knew something wasn’t correct. It seems like it is corrected but I will take a look closer. The only think I see that is not correct is that maybe about 10 channels that I had in m favorites disappeared so maybe like you said that those channels are not in your list. Like I said, I don’t know much about the programming end but I just know what I saw that wasn’t correct. I will take a look closer but it seems like it’s fixed except for the missing channels. Thanks for all of your work and time. We use Pluto and I appreciate it. ThanksSent from my iPhoneOn Nov 5, 2024, at 10:44 PM, Mikhel @.> wrote: You're right; there was an issue I missed when using the 'all' region. The channel IDs needed to be unique to prevent conflicts. Try it now and let me know how it goes. Thanks! Ah, I manually assigned the EPG to each list, didn't check if it was asking for all.xml.gz, for USA I used us.xml.gz and so on. That's why I am not seeing any discrepancies. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.>

Send me a list of the missing channels and I'll check.

@Jag4343
Copy link
Author

Jag4343 commented Nov 6, 2024 via email

@s-digweed
Copy link

Pluto is fixed, Samsung works fine too. Big kudos Reuben @dtankdempse

@barolo
Copy link

barolo commented Nov 8, 2024

Is the selfhosted gscript supposed to be working? Because it fails with Pluto atm.

@Mikhel
Copy link

Mikhel commented Nov 8, 2024

Is the selfhosted gscript supposed to be working? Because it fails with Pluto atm.

Everything is working fine with me, I just modified my self hosted script with the one by DTankDempse. His is also working fine:

https://tinyurl.com/multiservice21?region=us&service=PlutoTV

Saludos.

@barolo
Copy link

barolo commented Nov 8, 2024

Is the selfhosted gscript supposed to be working? Because it fails with Pluto atm.

Everything is working fine with me, I just modified my self hosted script with the one by DTankDempse. His is also working fine:

https://tinyurl.com/multiservice21?region=us&service=PlutoTV

Saludos.

Tinyurl works fine, but https://github.com/dtankdempse/free-iptv-channels/blob/main/code.gs does not [only with Pluto]

@dtankdempse
Copy link
Owner

Is the selfhosted gscript supposed to be working? Because it fails with Pluto atm.

Everything is working fine with me, I just modified my self hosted script with the one by DTankDempse. His is also working fine:
https://tinyurl.com/multiservice21?region=us&service=PlutoTV
Saludos.

Tinyurl works fine, but https://github.com/dtankdempse/free-iptv-channels/blob/main/code.gs does not [only with Pluto]

The updated code.gs should be working. Have you redeployed the Google App Script and are you using the new deployment URL?

@barolo
Copy link

barolo commented Nov 9, 2024

The updated code.gs should be working. Have you redeployed the Google App Script and are you using the new deployment URL?

re-deploying it worked. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants