Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Callback was already called #72

Closed
ggrieco-tob opened this issue Sep 21, 2020 · 3 comments · Fixed by #73
Closed

Error: Callback was already called #72

ggrieco-tob opened this issue Sep 21, 2020 · 3 comments · Fixed by #73

Comments

@ggrieco-tob
Copy link
Member

If you try to use etheno with balance-core, you will get an error:

$ etheno --truffle --ganache -p 7545 -i 5777 -x export.json
INFO     [09-21|10:37:35][Ganache@7546] Ganache CLI v6.10.2 (ganache-core: 2.11.3)
INFO:Ganache@7546:Ganache CLI v6.10.2 (ganache-core: 2.11.3)
INFO     [09-21|10:37:35][Ganache@7546] Error: Callback was already called.
INFO:Ganache@7546:Error: Callback was already called.
INFO     [09-21|10:37:35][Ganache@7546]     at /home/g/Code/balancer-core/node_modules/ganache-cli/build/ganache-core.node.cli.js:19:276
INFO:Ganache@7546:    at /home/g/Code/balancer-core/node_modules/ganache-cli/build/ganache-core.node.cli.js:19:276
INFO     [09-21|10:37:35][Ganache@7546]     at s.<anonymous> (/home/g/Code/balancer-core/node_modules/ganache-cli/build/ganache-core.node.cli.js:19:2238)
INFO:Ganache@7546:    at s.<anonymous> (/home/g/Code/balancer-core/node_modules/ganache-cli/build/ganache-core.node.cli.js:19:2238)
INFO     [09-21|10:37:35][Ganache@7546]     at s.emit (events.js:314:20)
INFO:Ganache@7546:    at s.emit (events.js:314:20)
INFO     [09-21|10:37:35][Ganache@7546]     at s.destroy (/home/g/Code/balancer-core/node_modules/ganache-cli/build/ganache-core.node.cli.js:39:744240)
INFO:Ganache@7546:    at s.destroy (/home/g/Code/balancer-core/node_modules/ganache-cli/build/ganache-core.node.cli.js:39:744240)
INFO     [09-21|10:37:35][Ganache@7546]     at finish (_stream_writable.js:670:14)
INFO:Ganache@7546:    at finish (_stream_writable.js:670:14)
INFO     [09-21|10:37:35][Ganache@7546]     at processTicksAndRejections (internal/process/task_queues.js:80:21)
INFO:Ganache@7546:    at processTicksAndRejections (internal/process/task_queues.js:80:21)
@ESultanik
Copy link
Member

I was unable to reproduce on Ganache CLI v6.10.2 (ganache-core: 2.11.3) and Node v10.22.0. What’s your output for ganache-cli --version and node --version?

@ggrieco-tob
Copy link
Member Author

$ ganache-cli --version
Ganache CLI v6.10.2 (ganache-core: 2.11.3)
$ node --version
v14.11.0

@ESultanik
Copy link
Member

This is a known issue in ganache-cli with Node 14: trufflesuite/ganache#732

I will add a warning in the Etheno README about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants