-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix news no stop #2897
Fix news no stop #2897
Conversation
Hello @ken-mycroft! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
Voight Kampff Integration Test Succeeded (Results) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
@@ -165,6 +165,8 @@ def __handle_play_start(self, message): | |||
# "... on the chromecast" | |||
self.play_service_string = phrase | |||
|
|||
self.bus.emit(Message('active_skill_request', {'skill_id': self.skill_id})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im late to the party, but theres a MycroftSkill method that handles this self.make_active()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was getting called inconsistently based on match types. I deprecated it in the next PR
Description
Fixes Jira SKILL-108
How to test
Try to stop the news playback using anything other than the word stop
Contributor license agreement signed?
yes