janoside / btc-rpc-explorer

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

Node details: `getblockchaininfo.warnings.trim is not a function` after upgrading bitcoind to 28.0 #668

Open schildbach opened 1 month ago

schildbach commented 1 month ago

Describe the bug

After upgrading bitcoind from 27.1 to 28.0, btc-rpc-explorer 3.4.0 when clicking on "node details" yields the error:

Error

Message
getblockchaininfo.warnings.trim is not a function

Stack
(unavailable)

Error Object
{}

Environment (please complete the following information):

Configuration file content

      - BTCEXP_DEBUG=btcexp:*
      - BTCEXP_COIN=BTC
      - "BTCEXP_HOST=::"
      - BTCEXP_BITCOIND_URI=bitcoin://bitcoind:${BITCOIND_RPC_PORT}
      - BTCEXP_BITCOIND_COOKIE=xxx
      - BTCEXP_ADDRESS_API=electrumx
      - BTCEXP_ELECTRUM_SERVERS=tcp://electrs:${ELECTRS_TCP_PORT}
      - BTCEXP_PRIVACY_MODE=true

Please include the content from the following files. BE SURE TO MODIFY YOUR CREDENTIALS BEFORE SUBMITTING!!!

Screenshots or Log Output

If applicable, add screenshots or log output to help explain your problem.

Additional context

Add any other context about the problem here.