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
When trying to compile this exercise, I encountered the following error:
"before all" hook for"Should get the first account":
Error: Timeout of 10000ms exceeded. For async tests and hooks, ensure "done()" is called;if returning a Promise, ensure it resolves. (/jail/test/get-account.test.js)
at listOnTimeout (node:internal/timers:569:17)
This error references the file get-account.test.js. As a result, I downloaded the Docker image test-blockchain to investigate further. After changing the URL from http://localhost:8545 to http://0.0.0.0:8545, it worked.
A fix for this bug would be greatly appreciated because its blocking us in our blockchain piscine. :)
The text was updated successfully, but these errors were encountered:
get-account
Error in the test environment for this exercise
When trying to compile this exercise, I encountered the following error:
This error references the file
get-account.test.js
. As a result, I downloaded the Docker imagetest-blockchain
to investigate further. After changing the URL fromhttp://localhost:8545
tohttp://0.0.0.0:8545
, it worked.A fix for this bug would be greatly appreciated because its blocking us in our blockchain piscine. :)
The text was updated successfully, but these errors were encountered: