google-code-export / sagetv-addons

Automatically exported from code.google.com/p/sagetv-addons
1 stars 0 forks source link

Repetitive Warning message sd4j.api log #363

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download load schedule from Schedule Direct
2. SDEPG contains >7000 copies of the following error message:
"2013-05-03 08:58:38,741 WARN [Airing]: Unknown DolbyStatus encountered! 
[DOLBY]."

What is the expected output? What do you see instead?
At most 1 copy of the error message each time a schedule is downloaded.

What version of the product are you using? On what operating system?
SDEPG v0.0.3.0

Original issue reported on code.google.com by gerald.b...@gmail.com on 3 May 2013 at 3:58

GoogleCodeExporter commented 9 years ago

Original comment by de...@battams.ca on 3 May 2013 at 11:54

GoogleCodeExporter commented 9 years ago
So this is upstream in my sdjson client library.  Unfortunately, suppressing 
the warning after it's printed once isn't quite feasible without the risk of 
blowing things up.  However, the good news is that I've simply added DOLBY as a 
valid option for DolbyStatus, which will eliminate the warnings anyways.  This 
will be fixed in the next build and was fixed by this commit in sdjson project:

https://code.google.com/p/sdjson/source/detail?r=f14ccd125e9b89d0c650e7a0e2544ca
553f10e4d

Original comment by de...@battams.ca on 4 May 2013 at 1:35

GoogleCodeExporter commented 9 years ago
Seems like a very reasonable solution.

Original comment by gerald.b...@gmail.com on 4 May 2013 at 2:31

GoogleCodeExporter commented 9 years ago

Original comment by de...@battams.ca on 5 Aug 2013 at 5:52