-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mempool Summary Page times out #127
Comments
I also have experienced this on Mempool and Unconfirmed Tx Pages. I tested on chaintools.io and same issue. Mempool page never loads, Unconfirmed Tx page loads with error: btcexp:error Error 38eh39hdee: Error: ESOCKETTIMEDOUT, json: {"cause":{"code":"ESOCKETTIMEDOUT","connect":false},"isOperational":true,"code":"ESOCKETTIMEDOUT","connect":false}, userData: [object Object] (json: {}) +5s |
Seems to be working now, on both my local node and Chaintools Probably had something to do with Bitcoin Core |
It still does not work for me. The page hung for a minute or two and eventually gave me a 504 error gateway timeout. Other things like checking an address or transaction still work. Edit: Same with the unconfirmed transaction page. |
Confirming that it is not working again on my end. I still think this has something to do with Bitcoin Core |
It happens when the mempool is too full. You need to increase the timeout time in the config of btc-rpc-explorer. I think the default is 5000ms. I changed it to 10 000 and it`s working now. |
Maybe the scope of these calls should be limited to prevent the page load from taking so long. |
Changed timeout to 10000 and then to 20000 and still showing the same timeout behavior on mempool and unconfirmed transactions pages. Current mempool is around 48000. Edit: A day later with a mempool of 12000 works fine. |
Just bumping to say that I'm still noticing this issue, currently getting
in the debug output. Mempool is currently around 25k transactions and 16MB. |
Too long for this to get fixed, but today's large mempool provided some inspiration at the right moment when I had some bandwidth to spare. Please enjoy this long-overdue improvement/bug fix. |
Describe the bug
Going to the mempool page fails with
ESOCKETTIMEDOUT
(once I saw a 504 Gateway error, although I haven't seen it since).Environment (please complete the following information):
To Reproduce
Go to the mempool summary page.
Screenshots or Log Output
The text was updated successfully, but these errors were encountered: