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

Pages: [1]
1
Technical Support & Development / Re: Some questions about Stepgain.
« on: October 22, 2017, 02:21:07 AM »
I know this is an old post, but I was just reading it and believe I know why it is cycling faster than your setting.  Note that at the bottom of the response it says "need_faster: true."    That means the bot has decided it needs to keep faster track of the prices because thing are changing and it might want to make a buy/sell.

2
FYI, was able to get help directly via Telegram.  Problem was with API Key.  Had to setup a new one and switch license.  After that bot worked again. 

3
Hi, I tried getting version 5.0.5 setup and running.  I ran into some problems so I decided to just switch back to version 3.3.2 for the moment.  But when I switched back, now I get error code 422 over and over and over again. 

Attaching logs and config file (with secret XXed out).


The app is throwing an exception:

Creating market client for USDT_BTC pair
Activating hot reconfig...
###[ --2017/10/13 20:13:33--poloniex--USDT_BTC  --  Gunbot v3.3 cycle #1 --------------- ]
::::: collecting market data...
Server running at http://127.0.0.1:50459
(node:20292) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
Unhandled rejection Error: statusCode 422
    at Object.console.C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\poloniex.js.module.exports.Market.getLastBuyRate.poloniex.returnTradeHistory [as callback] (evalmachine.<anonymous>:0:0)
    at C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\async\dist\async.js:2243:31
    at C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\async\dist\async.js:906:16
    at Request._callback (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\plnx\lib\index.js:134:7)
    at Request.self.callback (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\request\request.js:188:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:192:7)
    at Request.<anonymous> (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\request\request.js:1171:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:189:7)
    at IncomingMessage.<anonymous> (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\request\request.js:1091:12)
    at Object.onceWrapper (events.js:291:19)
    at emitNone (events.js:91:20)
    at IncomingMessage.emit (events.js:186:7)
    at endReadableNT (_stream_readable.js:974:12)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)
Unhandled rejection Error: statusCode 422
    at Object.console.C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\poloniex.js.module.exports.Market.getLastBuyRate.poloniex.returnTradeHistory [as callback] (evalmachine.<anonymous>:0:0)
    at C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\async\dist\async.js:2243:31
    at C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\async\dist\async.js:906:16
    at Request._callback (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\plnx\lib\index.js:134:7)
    at Request.self.callback (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\request\request.js:188:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:192:7)
    at Request.<anonymous> (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\request\request.js:1171:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:189:7)
    at IncomingMessage.<anonymous> (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\request\request.js:1091:12)
    at Object.onceWrapper (events.js:291:19)
    at emitNone (events.js:91:20)
    at IncomingMessage.emit (events.js:186:7)
    at endReadableNT (_stream_readable.js:974:12)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)

Pages: [1]