How to debug the error "Control can't be focused"
#1
Code:
15:46:45 T:1676365120 ERROR: Control 504 in window 10025 has been asked to focus, but it can't

What is this? It happens on ouya with frodo 12.4 with a plugin I wrote.
But I'm not able to understand the error itself.
Reply
#2
window 10025 is MyVideoNav.xml (the videolibrary) and xbmc is trying to focus the control with id '504' in that window.
the reason it can't focus this control could be:
- it's a container, but the list is (still) empty at the moment xbmc tries to focus it
- it's a non-focusable control (label control or image control, for instance)
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
An user told me it happens only if my plugin is started from a shortcut from confluence skin home page.

What can be the problem?
Reply

Logout Mark Read Team Forum Stats Members Help
How to debug the error "Control can't be focused"0