You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Now that I got my Zenbot running and simulation working (thanks to you all :=), I ran on the next problem; when I try to backfill the data for the simulation, I always get the following error:
_:~/zenbot$ ./zenbot.sh backfill poloniex.LTC-BTC --days 370
.....
poloniex.LTC-BTC saved 19054 trades 360 days left
.
poloniex.LTC-BTC saved 21814 trades 359 days left
.{ MongoError: connection 1 to localhost:27017 timed out
at Function.MongoError.create (/home/xxxx/zenbot/node_modules/mongodb-core/lib/error.js:29:11)
at Socket. (/home/xxxx/zenbot/node_modules/mongodb-core/lib/connection/connection.js:198:20)
at Object.onceWrapper (events.js:314:30)
at emitNone (events.js:105:13)
at Socket.emit (events.js:207:7)
at Socket.onTimeout (net.js:400:8)
at ontimeout (timers.js:471:11)
at tryOnTimeout (timers.js:306:5)
at Timer.listOnTimeout (timers.js:266:5)
name: 'MongoError',
message: 'connection 1 to localhost:27017 timed out',
saved: false,
obj:
{ trade_id: 11393742,
time: 1507873929000,
size: 13.56835582,
price: 0.01011636,
side: 'sell',
id: 'poloniex.LTC-BTC-11393742',
selector: 'poloniex.LTC-BTC' } }
retrying...
Few other users in this forum have also had this same problem, but I could not find any valid solutions for this. What could I do to make the simulation work??
The text was updated successfully, but these errors were encountered:
Now that I got my Zenbot running and simulation working (thanks to you all :=), I ran on the next problem; when I try to backfill the data for the simulation, I always get the following error:
_:~/zenbot$ ./zenbot.sh backfill poloniex.LTC-BTC --days 370
.....
poloniex.LTC-BTC saved 19054 trades 360 days left
.
poloniex.LTC-BTC saved 21814 trades 359 days left
.{ MongoError: connection 1 to localhost:27017 timed out
at Function.MongoError.create (/home/xxxx/zenbot/node_modules/mongodb-core/lib/error.js:29:11)
at Socket. (/home/xxxx/zenbot/node_modules/mongodb-core/lib/connection/connection.js:198:20)
at Object.onceWrapper (events.js:314:30)
at emitNone (events.js:105:13)
at Socket.emit (events.js:207:7)
at Socket.onTimeout (net.js:400:8)
at ontimeout (timers.js:471:11)
at tryOnTimeout (timers.js:306:5)
at Timer.listOnTimeout (timers.js:266:5)
name: 'MongoError',
message: 'connection 1 to localhost:27017 timed out',
saved: false,
obj:
{ trade_id: 11393742,
time: 1507873929000,
size: 13.56835582,
price: 0.01011636,
side: 'sell',
id: 'poloniex.LTC-BTC-11393742',
selector: 'poloniex.LTC-BTC' } }
retrying...
Few other users in this forum have also had this same problem, but I could not find any valid solutions for this. What could I do to make the simulation work??
The text was updated successfully, but these errors were encountered: