jeroentvb / spicetify-playlist-icons

Add the icon of a playlist in front of the playlist in the playlist list.
MIT License
42 stars 3 forks source link

Broken on update #7

Closed Updog36 closed 2 years ago

Updog36 commented 2 years ago

The extension seems broken on my end for a few updates already. A Spotify update probably broke the .js execution. I'm unsure on how I could debug further as the only thing I could catch on was the .js failing to create any html element in the sidebar.

jeroentvb commented 2 years ago

I am unable to reproduce the issue. Using the same versions as you are, except spicetify, cause 2.11.2 doesn't exist (using 2.11.1).

Could you share a screenshot of your console log?

Updog36 commented 2 years ago

My bad, it was a typo I didn't bother proof-reading for.

I saved a .log file of:

  1. Downloading the extension
  2. Pressing reload now
  3. Standing by on the marketplace screen after reloading

Screenshot

jeroentvb commented 2 years ago

I don't see any playlist icons related issue in the log.

One thing you could try is manually installing playlist icons and see if that works. This rules out if it's a marketplace issue. Installation instructions here. Dist file here.

Updog36 commented 2 years ago

I've done so, to the same result.

But, in doing all that, I have opened the config-xpui.ini to check if the .js is there, only to find that the sidebar_config is set to 0 since the playlist-icons managed to break my sidebar a few Spotify updates ago (it made it so the sidebar scrolled past all the playlists into nothing) and I guess I forgot all about that.

Thank you for helping me rectify the problem, and sorry for the troubles :)