forslund / spotify-skill

Mycroft Skill to control spotify using the Spotify Connect API
Apache License 2.0
71 stars 38 forks source link

skill is sometimes not active #123

Open jshep321 opened 4 years ago

jshep321 commented 4 years ago

I've seen this several times and I think it only happens after an update. Spotify (on picroft) worked fine last night. Not today. Some logs attached. Immediately try again... works fine. weird....

spotifyfaillog.txt

forslund commented 4 years ago

Interesting. It looks like the Spotify skill produces a response with high confidence. Possibly the playback control skill got it too late?

 10:49:10.387 | INFO     |   676 | SpotifySkill | Spotify confidence: 1.0
~~~rls': {'spotify': 'https://open.spotify.com/user/<omitted>'}}, 'snapshot_id': <omitted>}}

Was the answer ("It sounds like you are trying to listen to some music...") quick or slow (5 seconds or so after the "let me look for that")? If it was quick the timeout logic in the playback control skill that may be to blame.

I'll keep my eyes out for this on my device.