-
Notifications
You must be signed in to change notification settings - Fork 0
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
ECONNREFUSED 127.0.0.1:4370 error #1
Comments
Not sure what could have caused this. Do you have Spotify running prior to starting the bot? |
I had Spotify open when i ran it it said that same for if spotify is closed, people I guess been having that problem with node-spotify-webhelper as I googles the error and alot of the same came up like this |
In that case try updating the node modules within the spotibot folder by running |
no it didnt work, still says the same thing |
I was able to fix the error myself I used Webroot SecureAnywhere to view all the connections being made on my computer and went to the one being made by spotify.exe which is 127.0.0.1:4381, you have to update 2 things inside the BEFORE MODIFICATION AFTER MODIFICATION cause if u try to access the TCP4 using https then it will unexpectedly close the port, so if u type it in as |
This is an issue with node-spotify-webhelper, closing the issue. |
I keep getting
{ Error: connect ECONNREFUSED 127.0.0.1:4370 at Object._errnoException (util.js:1024:11) at _exceptionWithHostPort (util.js:1046:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14) code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 4370 }
when i run the run.bat file
The text was updated successfully, but these errors were encountered: