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
I've been trying to use the CLI with regtest. The server localhost { s: 50002 } is selected, and await ecl.connect() works (so docker is running), but await ecl.server_version('3.0.5', '1.1') seems to be the source of the error. It's hidden a bit by the fact that the exception is caught and the loop just continues, so the error returned to the commit function in bitname-cli.ts is "No valid servers". I haven't been able to find the documentation on ElectrumClient.server_version, so I'm not sure why it's failing.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I've been trying to use the CLI with regtest. The server
localhost { s: 50002 }
is selected, andawait ecl.connect()
works (so docker is running), butawait ecl.server_version('3.0.5', '1.1')
seems to be the source of the error. It's hidden a bit by the fact that the exception is caught and the loop just continues, so the error returned to thecommit
function in bitname-cli.ts is "No valid servers". I haven't been able to find the documentation onElectrumClient.server_version
, so I'm not sure why it's failing.The text was updated successfully, but these errors were encountered: