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

[BUG] All quest 4 exercises piscine/blockchain #2773

Open
mohaskii opened this issue Oct 11, 2024 · 0 comments
Open

[BUG] All quest 4 exercises piscine/blockchain #2773

mohaskii opened this issue Oct 11, 2024 · 0 comments
Labels

Comments

@mohaskii
Copy link

After submitting exercise 2, I encountered this 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)
      at processTimers (node:internal/timers:512:7)

This indicates that the error is in the test file get-account.test.js. After downloading the latest version of the Docker image, I realized that the issue was with the connection link to the local node:
#2771

However, I also noticed that all exercises in this quest have the same issue!
To fix this, simply replace the connection link with http://0.0.0.0:8545 in all the test files.

A quick correction of this bug would be greatly appreciated, as it's blocking our progress in the piscine.

@mohaskii mohaskii added the 🐞 bug Bug label Oct 11, 2024
@mohaskii mohaskii changed the title [BUG] All quest 4 exercises [BUG] All quest 4 exercises piscine/blockchain Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant