3

I've been trying to follow the tutorial at https://developers.libra.org/docs/my-first-transaction

But I get the error

Not able to connect to validator at ac.testnet.libra.org:80, error RpcFailure(RpcStatus { status: Unavailable, details: Some("Trying to connect an http1.x server") })

when running ./scripts/cli/start_cli_testnet.sh

Has anyone else gotten this issue? I'm not sure why it wouldn't be available.

TylerH
  • 20,799
  • 66
  • 75
  • 101
rma
  • 1,853
  • 1
  • 22
  • 42

3 Answers3

1

This seems to be fixed on the new master branch of the github repo. If you're running into this problem, you can just git pull and it should be fixed.

rma
  • 1,853
  • 1
  • 22
  • 42
0

I had the same error as I was on a wifi that I think was blocking the rpc call. I no longer have the error.

0

After pull "Use git checkout testnet" will fix