Hi, I have the same issue.
On Watch3 tizen 5.5.0.1 tizen.sound.setVolume(“MEDIA”, X) with 0<X<1 throws an exception:
VM18:1 Uncaught WebAPIException {code: 20, name: “AbortError”, message: “Internal error”, stack: “AbortError: Internal error↵ at NativeManager.ca…lume (:1:2520)↵ at :1:13”}
NativeManager.callSync @ VM18:1
SoundManager.setVolume @ VM27:1
(anonymous) @ VM364:1
Only tizen.sound.setVolume(“MEDIA”, 1) or tizen.sound.setVolume(“MEDIA”, 0) works
My question is: why is working fine on tizen 4.0 and not anymore on Tizen 5.5.0.1 despite the documetnation ?