v18 Unmatched Parentheses errors
#1
Hello all,

I am getting a lot of this error in the log for the Amber skin I am migrating to Leia:

Code:

2019-04-04 09:07:41.202 T:8092 ERROR: unmatched parentheses in Window(Home).Property(NextAired.NextNumber

The code in the skin is this:

Code:

<variable name="panelsubheading2">
<value condition="Container.Content(Seasons) | Container.Content(TVShows)">$LOCALIZE[32009]: $INFO[Window(Home).Property(NextAired.NextNumber)] - $INFO[Window(Home).Property(NextAired.NextTitle)] - $INFO[Window(Home).Property(NextAired.NextDate)]</value>
</variable>

Can anybody shed some light where I am missing a parenthesis or have unneeded ones? Is this a Leia thing I can ignore? Any help would be greatly appreciated.

Regards,

Bart
Reply
#2
the code above looks ok to me, and likely not the cause of the error.
my guess would be you're using similar code elsewhere in the skin which is creating the log error.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
(2019-04-04, 21:31)ronie Wrote: the code above looks ok to me, and likely not the cause of the error.
my guess would be you're using similar code elsewhere in the skin which is creating the log error.
Thanks @ronie , I'll look for similar code.

Regards,

Bart
Reply

Logout Mark Read Team Forum Stats Members Help
Unmatched Parentheses errors0