janoside / btc-rpc-explorer

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

error loading Browse Mempool page #457

Closed tone-control closed 1 year ago

tone-control commented 2 years ago

Describe the bug

The Browse Mempool page loads with an error message, "[DecimalError] Invalid argument: undefined." The error message points to "var feeRate = New."

Environment (please complete the following information):

Configuration file content

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

bitcoin.conf start

Bitcoin daemon

server=1 txindex=1

Network

listen=1 listenonion=1 proxy=127.0.0.1:[port] bind=127.0.0.1

Connections

rpcauth= [removed for this bug report] zmqpubrawblock=tcp://127.0.0.1:[port] zmqpubrawtx=tcp://127.0.0.1:[port] whitelist=download@127.0.0.1 # for Electrs

bitcoin.conf end

btc-rpc-explorer environment configuration: see attached btcrpcexplorer_env_fileforbugreport.txt

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://[ipaddress]:[port]
  2. Click on Tools drop-down menu
  3. Select Browse Mempool
  4. See screenshot

Screenshots or Log Output

image

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

Additional context

Add any other context about the problem here.

ketominer commented 1 year ago

Up - same here, affecting all our users

janoside commented 1 year ago

This is fixed in master. Working toward a v3.4.0 release soon.