plugin.video.catchuptvandmore icon indicating copy to clipboard operation
plugin.video.catchuptvandmore copied to clipboard

No access to the RTLplay and RTBF Auvio channels

Open david63236 opened this issue 1 year ago • 9 comments

Error when trying to access RTLplay (Live tv and Replay tv) with Kodi 18.8 on Windows ERROR: [Catch-up-TV-&-More.support] 'return' with argument inside generator (rtlplaybe.py, line 212) I tested the other Belgium channels and found the same problem for RTBF (rtbf.py line 636). All other Belgium channels are working.

I tested it with Kodi 19.1 on Windows, and with this version there are no problems.

david63236 avatar Jul 11 '22 06:07 david63236

What version of catchuptvandmore (in Kodi 18.8) do you use?

'return' with argument inside generator

This error is not produced anymore in Python 3. That's why it does not occur in Kodi 19.1 and can occur with Kodi 18 (that uses Python2)

joaopa00 avatar Jul 12 '22 07:07 joaopa00

Should be fixed in git. You can test with the link zip for testing Or you have to wait for the release of beta 39 (should happen the next week)

joaopa00 avatar Jul 13 '22 14:07 joaopa00

Tested the zip: Problem solved for RTBF but not for RTLPlay. The error still exists on line 212 in rtlplay.py (and line 239). The solution is to comment the lines 212 and 239 in rtlplay.py

david63236 avatar Jul 23 '22 08:07 david63236

auvio replay not working since last week they changed something about account to be verified, but even if you do it replay not working (btw same issue with Captvty )

(rtl play is working)

nirolfa avatar Jul 25 '22 11:07 nirolfa

I confirm some new videos don't work

For example, in the fort-boyard emission, all videos work except the last one. this link doesn't work, https://www.rtbf.be/auvio/detail_fort-boyard?id=2920410

the api gives this url 'https://www.rtbf.be/tarmac/play/detail_fort-boyard?id=2920410' which points to nothing.

but the real auvio page uses this api url to get the stream https://exposure.api.redbee.live/v2/customer/RTBF/businessunit/Auvio/entitlement/2920410_6BA97Bb/play

This might help later:

  • https://github.com/yt-dlp/yt-dlp/issues/4443
  • https://github.com/ytdl-org/youtube-dl/issues/31114

darodi avatar Jul 26 '22 17:07 darodi

See also video help forum

joaopa00 avatar Jul 30 '22 05:07 joaopa00

I confirm some new videos don't work

For example, in the fort-boyard emission, all videos work except the last one. this link doesn't work, https://www.rtbf.be/auvio/detail_fort-boyard?id=2920410

the api gives this url 'https://www.rtbf.be/tarmac/play/detail_fort-boyard?id=2920410' which points to nothing.

but the real auvio page uses this api url to get the stream https://exposure.api.redbee.live/v2/customer/RTBF/businessunit/Auvio/entitlement/2920410_6BA97Bb/play

This might help later:

* [RTBF Broken yt-dlp/yt-dlp#4443](https://github.com/yt-dlp/yt-dlp/issues/4443)

* [[rtbf.be] New videos not available for download ytdl-org/youtube-dl#31114](https://github.com/ytdl-org/youtube-dl/issues/31114)

yt-dlp fixed see ->https://github.com/elyse0/yt-dlp/tree/rtbf

nirolfa avatar Jul 31 '22 14:07 nirolfa

The original problem of this issue (the 'return' with argument inside generator problem) has been solved for RTBF and is solvable for RTLplay by commenting lines 212 and 239, so I close this issue.

A new issue has been created for the new RTBF stream provider change problem (issue https://github.com/Catch-up-TV-and-More/plugin.video.catchuptvandmore/issues/920)

david63236 avatar Aug 02 '22 10:08 david63236

I am not sure that removing the lines 212 and 239 is the correct fix. I will reopen this issue since anybody using Kodi 18 will have this problem.

joaopa00 avatar Aug 02 '22 18:08 joaopa00

Should be fixed in git. I close

joaopa00 avatar Aug 16 '22 19:08 joaopa00

hi, it isn't ix, I still do have the issue 'return' with argument inside generator in Kodi 18 on RTLPlay live and replay with Catchup 0.2.39-beta01

Gaet81 avatar Aug 31 '22 15:08 Gaet81