janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.48k stars 1.11k forks source link

[Error 32ugegdfsde: no auth mechanism defined] Please help me figure this error out #513

Closed 11100010 closed 1 year ago

11100010 commented 1 year ago

Describe the bug [Error RpcError-001: no auth mechanism defined] [Error 32ugegdfsde: no auth mechanism defined]

Environment (please complete the following information):

Configuration file content

Screenshots or Log Output ERROR Screen Shot 2023-02-24 at 03 06 55

bitcoin.conf Screen Shot 2023-02-24 at 03 11 45

btc-rpc-explorer.env Screen Shot 2023-02-24 at 03 11 01

http://127.0.0.1:3002/ Screen Shot 2023-02-24 at 03 14 18

ExperiBass commented 1 year ago

looks like you forgot to uncomment the auth lines. remove the # at the beginning of the cookie line.

DELJUJAZI commented 1 year ago

Describe the bug [Error RpcError-001: no auth mechanism defined] [Error 32ugegdfsde: no auth mechanism defined]

Environment (please complete the following information):

  • Bitcoin Core / Node Version [v22.0.0]
  • NodeJS Version [v18.11.0]
  • Browser [Version 110.0.5481.177 (Official Build) (arm64)]
  • Code Version / Commit [v3.3.0]
  • Installation Method [npm]

Configuration file content

Screenshots or Log Output ERROR Screen Shot 2023-02-24 at 03 06 55

bitcoin.conf Screen Shot 2023-02-24 at 03 11 45

btc-rpc-explorer.env Screen Shot 2023-02-24 at 03 11 01

http://127.0.0.1:3002/ Screen Shot 2023-02-24 at 03 14 18

11100010 commented 1 year ago

looks like you forgot to uncomment the auth lines. remove the # at the beginning of the cookie line.

Yep, my silly mistake, thank you^^