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 - foorenool

Pages: [1]
1
While running add-pairs job the below exception is thrown and the autoconfig-pairVariables.json file is zapped!

{ RequestTimeout: binance GET https://api.binance.com/api/v3/ticker/24hr request timed out (10000 ms)
    at module.exports.initRestRateLimiter.executeRestRequest.timeout.catch (/snapshot/test/Desktop/dsg/node_modules/ccxt.pro/node_modules/ccxt/js/base/Exchange.js:397:27)
    at <anonymous>
  constructor: [Function: RequestTimeout],
  name: 'RequestTimeout' } 'Unhandled Rejection at Promise' Promise {
  <rejected> { RequestTimeout: binance GET https://api.binance.com/api/v3/ticker/24hr request timed out (10000 ms)
    at module.exports.initRestRateLimiter.executeRestRequest.timeout.catch (/snapshot/test/Desktop/dsg/node_modules/ccxt.pro/node_modules/ccxt/js/base/Exchange.js:397:27)
    at <anonymous>
  constructor: [Function: RequestTimeout],
  name: 'RequestTimeout' } }

Loading config...

------
------
An error occured while importing user variables. Reason: import file is corrupted.

2
I am having the same issue, just tried to add Kraken as a 2nd exchange on gunbot 18.8.8 and gunbot is failing to start with the same error messages

3
After restarting bots this morning they are failing on below error message

  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.69.201:5000',
        cause: [Error],
        error: [Error],
        options: [Object],
        response: undefined },
     _rejectionHandler0: undefined,
     _promise0: undefined,
     _receiver0: undefined,
     _onCancelField: undefined,
     _branchesRemainingToCancel: 1,
     _cancellationParent: undefined } }




Pages: [1]