chromecast-java-api-v2 icon indicating copy to clipboard operation
chromecast-java-api-v2 copied to clipboard

getting INVALID_COMMAND

Open yogaredhat opened this issue 5 years ago • 1 comments

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)

yogaredhat avatar Aug 10 '20 01:08 yogaredhat

Maybe provide more detail about your use of the load function? Some code?

grolschie avatar Nov 06 '20 22:11 grolschie