Kodi Community Forum
[AEON MQ3 BUG] - pvrplayback.signalquality log spam - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [AEON MQ3 BUG] - pvrplayback.signalquality log spam (/showthread.php?tid=114383)

Pages: 1 2


[AEON MQ3 BUG] - pvrplayback.signalquality log spam - Zxurian - 2011-11-11

I confirmed that this is a bug with Aeon MQ3.

Code:
05:23:19 T:6871168   DEBUG: Error: Requested setting (pvrplayback.signalquality) was not found.  It must be case-sensitive
05:21:04 T:2753514352   DEBUG: Previous line repeats 1325 times.

This line is outputting continuously when using this skin.

I love the skin, but the constant check for that setting when it's not found is actually causing a hit on my system.

Please fix Marcus!

moved here for separate tracking


- Zxurian - 2011-11-12

also the following line:
Code:
DEBUG: Error: Requested setting (pvrmanager.enabled) was not found. It must be case-sensitive
DEBUG: Previous line repeats 1365 times.

I was able to get around it temporariliy by replacing both settings, pvrplayback.signalquality & pvrmanager.enabled with "false" in the various .xml files of the skin, but it should still be fixed int he official release.


- tetsu81vn - 2011-11-13

Yes, I confirmed this bug. This bug happenned to me also


- DejaVu - 2011-11-17

And me. Stopped using it because of it. Sad


- Kokonutcreme - 2011-11-17

Zxurian Wrote:also the following line:
Code:
DEBUG: Error: Requested setting (pvrmanager.enabled) was not found. It must be case-sensitive
DEBUG: Previous line repeats 1365 times.

I was able to get around it temporariliy by replacing both settings, pvrplayback.signalquality & pvrmanager.enabled with "false" in the various .xml files of the skin, but it should still be fixed int he official release.

Would you mind sharing which xml files need to be edited with the false setting please.

EDIT - found this link detailing the relevant files in the AeonMQ3 thread http://forum.xbmc.org/showpost.php?p=937544&postcount=1573


- MarcosQui - 2011-11-17

Zxurian and other users, you use a PVR build ? If yes, what system/version?

There is nothing wrong with the pvrmanager.enabled and pvrplayback.signalquality. It is also used in Confluence, you have tested in default skin to see if has the same problem?


- Zxurian - 2011-11-17

I myself don't believe I use a PVR build, at least there are no options within my xbmc for anything related to PVR. I just did a clean install / upgrade to pre-eden last night, using the nightly available from https://launchpad.net/~team-xbmc/+archive/unstable

I've also tested the default confluence that comes with pre-eden, and there's no log spam about either of those two values when using confluence.

MarcosQui Wrote:Zxurian and other users, you use a PVR build ? If yes, what system/version?

There is nothing wrong with the pvrmanager.enabled and pvrplayback.signalquality. It is also used in Confluence, you have tested in default skin to see if has the same problem?



- Zxurian - 2011-11-17

Kokonutcreme Wrote:Would you mind sharing which xml files need to be edited with the false setting please.

EDIT - found this link detailing the relevant files in the AeonMQ3 thread http://forum.xbmc.org/showpost.php?p=937544&postcount=1573
duplicated here for easy reference

temporary fix for pvr* log issues for those that don't have a pvr. found after some digging.

skin.aeonmq.3/720p/VideoFullScreen.xml
- line 92 - change "system.getbool(pvrplayback.signalquality)" to "false"
skin.aeonmq.3/720p/CustomSkin.xml
-line 1760 - change "system.getbool(pvrmanager.enabled)" to "false"
skin.aeonmq.3/720p/includes.xml
-line 8362 - change "system.getbool(pvrmanager.enabled)" to "false"
-line 8437 - change "system.getbool(pvrmanager.enabled)" to "false"


- MarcosQui - 2011-11-17

Zxurian Wrote:I've also tested the default confluence that comes with pre-eden, and there's no log spam about either of those two values when using confluence.

In this case is logical, the Confluence 'without PVR' does not have these instructions, nothing will be in the log.

You use Linux... is explained why I no got this error.


- MarcosQui - 2011-11-17

I see only one solution to this;

Include button in Customisation Wizard to activate or not the functions of the PVR.


- Zxurian - 2011-11-17

sounds good. looking forward to testing the next version.


- Nielsen - 2011-11-22

Dear MarcosQui,

thank you very much for your efforts, but it seem's the bug still occurs. I'm getting this Logfile Message: "DEBUG: Error: Requested setting (pvrmanager.enabled) was not found. It must be case-sensitive" Even with deactivated PVR-Option.

I'm using the latest OpenELEC Pre-Eden Build.

Bests,
Nielsen


- unabatedshagie - 2011-12-02

I noticed that today while looking at a my debug log for a different issue that I have these lines showing.

I have checked the skin config and I don't have pvr option enabled.

Latest version of the skin from the repo and nightly build from the 1st of December.


- r4nd0m - 2011-12-26

unabatedshagie Wrote:I noticed that today while looking at a my debug log for a different issue that I have these lines showing.

I have checked the skin config and I don't have pvr option enabled.

Latest version of the skin from the repo and nightly build from the 1st of December.

same here, ubuntu, latest pre-eden and 1.1.3, no pvr - currently debugging, not happening without debugging enabled ...


- Minoums - 2012-02-06

Hi !

I Have a similar issue with the actual release (it was the same with the previous one).

I'm under MAC OSX 10.7.2.

for the moment it's temporary fixed with the solution
>> change "system.getbool(pvrplayback.signalquality)" and "system.getbool(pvrmanager.enabled)" to "false"
in CustomSkin.xml, includes.xml..etc