tma02 / spotispy

Displays the album art from your currently playing Spotify track in full-screen.
http://tma02.github.io/spotispy/
MIT License
80 stars 21 forks source link

Wrong port on Linux #2

Closed mtauban closed 8 years ago

mtauban commented 8 years ago

Spotify web server port is 4371 instead of 4370 on Linux (fresh install of Lubuntu 16.04) . Not sure whether it happens only on my machine or if it is global. Anyway problem solved by hard coding the right port in main.js line 97 let spotifyPort = 4371;

tma02 commented 8 years ago

This shouldn't be necessary since the program cycles through ports 4370 through 4379 until it finds the right port. Have you tried it without the change?

tma02 commented 8 years ago

My bad, it looks like the repo isn't the most recent revision with port detection.

tma02 commented 8 years ago

Port detection has been implemented in v0.0.5. Let me know if there's more problems!

tma02 commented 8 years ago

I will close this now since there hasn't been a response in a while. Let me know if there are still issues!