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 running the start_cli_testnet.sh I get this error
Building and running client in debug mode.
Finished dev [unoptimized + debuginfo] target(s) in 1.75s
Running target/debug/client --host ac.testnet.libra.org --port 80 -s ./scripts/cli/trusted_peers.config.toml
Not able to connect to validator at ac.testnet.libra.org:80, error RpcFailure(RpcStatus { status: DeadlineExceeded, details: Some("Deadline Exceeded") })
@dwjorgeb can you please try editing:
libra/client/src/grpc_client.rs
and within the get_default_grpc_call_option() function, change the timeout to a larger value (perhaps 15000) and let me know if that resolves the issue or not.
I have same issue:
Finished dev [unoptimized + debuginfo] target(s) in 3m 37s
Running target/debug/client --host ac.testnet.libra.org --port 80 -s ./scripts/cli/trusted_peers.config.toml
Not able to connect to validator at ac.testnet.libra.org:80, error RpcFailure(RpcStatus { status: DeadlineExceeded, details: Some("Deadline Exceeded") })
My environment:
Linux 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
same issue here :
./scripts/cli/start_cli_testnet.sh
Building and running client in debug mode.
Finished dev [unoptimized + debuginfo] target(s) in 0.25s
Running target/debug/client --host ac.testnet.libra.org --port 80 -s ./scripts/cli/trusted_peers.config.toml
Not able to connect to validator at ac.testnet.libra.org:80, error RpcFailure(RpcStatus { status: DeadlineExceeded, details: Some("Deadline Exceeded") })
on ubuntu 18.04
i tried using vpn and changing the connection but still the same.
@dwjorgeb can you please try editing:
libra/client/src/grpc_client.rs
and within the get_default_grpc_call_option() function, change the timeout to a larger value (perhaps 15000) and let me know if that resolves the issue or not.
Not able to connect to validator at ac.testnet.libra.org:80, error RpcFailure(RpcStatus { status: DeadlineExceeded, details: Some("Deadline Exceeded") })
happened again when running ./scripts/cli/start_cli_testnet.sh
Not able to connect to validator at ac.testnet.libra.org:8001, error RpcFailure(RpcStatus { status: RpcStatusCode(4), details: Some("Deadline Exceeded") })
happened again when running ./scripts/cli/start_cli_testnet.sh
Not able to connect to validator at ac.testnet.libra.org:8001, error RpcFailure(RpcStatus { status: RpcStatusCode(4), details: Some("Deadline Exceeded") }) @davidiw
Could you try updating to the latest branch and try again?
yes, I tryed serveral times, but not work
As you made this post, we were literally in the midst of redeploying our testnet. I suspect you were unlucky. I can confirm that the latest head of testnet is able to connect and mint.
Could you try updating to the latest branch and try again?
yes, I tryed serveral times, but not work
As you made this post, we were literally in the midst of redeploying our testnet. I suspect you were unlucky. I can confirm that the latest head of testnet is able to connect and mint.
Activity
kphfb commentedon Jun 18, 2019
Can you check your network connection and try again?
dwjorgeb commentedon Jun 18, 2019
@kphfb network connection is working fine, apt update and upgrade work fine, can ping and open websites.
kphfb commentedon Jun 18, 2019
@dwjorgeb can you please try editing:
libra/client/src/grpc_client.rs
and within the get_default_grpc_call_option() function, change the timeout to a larger value (perhaps 15000) and let me know if that resolves the issue or not.
lingani commentedon Jun 18, 2019
Hi, I still have the error after changing timeout to 15000 or larger.
nootfly commentedon Jun 19, 2019
Hi, I still have the error after changing timeout to 15000 or larger.
blockchain1977 commentedon Jun 19, 2019
I have same issue:
Finished dev [unoptimized + debuginfo] target(s) in 3m 37s
Running
target/debug/client --host ac.testnet.libra.org --port 80 -s ./scripts/cli/trusted_peers.config.toml
Not able to connect to validator at ac.testnet.libra.org:80, error RpcFailure(RpcStatus { status: DeadlineExceeded, details: Some("Deadline Exceeded") })
My environment:
Linux 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
blockchain1977 commentedon Jun 19, 2019
cool, got it work. Just by simply running again.
lingani commentedon Jun 19, 2019
I changed internet provider, I run again and it works. Thank you all.
mohamedahmed01 commentedon Jun 19, 2019
same issue here :
./scripts/cli/start_cli_testnet.sh
Building and running client in debug mode.
Finished dev [unoptimized + debuginfo] target(s) in 0.25s
Running
target/debug/client --host ac.testnet.libra.org --port 80 -s ./scripts/cli/trusted_peers.config.toml
Not able to connect to validator at ac.testnet.libra.org:80, error RpcFailure(RpcStatus { status: DeadlineExceeded, details: Some("Deadline Exceeded") })
on ubuntu 18.04
i tried using vpn and changing the connection but still the same.
dwjorgeb commentedon Jun 19, 2019
@kphfb I changed it to 30000 and it works now
KaviarasuSakthivadivel commentedon Jun 21, 2019
Not able to connect to validator at ac.testnet.libra.org:80, error RpcFailure(RpcStatus { status: DeadlineExceeded, details: Some("Deadline Exceeded") })
Did the above solutions, not working yet.
icarter09 commentedon Jun 25, 2019
@KaviarasuSakthivadivel what OS are you using?
KaviarasuSakthivadivel commentedon Jun 25, 2019
@icarter09 MacOS, actually problem solved when I tried in my Home wifi, previously i tried in Office Wifi, and it seems a firewall block.
icarter09 commentedon Jun 25, 2019
@KaviarasuSakthivadivel glad to hear you found a solution.
@dwjorgeb can you close this issue? Thanks.
Johnny-lou commentedon Dec 11, 2019
happened again when running ./scripts/cli/start_cli_testnet.sh
Not able to connect to validator at ac.testnet.libra.org:8001, error RpcFailure(RpcStatus { status: RpcStatusCode(4), details: Some("Deadline Exceeded") })
Johnny-lou commentedon Dec 11, 2019
davidiw commentedon Dec 11, 2019
Could you try updating to the latest branch and try again?
Johnny-lou commentedon Dec 11, 2019
yes, I tryed serveral times, but not work
davidiw commentedon Dec 11, 2019
As you made this post, we were literally in the midst of redeploying our testnet. I suspect you were unlucky. I can confirm that the latest head of testnet is able to connect and mint.
Johnny-lou commentedon Dec 11, 2019
work now, thanks