OpenVoiceOS / ovos-skill-spotify

3 stars 2 forks source link

Can't stop playing #13

Closed puckettgw closed 2 months ago

puckettgw commented 2 months ago

Using spotifyd as the speaker device.

I can't seem to get this to stop playing once it starts.

2024-09-10 11:56:21.160 - voice - ovos_dinkum_listener.voice_loop.voice_loop:run:234 - INFO - Wakeword detected
2024-09-10 11:56:23.728 - voice - ovos_dinkum_listener.voice_loop.voice_loop:run:268 - INFO - speech finished
2024-09-10 11:56:25.430 - voice - ovos_dinkum_listener.voice_loop.voice_loop:_after_cmd:787 - INFO - transcribed: [('"Stop."', 1.0)]

It also seems to stop the TTS from working completely if I stop/pause playing on spotifyd via another device. my assistant won't respond to any other commands even though I can see in the voice logs that they are being picked up and parsed correctly.

If I restart ovos and then ask a question, e.g. 'what time is it', that works as expected.

How do I make it stop?