add-ons / plugin.video.yelo

Kodi add-on to watch content from the Telenet Yelo TV service
Other
14 stars 4 forks source link

What is Yelo doing here every 10s? #42

Closed piejanssens closed 3 years ago

piejanssens commented 3 years ago

These log messages repeat every 10 seconds, forever.

2021-04-06 10:48:48.802 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: loading setting definitions
2021-04-06 10:48:48.802 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: trying to load setting definitions from old format...
2021-04-06 10:48:48.804 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: loading setting values
2021-04-06 10:48:48.804 T:3764076768   DEBUG: CSettingsManager: requested setting (bitrate) was not found.
2021-04-06 10:48:48.804 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: failed to find definition for setting bitrate. Creating a setting on-the-fly...
2021-04-06 10:48:48.804 T:3764076768   DEBUG: CSettingsManager: requested setting (postal) was not found.
2021-04-06 10:48:48.804 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: failed to find definition for setting postal. Creating a setting on-the-fly...
2021-04-06 10:48:48.806 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: loading setting definitions
2021-04-06 10:48:48.806 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: trying to load setting definitions from old format...
2021-04-06 10:48:48.807 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: loading setting values
2021-04-06 10:48:48.808 T:3764076768   DEBUG: CSettingsManager: requested setting (bitrate) was not found.
2021-04-06 10:48:48.808 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: failed to find definition for setting bitrate. Creating a setting on-the-fly...
2021-04-06 10:48:48.808 T:3764076768   DEBUG: CSettingsManager: requested setting (postal) was not found.
2021-04-06 10:48:48.808 T:3764076768   DEBUG: CAddonSettings[plugin.video.yelo]: failed to find definition for setting postal. Creating a setting on-the-fly...
piejanssens commented 3 years ago

It's not Yelo, it's Kodi: https://github.com/xbmc/xbmc/pull/17822

dagwieers commented 3 years ago

Yes, this confused me once in the past as well. One of the reasons I think Debug logging is not very useful, a lot of error messages that are not actual errors :-(