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

Wrong port on Linux #2

Closed
mtauban opened this issue Aug 6, 2016 · 4 comments
Closed

Wrong port on Linux #2

mtauban opened this issue Aug 6, 2016 · 4 comments

Comments

@mtauban
Copy link

mtauban commented Aug 6, 2016

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
Copy link
Owner

tma02 commented Aug 10, 2016

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
Copy link
Owner

tma02 commented Aug 10, 2016

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

@tma02
Copy link
Owner

tma02 commented Aug 11, 2016

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

@tma02
Copy link
Owner

tma02 commented Sep 14, 2016

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

@tma02 tma02 closed this as completed Sep 14, 2016
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