After installing kodi 18.9 on my FireTV Stick 4k it wasn’t possible to activate remote control settings (i.e. webserver and “allow remote control from applications on other systems”).
On every kodi startup it showed a message “remote communication server failed to start” and I tried changing the weberver-port to “10080” (in the kodi UI) and the event-server port to “10777” (in “guisettings.xml”).
After changing these values in Yatse it was able to control kodi again but it still shows the Host as “offline”.
The communication server message on kodi startup still appeared on every startup and meanwhile I found out, that this was caused by the fact that kodi uses port 9090 for jsonrpc by default.
After Changing the jsonrpc port to “10090” in “advancedsettings.xml” the startup message never showed up again but Yatse still shows the host as offline.
Would it be possible to make the jsonrpc port configurable in Yatse to get it working again?
Here are the logs for the Kodi standard-config (webserver-port: 8080, event-server-port: 9777, jsonrpc-port: 9090) after Fire TV Stick had just rebooted.
Kodi is starting with error-message “remote communication server failed to start” and it’s not possible to start webserver (message “… failed to start”).
Trying to enable the option “allow remote control from applications on other systems” causes another message “… failed to start” and let’s Kodi crash.
After Kodi-crashing the Fire TV Remote App for Android needs a very long time to connect to the Stick.
Yatse does not connect to Kodi.
Further logs with my customized config will follow.
Here are the logs for the customized Kodi config (webserver-port: 10080, event-server-port: 10777, jsonrpc-port: 10090) after Fire TV Stick had just rebooted.