Jump to content
McKay Development

Node.JS error


Deepwater

Recommended Posts

So whilst my bot is trying to log in this happens

socket error: Error: connect EACCES XXXXXXXXX:27017
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
socket closed with an error
waiting 1 secs
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
connecting to 72.165.61.185:27018
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
socket timed out
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
socket closed
connecting to 72.165.61.176:27018
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
socket timed out
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
socket closed
connecting to 72.165.61.187:27018
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
socket timed out
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
socket closed
connecting to 72.165.61.175:27018
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
connected
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
encrypt request
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
handshake complete
(node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
Logged in!

I replaced the top IP with X

 

After it logs in i then get this:

events.js:163
      throw er; // Unhandled 'error' event
      ^

Error: connect ECONNREFUSED 127.0.0.1:3306
    at Object.exports._errnoException (util.js:1050:11)
    at exports._exceptionWithHostPort (util.js:1073:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1093:14)

Any help would be appreciated 

Link to comment
Share on other sites

Can you add your login code? That deprecation warning is not normal, Also 3306 port its often used by MySQL servers, so if you are trying to connect to database, its probably that your mysql server is not running or there's a problem in your connection

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...