2024-06-21, 07:28 AM
(This post was last modified: 2024-06-21, 08:01 AM by 10rounds. Edited 1 time in total.)
Thank you for pointing out the mistake. I corrected the command to use "SetRepeatMode":
but I am still encountering issues with same response:
Code:
curl -X POST 'http://192.168.8.189:8096/Sessions/a3ae737dd0cf133d8bc7a337c890xxxx/Command' -H 'Authorization: MediaBrowser Token="d27a9860d748492a8a6ea84d4159xxxx"' -H 'accept: application/json' --insecure -d '{"Name": "SetRepeatMode", "ControllingUserId": "68b3fbf4c76942e9aed2af49431exxxx", "Arguments": {"RepeatMode": "RepeatNone"}}' | jq .
but I am still encountering issues with same response:
Code:
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.13",
"title": "Unsupported Media Type",
"status": 415,
"traceId": "00-1f37b376ce268fe67d4585288cc66338-6fce86d7f340ffa9-00"
}