-
Notifications
You must be signed in to change notification settings - Fork 373
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
Can't connect, Error 0, Can't connect, timeout, error 28 #863
Comments
`2024-05-07 16:47:07.981 T:1484 error : CCurlFile::CReadState::FillBuffer - (0x7f18002200) Failed: Timeout was reached(28) 2024-05-07 16:47:07.983 T:1484 error : AddOnLog: pvr.iptvsimple: pvr.iptvsimple - Process - unable to connect to: http://url-blah |
`2024-05-07 16:58:19.966 T:937 error : CCurlFile::CReadState::FillBuffer - (0x7f040f32e0) Failed: Timeout was reached(28) ` |
It’s possible your provider is blocking kodi. Have you tried entering a different user agent in the add-on settings? |
No it's not my provider, I've tested with different ISPs. Also I'm sure my provider that I use at home doesn't do any Layer-7 shenanigans like looking into http headers. I think it's that the timeout set in Kodis CCurlFile handler is too short, possibly 10 seconds. Since that playlist is quite large and it seems to be generated on-the-fly by some php code on the iptv server, it takes more than 10 seconds until data starts flowing which makes it time out. I've opened a bug here now because I believe that timeout is set in Kodi and it's not actually an issue with the iptv simple plugin itself. |
And if you copy the required files locally and load them from there does it work? I think the addon API allows for settings a read timeout. So it’s possible we need to change something. There was some work done on file read lower level code for Omega, but the fix should likely be in the addon and not kodi. |
Let me create a quick PR and we’ll test if changing addon options works. |
Can you try this PR: #864 Here is the diff: https://patch-diff.githubusercontent.com/raw/kodi-pvr/pvr.iptvsimple/pull/864.diff |
Why is that?
Whenever I get those messages in Kodi.log, I can login via ssh, issue "wget " and it works just fine, no issue with the server.
Same thing on another device with Televizo IPTV player. Works just fine, never have any issues connecting.
The text was updated successfully, but these errors were encountered: