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

Tests fail out the gate #1865

Closed
developdeez opened this issue May 3, 2022 · 3 comments
Closed

Tests fail out the gate #1865

developdeez opened this issue May 3, 2022 · 3 comments
Labels

Comments

@developdeez
Copy link

Keep getting this error when testing the base model.
Is initialized!:
Error: failed to get recent blockhash: FetchError: request to http://localhost:8899/ failed, reason: connect ECONNREFUSED ::1:8899

I've tried while running validator locally and not. It doesn't work.
Is there a fix coming?

@developdeez developdeez changed the title Tests fail out the gate and Discord is poorly built Tests fail out the gate May 3, 2022
@tomlinton
Copy link
Contributor

FetchError: request to http://localhost:8899/ failed, reason: connect ECONNREFUSED

If you've started a validator locally I can't see how it is possible that nothing is running on this port.

How are you running the tests? Does solana-test-validator give you any error output?

@tomlinton
Copy link
Contributor

Actually maybe use node 16 per solana-labs/example-helloworld#392 (comment)

@acheroncrypto
Copy link
Collaborator

This could be related to Node version as the previous comment suggested but it also could be a Solana setup issue.

Closing because it's an old issue and there isn't enough information.

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

4 participants
@tomlinton @developdeez @acheroncrypto and others