You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently upgraded from version 7a88078 (2018-12-09) which is running just fine to the current version.
I get an error on startup:
Error loading recent blocks: TypeError: cache.get(...).then(...).catch(...).finally is not a function
Unable to get basic blockchain data
If you just started your node, it may still be initializing.
If your node is already initialized, check your RPC connection info.
Console output:
Loading env file: /home/btc-rpc-explorer/btc-rpc-explorer/.env
Loading RPC cookie file: /home/btc-rpc-explorer/.bitcoin/.cookie
Running RPC Explorer for Bitcoin
Connecting via RPC to node at 127.0.0.1:8332
Error 923grf20fge: TypeError: cache.get(...).then(...).catch(...).finally is not a function, error json: {}
However I'm pretty sure the RPC connection info is configured correctly:
Hey @d3spwn - Thanks for reporting this and doing some investigating. I think the issue has to do with the version of node.js you're running. I think my recent change - be9c3cc - should fix the problem for you by removing the code that requires a newer node.js. Please let me know if you're still seeing the errors. Hopefully this gets you up and running!
I've recently upgraded from version 7a88078 (2018-12-09) which is running just fine to the current version.
I get an error on startup:
Console output:
However I'm pretty sure the RPC connection info is configured correctly:
The text was updated successfully, but these errors were encountered: