Jump to content
McKay Development

Deepwater

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Deepwater

  1. 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 

×
×
  • Create New...