2018-10-26, 04:45
I would like to use yatse to control kodi.
Using kodi 17.6 on ubuntu 18.04.
From a fresh install (I delete .kodi and launch kodi)
I go to settings, services, control
I enable
Allow remote control from applications to this system
and when enabling Allow remote control from applications on other systems
Kodi is showing a window
Rmote communication server
Failed to start
OK
It is by clicking OK that kodi crashes (have to kill -9)
here is kodi.log with debug log enabled.
Do you have similar issues?
Using kodi 17.6 on ubuntu 18.04.
From a fresh install (I delete .kodi and launch kodi)
I go to settings, services, control
I enable
Allow remote control from applications to this system
and when enabling Allow remote control from applications on other systems
Kodi is showing a window
Rmote communication server
Failed to start
OK
It is by clicking OK that kodi crashes (have to kill -9)
here is kodi.log with debug log enabled.
Code:
22:42:31.708 T:140033263752384 NOTICE: ES: Stopping event server with confirmation
22:42:31.943 T:140030999770880 NOTICE: ES: UDP Event server stopped
22:42:31.943 T:140030999770880 DEBUG: Thread EventServer 140030999770880 terminating
22:42:31.943 T:140030412576512 DEBUG: Thread EventServer start, auto delete: false
22:42:31.943 T:140030412576512 NOTICE: ES: Starting UDP Event server on port 9777
22:42:32.944 T:140030991378176 DEBUG: Thread TCPServer 140030991378176 terminating
22:42:32.944 T:140033263752384 ERROR: JSONRPC Server: Failed to connect to sdpd
22:42:32.944 T:140033263752384 DEBUG: JSONRPC Server: Failed to bind ipv6 serversocket, trying ipv4
22:42:32.945 T:140033263752384 ERROR: JSONRPC Server: Failed to bind ipv4 serversocket
22:42:32.945 T:140033263752384 DEBUG: ------ Window Init (DialogConfirm.xml) ------
22:42:32.945 T:140033263752384 INFO: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
22:42:39.325 T:140031399741184 DEBUG: Thread JobWorker 140031399741184 terminating (autodelete)
22:42:39.325 T:140032545773312 DEBUG: Thread JobWorker 140032545773312 terminating (autodelete)
22:42:39.325 T:140031408133888 DEBUG: Thread JobWorker 140031408133888 terminating (autodelete)
22:42:58.912 T:140033263752384 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
22:42:59.105 T:140033263752384 DEBUG: OnKey: return (0xf00d) pressed, action is Select
22:42:59.105 T:140033263752384 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
22:42:59.371 T:140033263752384 DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
22:42:59.372 T:140033263752384 ERROR: Create - fatal error creating thread EventServer - old thread id not null
22:42:59.374 T:140031391348480 DEBUG: Thread Timer 140031391348480 terminating
22:42:59.390 T:140031427602176 DEBUG: Thread PeripEventScanner 140031427602176 terminating
22:42:59.447 T:140031660148480 DEBUG: Thread PeripBusUSBUdev 140031660148480 terminating
22:42:59.674 T:140031435994880 DEBUG: Thread PeripBusAddon 140031435994880 terminating
22:42:59.674 T:140031651755776 DEBUG: Thread PeripBusCEC 140031651755776 terminating
Do you have similar issues?