Home.xml Problem
#1
I am having a major issue trying to get Recently Added to work on Xperience.

My original home.xml is here:

http://pastebin.com/md07cec6

I basically did a copy/paste of the Redux code (have tried adding the code anywhere i can think of to the home.xml and it always defaults back to PM3.HD and the xbmclog will always tell me there is a line ### error.

Here is what I have when I add the Recently Added code:

http://pastebin.com/d46ab3b8c

Which returns this:

Code:
16:22:38 T:3064 M:279654400   ERROR: unable to load:special://home/skin/Xperience/720p/Home.xml, Line 143
                             Error reading end tag.
16:22:38 T:3064 M:279654400   ERROR: failed to load home.xml for skin:Xperience, fallback to "PM3.HD" skin
16:22:39 T:3064 M:278986752   ERROR: Control 22 in window 9999 has been asked to focus, but it can't
16:22:53 T:3064 M:280932352  NOTICE: Storing total System Uptime
16:22:53 T:3064 M:280932352  NOTICE: Saving settings
16:22:53 T:3064 M:280862720  NOTICE: stop all
16:22:53 T:3064 M:280862720  NOTICE: ES: Stopping event server
16:22:54 T:2716 M:280862720  NOTICE: ES: UDP Event server stopped
16:22:54 T:3064 M:281128960  NOTICE: stop dvd detect media
16:22:54 T:3064 M:281141248  NOTICE: stop sap announcement listener
16:22:54 T:3064 M:281141248  NOTICE: clean cached files!
16:22:54 T:3064 M:281137152  NOTICE: unload skin
16:22:54 T:3064 M:292913152  NOTICE: stop python
16:22:54 T:3064 M:292913152  NOTICE: stopped
16:22:54 T:3064 M:292913152  NOTICE: destroy
16:22:54 T:3064 M:292859904  NOTICE: unload sections

I know the code still needs textures and fonts edited before anyone mentions it. Have actually done that as well still get the same result.
Reply
#2
XBMCG33K Wrote:I am having a major issue trying to get Recently Added to work on Xperience.

My original home.xml is here:

http://pastebin.com/md07cec6

I basically did a copy/paste of the Redux code (have tried adding the code anywhere i can think of to the home.xml and it always defaults back to PM3.HD and the xbmclog will always tell me there is a line ### error.

Here is what I have when I add the Recently Added code:

http://pastebin.com/d46ab3b8c

Which returns this:

Code:
16:22:38 T:3064 M:279654400   ERROR: unable to load:special://home/skin/Xperience/720p/Home.xml, Line 143
                             Error reading end tag.
16:22:38 T:3064 M:279654400   ERROR: failed to load home.xml for skin:Xperience, fallback to "PM3.HD" skin
16:22:39 T:3064 M:278986752   ERROR: Control 22 in window 9999 has been asked to focus, but it can't
16:22:53 T:3064 M:280932352  NOTICE: Storing total System Uptime
16:22:53 T:3064 M:280932352  NOTICE: Saving settings
16:22:53 T:3064 M:280862720  NOTICE: stop all
16:22:53 T:3064 M:280862720  NOTICE: ES: Stopping event server
16:22:54 T:2716 M:280862720  NOTICE: ES: UDP Event server stopped
16:22:54 T:3064 M:281128960  NOTICE: stop dvd detect media
16:22:54 T:3064 M:281141248  NOTICE: stop sap announcement listener
16:22:54 T:3064 M:281141248  NOTICE: clean cached files!
16:22:54 T:3064 M:281137152  NOTICE: unload skin
16:22:54 T:3064 M:292913152  NOTICE: stop python
16:22:54 T:3064 M:292913152  NOTICE: stopped
16:22:54 T:3064 M:292913152  NOTICE: destroy
16:22:54 T:3064 M:292859904  NOTICE: unload sections

I know the code still needs textures and fonts edited before anyone mentions it. Have actually done that as well still get the same result.

your wraplist with id "9000" is incomplete. you didn't close the itemlayout, there's no focussed layout defined and also no content.
i'm sure one of those triggers the 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
OK I'll have a go at that then.
Reply
#4
OK so i had a go and still got the same problem.

The code from Redux I am using is this:

http://pastebin.com/d27bef4f6
Reply
#5
XBMCG33K Wrote:OK so i had a go and still got the same problem.

The code from Redux I am using is this:

http://pastebin.com/d27bef4f6

this code is clean. no errors with this on my side.

need to have a look at your code instead.
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
#6
Yeah i know it's clean code. I was copy/pasting from it. Now though after your previous suggestion i think i am not copying the right parts ...
Reply
#7
Fixed and working. Please close. Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Home.xml Problem0