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

spotify_playing_title update issue #5

Closed
MisfitBanjax opened this issue Jul 16, 2022 · 3 comments
Closed

spotify_playing_title update issue #5

MisfitBanjax opened this issue Jul 16, 2022 · 3 comments

Comments

@MisfitBanjax
Copy link

spotify_playing_title variable doesn't seem to update until something else triggers it. In my case specifically whenever I use a button to adjust Spotify volume it seems to trigger the variable to update on a button I have to display whatever is currently playing. Doesn't seem to update on it's own.

@MisfitBanjax
Copy link
Author

MisfitBanjax commented Jul 16, 2022

[EDIT] Probably not related but I felt self-conscious with 2 Issues opened already so I wanted to mention that I have had constant spotify disconnections on macrodeck with the following error:
"[SpotifyPlugin] [Error] >> Error: The given key 'spotify' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Develeon64.SpotifyPlugin.Utils.SpotifyHelper.UpdateVars(Boolean wait) in D:\Temp\Develeon64.SpotifyPlugin\Utils\SpotifyHelper.cs:line 162"

Could this have been triggered by something on my end?

@Develeon64
Copy link
Collaborator

I recently changed something for activating the "has-playing-changed?" interval.
Maybe this broke asking Spotify regularly. I just changed it again and it should be fixed in the next update. (I still need some time for it tho)

Regarding the Error: This error is saying, that the plugin can't fetch the Song's share URL. I don't know at the moment, why this could even happen. The API isn't very good documentated. But I'll take a look into this.

@Develeon64
Copy link
Collaborator

Develeon64 commented Oct 6, 2022

Should be fixed with: 2940324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants