iptv-org / epg

Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources.
https://iptv-org.github.io/
The Unlicense
1.77k stars 193 forks source link

None of the EPGs for US or UK or IE seem to have actual program information #2027

Closed IamMikeStone closed 1 year ago

IamMikeStone commented 1 year ago

Guide

https://iptv-org.github.io/epg/guides/en/virginmedia.com.xml

Description

None of the guides for "EN" seem to have actual programming in them. The icons load, but everything displays as "No information".

grand8400 commented 1 year ago

Hello , I have the same issue. I am using Tivimate player.

fjrsaracho commented 1 year ago

Epg files will be updated once https://github.com/iptv-org/iptv-org.github.io/issues/425 is done

Dr3sdan commented 1 year ago

Yeah it seems to be an issue with the CI setup.

Once thats sorted then it'll be back up again working.

BellezaEmporium commented 1 year ago

https://github.com/iptv-org/iptv-org.github.io/issues/425

eldepor commented 1 year ago

I downloaded epg.zip you provided few days ago and used epg grabber to download the guides locally. It worked beautifully but since last days im getting connection timeout when downloading programs for "tvguide.com.xml" with tvguide.com.config.js and tvguide.com.channels.xml files, it returns server error 500.

$ npx epg-grabber --config=tvguide.com/tvguide.com.config.js --channels=tvguide.com/tvguide.com.channels.xml --output=xml/tvguide.com.xml --days=2
Starting...
Loading 'tvguide.com/tvguide.com.config.js'...
Loading 'tvguide.com/tvguide.com.channels.xml'...
[1/6] tvguide.com - ESPN.us - Mar 22, 2023 (0 programs)
  Error: Request failed with status code 500
[2/6] tvguide.com - ESPN.us - Mar 23, 2023 (0 programs)
  Error: Request failed with status code 500
...
benbelgium commented 1 year ago

500 is timeout, although I just checked and tvguide.com is up and running, so it's not total failure of the site Most likely they changed something about their API being used:

const url = `https://cmg-prod.apigee.net/v1/xapi/tvschedules/tvguide/${providerId}/web?start=${date

if they change this URL you would get a timeout, this needs investigation same problem for directv.com.... but I don't think the guys here are doing anything until they have their new CI.... and I have limited time this week to investigate myself... maybe sunday....

eldepor commented 1 year ago

No problem, just to inform ;). Thanks!

BellezaEmporium commented 1 year ago

500 is timeout, although I just checked and tvguide.com is up and running, so it's not total failure of the site Most likely they changed something about their API being used:

const url = `https://cmg-prod.apigee.net/v1/xapi/tvschedules/tvguide/${providerId}/web?start=${date

if they change this URL you would get a timeout, this needs investigation same problem for directv.com.... but I don't think the guys here are doing anything until they have their new CI.... and I have limited time this week to investigate myself... maybe sunday....

I have an up and running CI though I make specific guides only.

benbelgium commented 1 year ago

I checked it anyway :) It appears they changed the URL from cmg to fandom So by editing the tvguide.com.config.js file and changing the URL to https://fandom-prod.apigee.net it started working again image

I'll launch a new issue so they change this... but for now you can already change it manually if you like

Take Care

Ben

BellezaEmporium commented 1 year ago

I checked it anyway :) It appears they changed the URL from cmg to fandom So by editing the tvguide.com.config.js file and changing the URL to https://fandom-prod.apigee.net it started working again image

I'll launch a new issue so they change this... but for now you can already change it manually if you like

Take Care

Ben

Perfect !

eldepor commented 1 year ago

Awesome! Any idea on how to fix directv aswell? Thanks a lot.

benbelgium commented 1 year ago

Awesome! Any idea on how to fix directv aswell? Thanks a lot.

no I don't, I already looked into that myself, but the problem is different I would have to examine it step by step and that would take some time that I don't have right now maybe tomorrow, but my 8 weeks old baby is really messing up my schedule :)

benbelgium commented 1 year ago

@eldepor : I found why directv isn't working but it's something I can't fix myself, I'm contacting the developer to try and sort it out...

ovladuk commented 1 year ago

I downloaded epg.zip you provided few days ago and used epg grabber to download the guides locally. It worked beautifully but since last days im getting connection timeout when downloading programs for "tvguide.com.xml" with tvguide.com.config.js and tvguide.com.channels.xml files, it returns server error 500.

$ npx epg-grabber --config=tvguide.com/tvguide.com.config.js --channels=tvguide.com/tvguide.com.channels.xml --output=xml/tvguide.com.xml --days=2
Starting...
Loading 'tvguide.com/tvguide.com.config.js'...
Loading 'tvguide.com/tvguide.com.channels.xml'...
[1/6] tvguide.com - ESPN.us - Mar 22, 2023 (0 programs)
  Error: Request failed with status code 500
[2/6] tvguide.com - ESPN.us - Mar 23, 2023 (0 programs)
  Error: Request failed with status code 500
...

how did you run it locally? i don't see anywhere about how to do that

BellezaEmporium commented 1 year ago

I downloaded epg.zip you provided few days ago and used epg grabber to download the guides locally. It worked beautifully but since last days im getting connection timeout when downloading programs for "tvguide.com.xml" with tvguide.com.config.js and tvguide.com.channels.xml files, it returns server error 500.

$ npx epg-grabber --config=tvguide.com/tvguide.com.config.js --channels=tvguide.com/tvguide.com.channels.xml --output=xml/tvguide.com.xml --days=2
Starting...
Loading 'tvguide.com/tvguide.com.config.js'...
Loading 'tvguide.com/tvguide.com.channels.xml'...
[1/6] tvguide.com - ESPN.us - Mar 22, 2023 (0 programs)
  Error: Request failed with status code 500
[2/6] tvguide.com - ESPN.us - Mar 23, 2023 (0 programs)
  Error: Request failed with status code 500
...

how did you run it locally? i don't see anywhere about how to do that

Look after https://github.com/freearhey/epg-grabber and follow what's said in there.