mkloubert / vs-media-player

Visual Studio Code extension to control media players like Spotify or VLC directly from the editor.
MIT License
29 stars 5 forks source link

Spotify broken after last spotilocal update #1

Closed JeremyKruman closed 6 years ago

JeremyKruman commented 6 years ago

Every time I try to connect to Spotify, the extension cannot see that Spotify is open. This started recently, right after the spotilocal package got updated to 0.2.0.

I'd guess that forcing the extension to use 0.1.0 in package.json would probably do the trick, but I'm no expert.

mkloubert commented 6 years ago

@JeremyKruman

I have released v1.6.0 and setup package.json, which will only use spotilocal module (0.1.0) now.

JeremyKruman commented 6 years ago

Thanks...strangely, I'm still seeing the same error:

It looks like spotify isn't open. We failed to find spotiflocal url with ports in range 4370-4380.

Spotify is definitely open, and it worked up until a few days ago, so I'm not sure what the issue is.

JeremyKruman commented 6 years ago

Upon doing some more research, it looks like a Spotify update broke all versions of spotilocal < 0.2.0. Is there any chance that this extension will be made compatible with the updated module in the future?

mkloubert commented 6 years ago

@JeremyKruman

Thank you very much!

I have checked both version and the update to version 0.2.0 works now.

I will release a new version of the extension with the latest version of spotilocal this evening (in about 8 hours).

JeremyKruman commented 6 years ago

Great! I'm looking forward to it 😄 thank you for all your work on this amazing extension!