Closed jsarenik closed 2 years ago
I believe d30b13a15fcbf578b2c070dbb928252a7f8d3421 should fix this. Please let me know if you're still having trouble after updating.
Yes. Looks great. Thanks!
I have this problem. Please re-open issue or explain how I resolve it.
My env
file looks like this
BTCEXP_COIN=BTC
BTCEXP_BITCOIND_URI=bitcoin://user:pass@127.0.0.1:8332?timeout=10000
BTCEXP_SLOW_DEVICE_MODE=false
BTCEXP_ADDRESS_API=electrumx
BTCEXP_ELECTRUMX_SERVERS=tcp://127.0.0.1:50001
Even if you do not create the s3 bucket the error is actually in the debugLog command above the createBucket.
This should be failing for others.
+1 I am currently having the issue described by @pointbiz
@janoside @jsarenik could one of you re-open this issue? I got latest from master, npm install, npm start and I still get this error.
@pointbiz @mat-h7 Thanks for pushing on this. I believe the proper fix is included in ed4c974, which includes an update of the utility library used for S3 operations (make sure you do an npm install
or npm up
). If you update to the latest code, please let me know if you have any more problems here.
I tested and works for me now.
I can also confirm that it is working for me now, thanks!
Describe the bug
When the recently-added
BTCEXP_S3_...
variables are not defined, the current master (87fe724a357e29fef0dd433b6d065a2ac55a3aab) ends with following error:Environment (please complete the following information):
23.0
v16.14.0
Google Chrome
Configuration file content
No
BTCEXP_S3
options set in the.env
file. The Bitcoin Explorer works with following patch applied: https://github.com/jsarenik/btc-rpc-explorer/commit/768de3c182dd9ff275b16f730dcceea4b194e580The '.env` file for ex.signet.bublina.eu.org:
To Reproduce
Steps to reproduce the behavior:
BTCEXP_S3
options in theenv
file.npm start
.