v15 Kodi Hangs when Disabling Service
#1
Is it normal that Kodi hangs when I disable my service? For user to be able to change config, it requires a restart of the service.

I'm new to python and it's a pretty simple script.
Reply
#2
nope, kodi should never hang.
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
Damn, what would cause Kodi to hang? If my script is in the middle of doing something?
Reply
#4
I think my code is in this part when Kodi hangs, when I press disable

Code:
while not monitor.abortRequested():
        # Sleep/wait for abort for 10 seconds
        if monitor.waitForAbort(float(loop_timer)):
            # Abort was requested while waiting. We should exit
            break
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Hangs when Disabling Service0