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 16, 2020. It is now read-only.
Gekko crashes when ready to give advice with the following:
2015-01-22 11:00:53 (INFO): We have all required history, going to calculate advice from this point.
/home/pi/gekko/core/candleManager.js:560
TypeError: Object false has no method 'find'
at Manager.getCandles (/home/pi/gekko/core/candleManager.js:560:35)
at bound as getCandles
at iterator (/home/pi/gekko/core/candleManager.js:516:10)
at bound (/home/pi/gekko/node_modules/lodash/dist/lodash.js:729:21)
at /home/pi/gekko/node_modules/async/lib/async.js:227:13
at /home/pi/gekko/node_modules/async/lib/async.js:111:13
at _each (/home/pi/gekko/node_modules/async/lib/async.js:32:24)
at async.each (/home/pi/gekko/node_modules/async/lib/async.js:110:9)
at _asyncMap (/home/pi/gekko/node_modules/async/lib/async.js:226:9)
Program node gekko exited with code 8
Starting child process with 'node gekko'
then when restarted it will state it need data for another 15 hours
The text was updated successfully, but these errors were encountered:
Gekko crashes when ready to give advice with the following:
2015-01-22 11:00:53 (INFO): We have all required history, going to calculate advice from this point.
/home/pi/gekko/core/candleManager.js:560
TypeError: Object false has no method 'find'
at Manager.getCandles (/home/pi/gekko/core/candleManager.js:560:35)
at bound as getCandles
at iterator (/home/pi/gekko/core/candleManager.js:516:10)
at bound (/home/pi/gekko/node_modules/lodash/dist/lodash.js:729:21)
at /home/pi/gekko/node_modules/async/lib/async.js:227:13
at /home/pi/gekko/node_modules/async/lib/async.js:111:13
at _each (/home/pi/gekko/node_modules/async/lib/async.js:32:24)
at async.each (/home/pi/gekko/node_modules/async/lib/async.js:110:9)
at _asyncMap (/home/pi/gekko/node_modules/async/lib/async.js:226:9)
Program node gekko exited with code 8
Starting child process with 'node gekko'
then when restarted it will state it need data for another 15 hours
The text was updated successfully, but these errors were encountered: