Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BotLife

Pages: [1]
1
I'm  only connecting to Coinbase-Pro (Gdax)

I don't know what could be causing this....

2
Hi
I'm getting a Ping not available error

Could some one explain what that means? Could this be interfering with Gunbot trying to instigate a purchase?

Gunbot running on pro-coinbase (gadx) exchange.

This is the first time i'm using a configuration on Gdax.

Every so often i'm getting this error statement bellow on the terminal window, Mac:

-----------------------------------------------------
BEGIN TSSL PROCESS FOR BUY STRATEGY

All good...keep calm and Gunbot.
Ping not available...
{ RequestError: Error: connect ECONNREFUSED 138.197.xx.xxx:5000
    at new RequestError (/snapshot/gblackv12/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.module.exports.plumbing.callback (/snapshot/gblackv12/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/snapshot/gblackv12/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at Request.init.self.callback (/snapshot/gblackv12/node_modules/request/request.js:185:22)
    at Request.emit (events.js:159:13)
    at Request.onRequestError (/snapshot/gblackv12/node_modules/request/request.js:881:8)
    at ClientRequest.emit (events.js:159:13)
    at Socket.socketErrorListener (_http_client.js:389:9)
    at Socket.emit (events.js:159:13)
    at emitErrorNT (internal/streams/destroy.js:64:8)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9)
  name: 'RequestError',
  message: 'Error: connect ECONNREFUSED 138.197.xx.xxx:5000',
  cause:
   { Error: connect ECONNREFUSED 138.197.xx.xxx:5000
    at Object._errnoException (util.js:1031:13)
    at _exceptionWithHostPort (util.js:1052:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1195:14)
     errno: 'ECONNREFUSED',
     code: 'ECONNREFUSED',
     syscall: 'connect',
     address: '138.197.xx.xxx',
     port: 5000 },
  error:
   { Error: connect ECONNREFUSED 138.197.xx.xxx:5000
    at Object._errnoException (util.js:1031:13)
    at _exceptionWithHostPort (util.js:1052:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1195:14)
     errno: 'ECONNREFUSED',
     code: 'ECONNREFUSED',
     syscall: 'connect',
     address: '138.197.xx.xxx',
     port: 5000 },
  options:
   { uri: 'http://api.gunthy.org:5000/ping',
     method: 'POST',
     body: 'H/Ue9O0S5yRiGtPRmFEgxj1wFvz4y79Jn/duxpI7URIbPty0kBvls6+ysV4wDk4vAPTQVaHi05QV2MVspiFXjw==',
     headers: { 'content-type': 'text/plain' },
     callback: [Function: RP$callback],
     transform: undefined,
     simple: true,
     resolveWithFullResponse: false,
     transform2xxOnly: false },
  response: undefined }
[]

************************************************************************************************

Pages: [1]