google-code-export / fanart-handler

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

Errors in MediaPortal.log #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The new 1.1 version and was seems to work ok but seeing this in the 
MediaPortal.log which looks a little odd and I was not seeing this before, 
lots of info entries like below.

2010-02-01 20:58:49.825000 [Info.][(3)]: GUIWindowManager: Could not find 
window 601

It does this for all window ID's accessed within the skin file being used.

Full log attached.

Original issue reported on code.google.com by tdnemail on 1 Feb 2010 at 9:04

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

Thank you for your report but this is a skinning issue. Your skin must have a 
xml file 
with window id 601 and you have added fanart handler to this file. Please let 
me know 
if this is the case and attach that xml file.

best regards
cul8er

Original comment by markus_e...@telia.com on 2 Feb 2010 at 7:26

GoogleCodeExporter commented 9 years ago
It is close, I added support for music now playing in the overlays and this has 
rather a large knock on effect with all files that use the commmon.overlays.xml 
and 
varaints of. I just added the <define>#usePlayFanart:Yes</define> tag to top of 
the 
files concerned, still seem to get the error but only for IDs 601,604,747 and 
759 
which are the tvplugin files again odd as I use 4TR. 

Will continue to look and see if I can figure out what is happending.

Original comment by tdnemail on 2 Feb 2010 at 9:47

GoogleCodeExporter commented 9 years ago

Original comment by markus_e...@telia.com on 2 Feb 2010 at 2:15

GoogleCodeExporter commented 9 years ago
Hi,

I think this is resolved in release 1.2. Please verify.

best regards
cul8er

Original comment by markus_e...@telia.com on 3 Feb 2010 at 8:17

GoogleCodeExporter commented 9 years ago
Nope, but it may be a skin or specific configuration issue with me, it only 
happens 
on some of the TV screens. I have added the tags to all screens with those 
ID's. It 
may be linked to the made to the overlays or 4tr skin files. Will undo those 
changes 
and see if that solves it.

Thanks

Original comment by tdnemail on 3 Feb 2010 at 10:18

GoogleCodeExporter commented 9 years ago
Thank you for your feedback. Please keep me updated so that I know how to 
handle this 
isse. Has anyone else these entries in their logfiles?

Original comment by markus_e...@telia.com on 4 Feb 2010 at 6:11

GoogleCodeExporter commented 9 years ago
I have removed all the FH controls from my overlay files and still getting 
these 
messages so not sure what is going on as the screens that report these errors 
have 
no referance to any fanart.

Also disabling fanart handler stops these errors so would seem to indicate that 
FH 
is causing this in some way.

Also I get this error with FH enabled

2010-02-04 11:32:41.483175 [ERROR][MPMain(1)]: No translation found for id 49224

Which I dont get when it is disabled??

Let me know if you need any files or futher information.

Original comment by tdnemail on 4 Feb 2010 at 11:34

GoogleCodeExporter commented 9 years ago
Hi,

Thank you for this information. Can you please attach the xml with ID 601.

best regards
cul8er

Original comment by markus_e...@telia.com on 4 Feb 2010 at 1:54

GoogleCodeExporter commented 9 years ago
There are two files with this id

1. mytvscheduler.xml (for old built in TVClient)
1. mytvschedulerServer.xml (for TVServer Client)

I tried removing the old one but did not have any effect, files attached

Original comment by tdnemail on 4 Feb 2010 at 4:02

Attachments:

GoogleCodeExporter commented 9 years ago
Update on this, all the files that report this error have 2 versions of the 
files 
differnet names but same ID and basic function, i.e both of these have ID 759

4TR_RecordedTvInfo.xml
mytvRecordedInfo.xml

Original comment by tdnemail on 4 Feb 2010 at 4:19

GoogleCodeExporter commented 9 years ago
Hi,

I have found the problem with your issue. You have two files with the same ID. 
The 
problem is that you have the "<define>#useRandomTVSeriesFanart:Yes</define>" in 
one 
of the files only. If skin files has the same id they must both have the define 
tag 
or not have it. Can you please test either remove the fanart handling from both 
or 
add to both files and let me know the result.

best regards
cul8er

Original comment by markus_e...@telia.com on 4 Feb 2010 at 5:16

GoogleCodeExporter commented 9 years ago
That works, just got to figure how thet got in there now :) Odd things is with 
1.3RC 
it works on the home dev system with or without that define being there but 
erros on 
my laptop system...time to reinstall on the laptop.

Can close this one, sorry for making you chase this problem.

Thanks

Original comment by tdnemail on 4 Feb 2010 at 10:08

GoogleCodeExporter commented 9 years ago
Thank you for your help in solving this issue.

Original comment by markus_e...@telia.com on 5 Feb 2010 at 6:33