chromecast-java-api-v2
chromecast-java-api-v2 copied to clipboard
getting INVALID_COMMAND
I was able to connect to device successfully. I tried pause and is working fine but when I try to use load function as describe in readme , its giving me this error.
su.litvak.chromecast.api.v2.ChromeCastException: Invalid request: INVALID_COMMAND at su.litvak.chromecast.api.v2.Channel.send(Channel.java:388) at su.litvak.chromecast.api.v2.Channel.sendStandard(Channel.java:348) at su.litvak.chromecast.api.v2.Channel.load(Channel.java:505) at su.litvak.chromecast.api.v2.ChromeCast.load(ChromeCast.java:448)
Maybe provide more detail about your use of the load function? Some code?