-
Notifications
You must be signed in to change notification settings - Fork 32
FATAL Failed to initialize Bus error=bitcoind unreachable: status code: 200, response: #101
Description
I am trying to connect my Ledger wallet to my umbrel node. I am connecting via RPC (local network). When running Satstack in command line, I get the following error:
C:\Users\aindr\OneDrive\Desktop\satstack_0.18.0_Windows-amd64> lss.exe [2023/02/18 - 15:38:06] INFO Ledger SatStack (lss) v0.18.0 arch=windows amd64 build= commit= runtime=go1.17.13 [2023/02/18 - 15:38:06] INFO Config file detected path=C:\Users\aindr/AppData/Roaming/Ledger Live/lss.json [2023/02/18 - 15:38:06] INFO Warming up... [2023/02/18 - 15:38:06] FATAL Failed to initialize Bus error=bitcoind unreachable: status code: 200, response: "<!DOCTYPE html><html lang=\"en\"><head><title>Umbrel</title><meta charset=\"utf-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta name=\"robots\" content=\"noindex, nofollow\"><meta name=\"referrer\" content=\"no-referrer\"><link rel=\"icon\" href=\"favicon.png\"><meta name=\"description\" content=\"Welcome back\"><link href=\"/css/app.65f6aa45.css\" rel=\"preload\" as=\"style\"><link href=\"/js/app.ab94624e.js\" rel=\"preload\" as=\"script\"><link href=\"/js/chunk-vendors.5ff0ba32.js\" rel=\"preload\" as=\"script\"><link href=\"/css/app.65f6aa45.css\" rel=\"stylesheet\"></head><body><noscript><strong>We're sorry but Umbrel doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=\"app\"></div><script src=\"/js/chunk-vendors.5ff0ba32.js\"></script><script src=\"/js/app.ab94624e.js\"></script></body></html>"
As standard, my lss.json file is the following:
"rpcurl": "umbrel", "rpcuser": "umbrel", "rpcpass": " my password here", "notls": true
I have played around with the lss.json file trying to change the rpcurl to <host_or_ip>:8332, umbrel.local and other variations. In doing so, I get an error like this:
C:\Users\aindr\OneDrive\Desktop\satstack_0.18.0_Windows-amd64> lss.exe [2023/02/18 - 14:52:31] INFO Ledger SatStack (lss) v0.18.0 arch=windows amd64 build= commit= runtime=go1.17.13 [2023/02/18 - 14:52:31] INFO Config file detected path=C:\Users\aindr/AppData/Roaming/Ledger Live/lss.json [2023/02/18 - 14:52:31] INFO Warming up... [2023/02/18 - 14:52:54] FATAL Failed to initialize Bus error=bitcoind unreachable: invalid http POST response (nil), method: getblockchaininfo, id: 1, last error=Post "http://<host_or_ip>:8332/wallet/satsta lss.exelss.exelookup <host_or_ip>: no such host
Any help would be appreciated.