Kodi Community Forum

Full Version: Unmatched Parentheses errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
(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