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] get-account subject #2771

Closed
mohaskii opened this issue Oct 11, 2024 · 1 comment
Closed

[BUG] get-account subject #2771

mohaskii opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels

Comments

@mohaskii
Copy link

get-account


Error in the test environment for this exercise

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. :)

@zanninso
Copy link
Contributor

Thank you @mohaskii for reporting that issue, we already working on it.It will be solved as soon as possible

@HarryVasanth HarryVasanth changed the title get-account subject [BUG] get-account subject Oct 18, 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

3 participants