I cannot connect to the signet ASP. Handshake fails with No Message. What can I do to establish the connection with the ASP?
That is unfortunate.
Can you provide us the full logs. You can use the --verbose
flags to ensure you capture (nearly) everything.
- What is the output of the
bark --version
command? - Did you build bark yourself or did you download the binary?
Hey erik, thanks for your reply! I’m runnning version bark 0.0.0-alpha.9, downloaded the binary.
full log
[08:14:13.539 DEBUG bark::wallet src/bin/bark/wallet.rs:130] Opening bark wallet in /Users/jan-paulfranken/.bark
[08:14:13.542 DEBUG bark::persist::sqlite src/persist/sqlite/mod.rs:22] Opening database at /Users/jan-paulfranken/.bark/db.sqlite
[08:14:13.548 TRACE bark::persist::sqlite::migrations src/persist/sqlite/migrations/mod.rs:73] Skipping migration 0->1:'Create initial tables'. Nothing to be done
[08:14:13.549 TRACE bark::persist::sqlite::migrations src/persist/sqlite/migrations/mod.rs:73] Skipping migration 1->2:'Create wallet meta tables'. Nothing to be done
[08:14:13.549 TRACE bark::persist::sqlite::migrations src/persist/sqlite/migrations/mod.rs:73] Skipping migration 2->3:'Create tables for movement history'. Nothing to be done
[08:14:13.550 TRACE bark] Config: Config { asp_address: "https://ark.signet.2nd.dev/", esplora_address: Some("https://esplora.signet.2nd.dev/"), bitcoind_address: None, bitcoind_cookiefile: None, bitcoind_user: None, bitcoind_pass: None, vtxo_refresh_threshold: 288 }
[08:14:13.580 INFO bark] Connecting to ASP using TLS...
[08:14:13.862 WARN bark] Ark server handshake failed: Ark server handshake failed: NO MESSAGE
[08:14:13.863 INFO bark] Syncing wallet...
[08:14:13.863 WARN bark] Sync error: You should be connected to ASP to perform this action
[08:14:13.975 INFO bark] Refreshing 1 vtxos...
An error occurred: round failed
Caused by:
You should be connected to ASP to perform this action
Stack backtrace:
disabled backtrace
Hey, we recently made a breaking upgrade to our server and client. If you upgrade to the latest alpha release, you shouldn’t have any issues.