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

Channels not being played #175

Closed
p0nti opened this issue Jun 8, 2023 · 6 comments
Closed

Channels not being played #175

p0nti opened this issue Jun 8, 2023 · 6 comments

Comments

@p0nti
Copy link

p0nti commented Jun 8, 2023

Hello, got the following problem:

`
2023-06-08 14:00:18.693 T:1434 error : CRepository: failed read 'https://addons.libreelec.tv/11.0.0/ARMv8/arm/addons.xml.gz.sha256'
2023-06-08 14:00:30.815 T:1434 error : CCurlFile::CReadState::FillBuffer - (0xcd33c5a8) Failed: Server returned nothing (no headers, no data)(52)
2023-06-08 14:00:30.815 T:1434 error : CCurlFile::Open - http://mirrors.kodi.tv/addons/nexus/addons.xml.gz?sha256 Failed with code 0:

2023-06-08 14:00:30.815 T:1434 error : CRepository: failed read 'http://mirrors.kodi.tv/addons/nexus/addons.xml.gz?sha256'
2023-06-08 14:00:43.043 T:1434 error : CCurlFile::CReadState::FillBuffer - (0xcd33c5a8) Failed: SSL connect error(35)
2023-06-08 14:00:43.043 T:1434 error : CCurlFile::Open - https://raw.githubusercontent.com/zomboided/xbmc.zomboided.plugins/master/addons.xml.md5 Failed with code

2023-06-08 14:34:15.283 T:1103 error : AddOnLog: pvr.zattoo: Open URL failed with -2.
2023-06-08 14:34:15.283 T:1103 error : GetTimers: Add-on 'pvr.zattoo' returned an error: the command failed
2023-06-08 14:34:27.429 T:1103 error : CCurlFile::CReadState::FillBuffer - (0xc12f5830) Failed: SSL connect error(35)
2023-06-08 14:34:27.429 T:1103 error : CCurlFile::Open - https://zattoo.com/zapi/v2/playlist Failed with code 0:

2023-06-08 14:34:27.431 T:1103 error : AddOnLog: pvr.zattoo: Open URL failed with -2.
2023-06-08 14:34:27.431 T:1103 error : GetRecordings: Add-on 'pvr.zattoo' returned an error: the command failed
2023-06-08 14:34:33.212 T:1024 info : CActiveAESink::OpenSink - initialize sink
2023-06-08 14:34:33.212 T:1024 info : CAESinkALSA::Initialize - Attempting to open device "sysdefault:CARD=vc4hdmi1"
2023-06-08 14:34:33.219 T:1024 info : CAESinkALSA::Initialize - Opened device "sysdefault:CARD=vc4hdmi1"
2023-06-08 14:34:33.220 T:1024 info : CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2023-06-08 14:34:33.220 T:1024 info : CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE3
2023-06-08 14:34:48.386 T:1016 error : CCurlFile::CReadState::FillBuffer - (0x29c24b0) Failed: SSL connect error(35)
2023-06-08 14:34:48.387 T:1016 error : CCurlFile::Open - https://zattoo.com/zapi/watch/live/eurosport Failed with code 0:

`

I haven't changed any setting.
Any ideas?
Thanks

@Firewolf1337
Copy link

Had the same problem today with version 20.3.8.1
No problem with 20.3.7.1

@rbuehlma
Copy link
Owner

rbuehlma commented Jun 8, 2023

This is not related to the addon version. It seems to be the same issue as #173

Somehow the connection to the Zattoo server gets closed without a response. Unfortunately, the cause is not yet clear.

@de-echte-kaasboer
Copy link

de-echte-kaasboer commented Jun 14, 2023

Hi,

I see the same problem with 20.3.8 on osmc vero 4k+ and RPi4 since osmc 2023.06-1.

Logfile:

2023-06-14 19:54:47.898 T:3052 info : Loading skin file: DialogPVRInfo.xml, load type: LOAD_EVERY_TIME
2023-06-14 19:54:50.727 T:3052 info : AddOnLog: pvr.zattoo: Selected quality: hd
2023-06-14 19:54:50.809 T:3052 info : AddOnLog: pvr.zattoo: Fallback to no-drm version.
2023-06-14 19:54:50.810 T:3052 info : AddOnLog: pvr.zattoo: Selected quality:
2023-06-14 19:54:50.853 T:3052 error : AddOnLog: pvr.zattoo: Open URL failed with 404.
2023-06-14 19:54:50.853 T:3052 error : GetChannelStreamProperties: Add-on 'pvr.zattoo' returned an error: the command failed
2023-06-14 19:54:50.863 T:3052 info : VideoPlayer::OpenFile: pvr://channels/tv/Alle%20Kan%c3%a4le/0@pvr.zattoo_129987.pvr
2023-06-14 19:54:50.866 T:3674 info : Creating InputStream
2023-06-14 19:54:50.876 T:3674 error : CVideoPlayer::OpenInputStream - error opening [pvr://channels/tv/Alle%20Kan%c3%a4le/0@pvr.zattoo_129987.pvr]
2023-06-14 19:54:50.876 T:3674 info : CVideoPlayer::OnExit()
2023-06-14 19:54:51.043 T:3052 info : CVideoPlayer::CloseFile()
2023-06-14 19:54:51.043 T:3052 info : VideoPlayer: waiting for threads to exit
2023-06-14 19:54:51.043 T:3052 info : VideoPlayer: finished waiting

A vero 4k with osmc 2023.05-1 and pvr.zattoo 19.7.16 works.

hth,
kaasboer

@rbuehlma
Copy link
Owner

This does not seem to be the same issue. Please open a new ticket and add a link to a complete debug log.

@de-echte-kaasboer
Copy link

Thank you, I opened a new ticket (#177).

cu,
kaasboer

@rbuehlma
Copy link
Owner

I have not observed this issue for a long time using Kodi 21. Therefore closing this ticket.

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

4 participants