ezio416 / tm-music-control

Openplanet plugin for controlling music via API
https://openplanet.dev/plugin/musiccontrol
MIT License
0 stars 0 forks source link

Errors and freezes #10

Closed oMqngo closed 9 months ago

oMqngo commented 9 months ago

Music_Control_error_LOG2 Music_Control_error2 Music_Control_error_LOG Music_Control_error

Hello,

When having used the plugin for a while, it keeps showing these error messages several times at once on screen and asks me to look at the log. Ive also had the plugin freeze completely (which also froze my entire game).

Kind regards oMqngo

ezio416 commented 9 months ago

Thanks for the report! I will better handle this and probably add settings to show fewer warnings

oMqngo commented 9 months ago

oh i also forgot to ask: when skipping songs, it takes quite a while to display the right things. Is this "issue" plugin sided or spotify services sided?

ezio416 commented 9 months ago

If by "quite a while" you mean a couple seconds, that is actually on both sides. The way it works is the plugin sends a command (i.e. pause, skip), then Spotify needs to accept it, then the plugin needs to read the new playback state, so it's kind of a round-trip thing. If it's taking longer than a couple seconds, it may be your Internet

ezio416 commented 9 months ago

Issues should mostly be resolved with the next released version (0.3.0). I've added a setting to hide all on-screen error messages, improved loading album art, disabled loading album art when set to not even show it, and improved the logic behind fetching data from the API - greatly reducing the number of error messages in general.

I will close this when the next version is approved & released. Feel free to open again if issues persist.