Open JMLX42 opened 8 years ago
Sometimes, the timeout is somewhere else:
Error: Script terminated by timeout at:
[374]</SHA256.prototype._update@https://cocorico.cc/app.js:824:6055
[371]</BlockHash.prototype.update@https://cocorico.cc/app.js:818:810
[372]</Hmac.prototype._init@https://cocorico.cc/app.js:820:528
Hmac@https://cocorico.cc/app.js:820:154
[366]</HmacDRBG.prototype._hmac@https://cocorico.cc/app.js:808:937
[366]</HmacDRBG.prototype._update@https://cocorico.cc/app.js:808:1099
[366]</HmacDRBG.prototype.generate@https://cocorico.cc/app.js:808:1829
[785]</EC.prototype.sign@https://cocorico.cc/app.js:2037:1653
[775]</</exports.sign@https://cocorico.cc/app.js:2012:3993
[776]</</module.exports/<.sign@https://cocorico.cc/app.js:2017:6745
[767]</</exports.ecsign@https://cocorico.cc/app.js:1980:4103
[764]</</Transaction.prototype.sign@https://cocorico.cc/app.js:1971:1823
[547]</</signTx@https://cocorico.cc/app.js:1372:338
[1464]</module.exports<._getVoteTransaction@https://cocorico.cc/app.js:3482:1333
[1464]</module.exports<._vote@https://cocorico.cc/app.js:3482:1445
[1403]</module.exports.listen/e@https://cocorico.cc/app.js:3360:160
[1399]</EventEmitter.prototype.emit@https://cocorico.cc/app.js:3352:708
[1403]</module.exports.trigger@https://cocorico.cc/app.js:3360:438
[1403]</module.exports.triggerAsync/<@https://cocorico.cc/app.js:3360:545
npm cache clear
rm -rf node_modules
npm install
and then rebuilding my app seams to have fixed the problem. I'm letting this open just in case it's not really fixed/someone else can reproduce this.
Will close in a few days if I can't reproduce.
Cheers,
I am using eth-lightwallet to generate accounts and then sign and create contract. I am able to create a contract and send raw transaction to blockchain node. Now i want to call one of the contract function which accepts 4-5 arguements and sets those arguements in variables. But I am not able to do this. Getting error as "Cannot read property 'inputs' of undefined".. Any help appreciated
Hi,
the browser (Chrome, Firefox) hangs when I call
signing.signTx()
. The process takes 100% CPU and never ends. Thus, I'm thinking there is an infinite loop somewhere.Here is how I create my Keystore:
and how I create an account:
and here is how I create and sign the transaction:
But the call to
signing.signTx
never ends. In Firefox, here is the timeout callstack:How can we investigate and solve this?
Thanks,