While I do wish I could wire up my preferred streaming service, I’ve been getting a lot out of “play radio.” I often just need it for ambient sound while working and I appreciate that it opens a random radio station so I’m not always listening to the same thing.
I did open an issue because the wake word appears to not work when the radio is playing
opened 05:17PM - 29 Dec 22 UTC
bug
**Describe the bug**
Mycroft II doesn't respond to wake word or listen to comma… nds when radio is playing.
**To Reproduce**
Steps to reproduce the behavior:
1. Tell mycroft to play radio
2. Allow radio to play
3. Use the wake word
4. Mycroft will not respond and the LED will not light up.
This behavior also occurs when you press the button and the LED is lit up. Mycroft just doesn't appear to be listening.
**Expected behavior**
Expected behavior is that mycroft
**Log files**
Logs don't appear to register anything after I begin playing despite pressing the button and issuing commands.
```
-- Logs begin at Thu 2019-02-14 10:12:03 UTC. --
Dec 29 17:13:10 localhost.localdomain python[588]: DEBUG:mycroft.util.log:Utterance after cleaning: ''
Dec 29 17:13:10 localhost.localdomain python[588]: DEBUG:mycroft.util.log:ENDPOINT: stations/search?language=english&limit=1000&hidebroken=true&order=clickcount&reverse=true&tagList=classic+rock
Dec 29 17:13:10 localhost.localdomain python[588]: DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): at1.api.radio-browser.info:443
Dec 29 17:13:14 localhost.localdomain python[588]: DEBUG:urllib3.connectionpool:https://at1.api.radio-browser.info:443 "GET /json/stations/search?language=english&limit=1000&hidebroken=true&order=clickcount&reverse=true&tagList=classic+rock HTTP/1.1" 200 None
Dec 29 17:13:14 localhost.localdomain python[588]: DEBUG:mycroft.util.log:Successful response from RadioBrowser server: https://at1.api.radio-browser.info/json/
Dec 29 17:13:14 localhost.localdomain python[588]: DEBUG:play-radio.mark2:Getting mime type for http://softrock-ice.purestream.net/softrock.mp3
Dec 29 17:13:14 localhost.localdomain python[588]: DEBUG:play-radio.mark2:Getting mime type for Soft Rock Radio
Dec 29 17:13:14 localhost.localdomain python[588]: DEBUG:play-radio.mark2:Attempting to check mime type: try 1
Dec 29 17:13:14 localhost.localdomain python[588]: DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): softrock-ice.purestream.net:80
Dec 29 17:13:14 localhost.localdomain python[588]: DEBUG:urllib3.connectionpool:http://softrock-ice.purestream.net:80 "HEAD /softrock.mp3 HTTP/1.1" 200
```
**Environment (please complete the following information):**
Mark II
mycroft-dinkum
1 Like