Radio AU streams playback failed through Yatse app

This seems specific to this kodi addon Radio AU. Playback fails when selecting streams through Yatse addon menu. (Addons-radio AU-stream)

Log should show successful playback with Bandcamp addon, so is this an issue with RadioAU?

Playback works fine when using Yatse as a remote and selecting the same streams from kodi menu- it’s just the Yatse menu not working.
log-2024-05-24-00.46.27.zip (432.5 KB)
debug-20240524_104357.zip (44.3 KB)

This is a problem in the addon there’s only one API to start addons via VFS.

2024-05-24 10:42:28.235 Verbose/KodiNexus: --> [951] POST http://192.168.1.8:8080/jsonrpc (174-byte body)
2024-05-24 10:42:28.236 Verbose/KodiNexus: --> [951] {"id":206,"jsonrpc":"2.0","method":"Player.Open","params":{"item":{"file":"plugin://plugin.audio.au.radio/?_=play&_play=1&slug=mjh-radio-ih-6316&_is_live=1&_noresume=.pvr"}}}
2024-05-24 10:42:28.286 Verbose/KodiNexus: <-- [951] 200 OK http://192.168.1.8:8080/jsonrpc (50ms, 40-byte body)
2024-05-24 10:42:28.286 Verbose/KodiNexus: <-- [951] {"id":206,"jsonrpc":"2.0","result":"OK"}

Yatse makes the proper call and Kodi accept it, the rest is on addon side.

1 Like