Removing control from Home window on shutdown taking 5 seconds
#1
I have an image that is posted to the Home window, that I am trying to clear away when the addon shuts down. But it is constantly taking 5 seconds to be removed, meaning that kodi thinks the script is still going and tries to kill it. This might be causing freeze up that I would like to avoid (though restarting the addon several times is unlikely to occur in real life).

Simple code, does anyone know if there is any reason why this would take 5 seconds to achieve?

Code:
self.window.removeControl(self.update_image)
Reply

Logout Mark Read Team Forum Stats Members Help
Removing control from Home window on shutdown taking 5 seconds0