Catch-up-TV-and-More / plugin.video.catchuptvandmore

Replay, Live TV and websites videos addon for Kodi
https://catch-up-tv-and-more.github.io
GNU General Public License v2.0
284 stars 89 forks source link

TV Tokyo suddenly has no programs #1408

Open KylanHaffie opened 4 weeks ago

KylanHaffie commented 4 weeks ago

⚠️ Please try the last beta version and check existing issues before issuing a bug. ⚠️

Describe the bug

TV Tokyo channel is only showing one program, whereas it used to be filled with tons and tons of programs.

To Reproduce

Steps to reproduce the behaviour:

  1. Catch-Up TV
  2. Japan
  3. TVER: テレビ東京

Expected behaviour

Lots of programs appear

Actual behaviour

Only one program appears

Screenshots

PXL_20240924_191504712

Your environment

Maybe TV Tokyo just deleted all it's programs ?

kalun85 commented 1 week ago

As a workaround, go to

Catch-up-TV-and-More/plugin.video.catchuptvandmore/blob/dev/resources/lib/channels/jp/tver.py file.

In this line:

'tx': ['テレビ東京', 'TVh', 'BSテレ東', 'BSテレ東 ほか', 'TVQ九州放送'],

add 'テレ東' such that the line becomes:

'tx': ['テレビ東京', 'TVh', 'BSテレ東', 'BSテレ東 ほか', 'TVQ九州放送','テレ東'],

That will fix the issue.

To Dev, Tver recently change the label that causes this issue.