Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common Play framework interacts weird with active timer #3123

Open
osheroff opened this issue Aug 7, 2022 · 0 comments
Open

Common Play framework interacts weird with active timer #3123

osheroff opened this issue Aug 7, 2022 · 0 comments
Labels

Comments

@osheroff
Copy link

osheroff commented Aug 7, 2022

Describe the bug
With a running timer, starting to play a song with the CPS asks "do you want to stop the running timer"? This line:

self.bus.emit(message.forward("mycroft.stop"))
emits a "mycroft.stop" event, which is interpreted by the timer skill as intending to stop the timer.

To Reproduce
Steps to reproduce the behavior:

  1. "Start a timer for 5 minutes"
  2. "Play songs by Tom Waits on Spotify"
@osheroff osheroff added the bug label Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant