Bug Web Socket transport is blocked when a message box is shown
#1
While a message box is displayed on top of the GUI, such as, for example:

"Playback failed. One or more items failed to play. Check the log for more information about this message"
[ OK ]

at this moment it is impossible to send a command via the WS transport( ws://ipaddress:9090/jsonrpc ) - no acknowledge, taken action or response ever received even when trying to remotely close
this box with this command: {"jsonrpc":"2.0","method":"Input.Back","id":1}

The only way to revive the WS transport is to send the "Input.Back" command through the http transport:

URL: http://ipaddress:8080/jsonrpc
Content-Type: application/json
Data: {"jsonrpc":"2.0","method":"Input.Back","id":1}

Is it possible to fix it so that WS transport does not get blocked?

Kodi Version: 15.1 Git:2015-08-22-234ccf8. Android TV box
Reply


Messages In This Thread
Web Socket transport is blocked when a message box is shown - by InterKOT - 2015-10-01, 00:24
Logout Mark Read Team Forum Stats Members Help
Web Socket transport is blocked when a message box is shown0