Kodi Community Forum
How to disable logging? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: Argus TV (https://forum.kodi.tv/forumdisplay.php?fid=172)
+---- Thread: How to disable logging? (/showthread.php?tid=170878)



How to disable logging? - DocG - 2013-08-09

Hello,

I've recently switched to Argus TV to use the Live TV feature on my Raspberry Pi, and while it solved the main issue I had with my previous backend, it has introduced another.

My log file (Edit: /storage/.xbmc/temp/xbmc.log) is full of the following entries:

08:20:50 T:2953589856 ERROR: AddOnLog: ARGUS TV client: GetEPGData failed for channel id:9
08:20:50 T:2869249120 ERROR: CPVRManager - UpdateItem - no channel tag provided

The second type of entry I did get with my previous backend as well, but there are a lot less of these in the log. I get heaps of the first line about every 5 minutes.

Is there any way to disable this? I'm happy if someone wants to propose a fix so I don't get these log entries in the first place, but it isn't a requirement. Live TV works sufficiently for me as it is, so I'm happy to just disable the logging.

Thanks!


RE: How to disable logging? - nickr - 2013-08-09

Looks like Argus is having an EPG problem on channel 9. Fix Argus.


RE: How to disable logging? - DocG - 2013-08-09

(2013-08-09, 09:47)nickr Wrote: Looks like Argus is having an EPG problem on channel 9. Fix Argus.

That was just an example, it's not just channel 9, it's the same for heaps of channels. And what exactly do you mean by "Fix Argus"?


Re: How to disable logging? - nickr - 2013-08-09

Does argus have epg setup properly?


RE: How to disable logging? - DocG - 2013-08-12

(2013-08-09, 21:30)nickr Wrote: Does argus have epg setup properly?

Sorry, didn't get around to anything yet. When I've got some more time, I'm going to uninstall and reinstall ArgusTV, set it up fresh, only link the channels I need, and then make sure to disable any EPG option. Then I'll have another look at the log. Thanks!


Re: How to disable logging? - nickr - 2013-08-12

How are you going to run a pvr without epg?


RE: How to disable logging? - DocG - 2013-08-13

(2013-08-12, 21:42)nickr Wrote: How are you going to run a pvr without epg?

I'm fine with not having PVR functionality, I just want Live TV to work properly, and without it causing my Pi to do a lot of writes.


RE: How to disable logging? - opdenkamp - 2013-08-13

there's an option to disable storing the epg in a local db in pvr settings.
the other error, "CPVRManager - UpdateItem - no channel tag provided" looks like it's caused by some change in master, but that's just guessing


RE: How to disable logging? - DocG - 2013-08-13

(2013-08-13, 02:28)opdenkamp Wrote: there's an option to disable storing the epg in a local db in pvr settings.

Thanks, I'll have a look at it!

(2013-08-13, 02:28)opdenkamp Wrote: the other error, "CPVRManager - UpdateItem - no channel tag provided" looks like it's caused by some change in master, but that's just guessing

Ok, let me know if you've got any guesses on how to get rid of it.