Does anyone see why I’m not getting any results listening to kodi_call_method_result
on calling kodi.call_method
?
Logs don’t show any entries either
Service: kodi.call_method
Entity: media_player.living_room_kodi
Service Data
entity_id: media_player.living_room_kodi
method: Files.GetDirectory
directory: plugin://plugin.video.arteplussept/sub_category/NEA
media: video
Curl works without hassle:
curl -X POST \
http://raspberrypi:8080/jsonrpc \
-H 'Content-Type: application/json' \
-H 'Host: 127.0.0.1:8080' \
-d '{"jsonrpc":"2.0","id":1,"method":"Files.GetDirectory","params":{"directory": "plugin://plugin.video.arteplussept/sub_category/NEA", "media": "video"}}'