-
Notifications
You must be signed in to change notification settings - Fork 695
infinite event loop #56
Comments
Calling |
First, it's hard to debug when I can't see the code that makes the Second, that error means there's not enough Ether in the address you're I don't have enough information to start debugging, or to assume it isn't
|
I know that. But why does it happen with Here is the contract:
|
Here is infinite event emitting loop issue in the very simple situation: http://ethereum.stackexchange.com/questions/2614/event-watch-gets-fired-infinitely-many-times UPD I tried the very same script with geth and it worked properly, so it is probably a testrpc issue. |
Hi, just stumble upon the same problem, but bug is not that the event got emitted infinitely, bug is that after calling |
@kumavis @FlySwatter Have you seen this? |
i have seen this before MetaMask/web3-provider-engine#55 |
Fixed and published in v2.0.3. |
I get this error with
testrpc
:First of all, I don't get this error with
geth
.But also after this error, an event which is supposed to be emitted at the very end of the smart contract function is emitted in a infinite loop:
Since the transaction cannot occur, it would be surprisingly to have this event emitted even once.
But here it's emitted in a loop.
Any idea what's wrong?
Thank you !
The text was updated successfully, but these errors were encountered: