Internal commands not working?

Issue description:

I am pretty sure I am doing something wrong but I just don’t know what it is. Entering Custom commands - Add from… - Media Center - Call built-in - Display name: reboot, Built-in command: Restart() (but I tried also ToggleDebug()). Select command from menu and activate - nothing happens. All other commands (JSON-rpc based) and functions (remote, volume control, etc) seem to work.

Could anyone please help to sort this out?

Logs:
Nothing in the debug log - looks like the command does not even reach Kodi.

Screenshots:
N/A

Additional information:
Kodi 18.9.0 (OSMC), Yatse 10.10.5

The required logs as the template explains are the Yatse logs :wink:

You probably have disabled EventServer usage in Yatse host settings due to wrong Kodi side configuration.

1 Like

Thank you, very much. I enabled debug logging and immediately spotted:

2021-11-10 10:58:42.232 Verbose/KodiLeia: Event server disabled for sendAction: Reboot()

And the fix was exactly like you said - disabled EventServer. Thanks again for your support, it’s all working nicely now.

jose