I did node start.js and things work ok with last line being as below
From this point, output will be redirected to C:\Users\dhama\AppData\Local/headless-byteball/log.txt
To release the terminal, type Ctrl-Z, then 'bg'
But suddenly it breaks with following issue:
D:\testbb\headless-byteball\node_modules\byteballcore\headers_commission.js:92
var next_mc_unit_props = storage.assocStableUnitsByMci[parent.main_chain_index+1].find(function(props){return props.is_on_main_chain});
^
TypeError: Cannot read property 'find' of undefined
at D:\testbb\headless-byteball\node_modules\byteballcore\headers_commission.js:92:91
at Array.forEach ()
at D:\testbb\headless-byteball\node_modules\byteballcore\headers_commission.js:90:22
at Statement. (D:\testbb\headless-byteball\node_modules\byteballcore\sqlite_pool.js:115:6)
I did node start.js and things work ok with last line being as below From this point, output will be redirected to C:\Users\dhama\AppData\Local/headless-byteball/log.txt To release the terminal, type Ctrl-Z, then 'bg'
But suddenly it breaks with following issue:
D:\testbb\headless-byteball\node_modules\byteballcore\headers_commission.js:92 var next_mc_unit_props = storage.assocStableUnitsByMci[parent.main_chain_index+1].find(function(props){return props.is_on_main_chain}); ^
TypeError: Cannot read property 'find' of undefined at D:\testbb\headless-byteball\node_modules\byteballcore\headers_commission.js:92:91 at Array.forEach ()
at D:\testbb\headless-byteball\node_modules\byteballcore\headers_commission.js:90:22
at Statement. (D:\testbb\headless-byteball\node_modules\byteballcore\sqlite_pool.js:115:6)