Closed lolodomo closed 3 months ago
Here is the provided JSON leading to the error:
{"password":"","action":"STOP","media_type":"VIDEO","media":null,"position":0}
Certainly the same issue as already encountered while using an ENUM in the record leading to value in uppercase in the provided JSON while the API expects lowercase.
Problem confirmed. Even with parameters in lowercase, I now encounter a second problem, the response of the API is simply this JSON:
{"success":true}
And this leads to an IllegalArgumentException in controlSingleton because there is no result field.
Ok, I was finally able to make it work. I will test more in details and then provide a fix.
Using the "audio play" console command and the Revolution player as audio sink:
I will investigate.