Closed goldyfruit closed 3 years ago
I can see where we aren't passing the param along, but I can't seem to repro, so I'm gonna take this in steps. First step, try passing the param along =P
@goldyfruit ostensible fix branch is bug/handle_stop
@goldyfruit ostensible fix branch is
bug/handle_stop
The fix works for me, this is the log output when I use the stop
utterance:
2021-02-06 17:59:40.162 | DEBUG | 1 | mycroft.skills.intent_service:_normalize_all_utterances:73 | Utterances: [('stop',)]
2021-02-06 17:59:40.173 | DEBUG | 1 | mycroft.skills.intent_service:_normalize_all_utterances:73 | Utterances: [('stop',)]
2021-02-06 17:59:40.177 | DEBUG | 1 | mycroft.skills.intent_services.padatious_service:_match_level:179 | Padatious Matching confidence > 0.95
2021-02-06 17:59:40.568 | DEBUG | 1 | mycroft.skills.intent_services.padatious_service:_match_level:179 | Padatious Matching confidence > 0.95
2021-02-06 17:59:40.805 | INFO | 1 | Playback Control Skill | Audio service status: {}
Thanks @ChanceNCounter
When using the
stop
command from the CLI it returns an error on 4 different skills.I'm using the
dev
version with the latest commit.Errors from the
skills.log
: