Open superkruger opened 3 years ago
What version of lbrycrd are you using? It must be <= 17.4.5
Thanks Mark, I was using the latest of all components...
Using lbrycrd 0.17.3.3 results in the same issue.
Initializing LBRYcrd Client: status code: 401, response: ""
I'm attempting to install lbrycrd, chainquery and lighthouse locally.
Got lbrycrd running with rpcuser=lbry and rpcpassword=lbry (as it seems to be the defaults used by chainquery, unlike what the readme says)
However, starting chainquery, I get this error: Initializing LBRYcrd Client: Post "http://localhost:9245": dial tcp [::1]:9245: connect: connection refused
The rpc url it's using is: rpc://lbry:lbry@localhost:9245
Any ideas what I'm doing wrong?