I’m not sure if this is a webCoRE problem, or a problem with the Chromecast setup I’m using (I posted the same question in that thread over here). I can send text to my chromecasts with the SmartThings Speaker Companion app, however, I can’t seem to get it to work with webCoRE, speak (or play track) method. Here’s what I get:
33c09dee-4865-4301-a023-ecca3ad23b1f 12:40:02 PM: error groovy.lang.MissingMethodException: No signature of method: script15074016013751480490087.playTrack() is applicable for argument types: (java.lang.String) values: [https://s3.amazonaws.com/smartapp-media/polly-tts/salli/hello_world_.mp3]
Possible solutions: playTrack(java.lang.Object, java.lang.Object), nextTrack(), setTrack(java.lang.Object) @ line 447
33c09dee-4865-4301-a023-ecca3ad23b1f 12:41:09 PM: error groovy.lang.MissingMethodException: No signature of method: script15073625217021480490087.playTrack() is applicable for argument types: (java.lang.String) values: [https://s3.amazonaws.com/smartapp-media/polly-tts/salli/hello_world_.mp3]
Possible solutions: playTrack(java.lang.Object, java.lang.Object), nextTrack(), setTrack(java.lang.Object) @ line 1697
33c09dee-4865-4301-a023-ecca3ad23b1f 12:41:46 PM: error groovy.lang.MissingMethodException: No signature of method: script15074017060331480490087.playTrackAndRestore() is applicable for argument types: (java.lang.String) values: [https://s3.amazonaws.com/smartapp-media/polly-tts/salli/hello_world_.mp3]
Possible solutions: playTrackAndRestore(java.lang.Object, java.lang.Object, java.lang.Object) @ line 1697
The first one is using the speak command, the second is the playTrack command, and the third is the playTrackAndRestore command. All sent from the webCoRE dashboard.
Any ideas?