umbrel-apps icon indicating copy to clipboard operation
umbrel-apps copied to clipboard

mempool times out loading ₿itcoin addresses

Open aphex3k opened this issue 3 years ago • 1 comments

e.g. in the umbrel default configuration the mempool app for address 357a3So9CbsNfBBgFYACGvxxS6tMaDoa1P will produce the below error.

Error loading address data.
([object ProgressEvent])
image

it doesn't matter wether the app was opened via local host name or tor onion.

Occasionally the following error displays instead (for the same addresses in question)

Error loading address data.
(<html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> )
image

aphex3k avatar Sep 05 '22 03:09 aphex3k

Just recreated; thanks for reporting @aphex3k.

Looks like this is a limitation of Electrs: image

Our roadmap for umbrelOS includes the ability for apps to register for optional protocols (e.g., different Bitcoin node RPCs or different Electrum connections). So in the future if there was both an Electrs and a Fulcrum app on Umbrel then users could register their mempool app to use whichever electrum server they choose.

nmfretz avatar Jun 12 '24 05:06 nmfretz