MycroftAI / skill-pandora

Mycroft AI official Pandora Skill - listen to Pandora music
https://mycroft.ai/skills
MIT License
6 stars 12 forks source link

station title was passed as tuple not string #25

Closed krisgesling closed 5 years ago

krisgesling commented 5 years ago

If I say: "play hermitude radio on pandora" I get this log: mycroft-pandora_mycroftai:_play_station:430 - INFO - Starting: ('Hermitude ', 100) and Mycroft responds with:

Playing ( 'Hermitude ', 100 ) on Pandora

_extract_station returns a tuple (station, conf) and we are passing the whole thing on, rather than just station name. Submitting the simplest possible fix, however currently we aren't doing anything with the match confidence.

krisgesling commented 5 years ago

This will fail if _extract_station returns None.

Closing and will resubmit on new branch