-
Notifications
You must be signed in to change notification settings - Fork 27
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
Connection lost spam #14
Comments
Check "do not show connection warnings" in Kodi's live TV settings. |
I am running openelec 5.0.8 (with Kodi 14.2) and there is no such option. |
Also: I do want information about a lost connection, but I do not want it every n seconds, especially if it's not true. How can a connection be lost, if there was no connection in the first place? That doesn't make sense. |
you have to distinguish between a lost connection and one that can't be established. if you get this message every couple of seconds, the problem is in some level lower than vnsi. vnsi triggers the message when the connection got lost. if the server is down the connection can't be established again. this should not trigger this message. maybe something got broken with moving platform lib. |
@AlexHaxe the option is there, maybe you need to change the setting visibility level? |
@Jalle19 the message you are talking about is a different story and not 100% appropriate here. note that vnsi has this mechanism since forever. |
Okay |
I think I see the issue in vnsi. will try to provide a fix this evening |
@Jalle19 I jave tried multiple skins (apart from the default Confluence), non shows that setting, but I can see a |
@Jalle19 @opdenkamp this is an issue in platform code: |
see Pulse-Eight/platform@079eded |
@wsnipex what needs to be done to get those patches? |
see https://github.com/xbmc/xbmc/blob/master/project/cmake/addons/depends/common/platform/platform.txt |
oh, ubuntu packages will need a bump though |
I am using Kodi on a raspberry pi and my VDR does not run all the time. And in this case Kodi or VNSI client will tell me every x seconds that the connection failed.
Users do not need the information that yet another connection attempt failed. It is redundant and distracting, because it won't stop telling you about the failing connection even when you are watching something from a different source.
VNSI client should tell me once (on startup) that the connection failed and then shut up until the state changes. So unless VNSI client just started or had a connection and lost it, I don't want to see connection lost notifications.
The text was updated successfully, but these errors were encountered: