I have a vision of integrating a white noise track into my bedtime routine. While trying to make this work, I'm stumbling on a seemingly simple step of getting Play Track within my Chromecast Audio Device (a Google Nest Mini) to play anything.
When trying to test a track with the Play Track button, I get the following error: su.litvak.chromecast.api.v2.ChromeCastException: Unable to load media on line 260 (method playTrack)
This seems to be a relatively common error, and I've verified a few common things I've seen in other posts.
- The track is small (80kb), and in mp3 format
- The track is hosted on gitlab and I'm using the raw format (i.e. pasting it into a browser immediately downloads the file with no additional click)
- I am getting the beep alert from the nest mini letting me know its trying to play the track
Any thoughts?
Part two of this is, is there a limit to how big the file can be assuming I can get this to work? In a perfect world I'd have it play a several hour long "rain sounds" track as part of a rule (I understand how to make it attempt to play it through the custom action options)