Hi guys (@dpatsora, @mnaichuk ),
cc: @mod , @calj
I got this error
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" (0.3ms) COMMIT"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" (0.2ms) BEGIN"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" Blockchain Exists (1.1ms) SELECT 1 AS one FROM "blockchains" WHERE "blockchains"."key" = $1 LIMIT $2 [["key", "eth-kovan"], ["LIMIT", 1]]"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" Blockchain Exists (0.3ms) SELECT 1 AS one FROM "blockchains" WHERE "blockchains"."key" = $1 LIMIT $2 [["key", "eth-kovan"], ["LIMIT", 1]]"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" Blockchain Exists (0.3ms) SELECT 1 AS one FROM "blockchains" WHERE "blockchains"."protocol" = $1 LIMIT $2 [["protocol", "ERC-20"], ["LIMIT", 1]]"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" Blockchain Create (0.6ms) INSERT INTO "blockchains" ("key", "name", "client", "height", "explorer_address", "explorer_transaction", "status", "created_at", "updated_at", "protocol", "collection_gas_speed", "withdrawal_gas_speed") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["key", "eth-kovan"], ["name", "Ethereum Kovan"], ["client", "parity"], ["height", 8670000], ["explorer_address", "https://etherscan.io/address/\#{address}"], ["explorer_transaction", "https://etherscan.io/tx/\#{txid}"], ["status", "active"], ["created_at", "2021-10-17 12:57:53.913153"], ["updated_at", "2021-10-17 12:57:53.913153"], ["protocol", "ERC-20"], ["collection_gas_speed", "standard"], ["withdrawal_gas_speed", "standard"]]"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" (0.3ms) ROLLBACK"}
rake aborted!
Vault::HTTPClientError: The Vault server at `http://vault:8200' responded with a 403.
Any additional information the server supplied is shown below:
- 1 error occurred:
* permission denied
this happens when peatio db is seeded through
sh 'docker-compose run --rm peatio bash -c "./bin/link_config && kaigara bundle exec rake db:seed"'
I got this error when running opendax (master) but when running opendax(3-0-stable), I got the same error but different seed (currencies.yml)
thanks
Hi guys (@dpatsora, @mnaichuk ),
cc: @mod , @calj
I got this error
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" (0.3ms) COMMIT"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" (0.2ms) BEGIN"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" Blockchain Exists (1.1ms) SELECT 1 AS one FROM "blockchains" WHERE "blockchains"."key" = $1 LIMIT $2 [["key", "eth-kovan"], ["LIMIT", 1]]"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" Blockchain Exists (0.3ms) SELECT 1 AS one FROM "blockchains" WHERE "blockchains"."key" = $1 LIMIT $2 [["key", "eth-kovan"], ["LIMIT", 1]]"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" Blockchain Exists (0.3ms) SELECT 1 AS one FROM "blockchains" WHERE "blockchains"."protocol" = $1 LIMIT $2 [["protocol", "ERC-20"], ["LIMIT", 1]]"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" Blockchain Create (0.6ms) INSERT INTO "blockchains" ("key", "name", "client", "height", "explorer_address", "explorer_transaction", "status", "created_at", "updated_at", "protocol", "collection_gas_speed", "withdrawal_gas_speed") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["key", "eth-kovan"], ["name", "Ethereum Kovan"], ["client", "parity"], ["height", 8670000], ["explorer_address", "https://etherscan.io/address/\#{address}"], ["explorer_transaction", "https://etherscan.io/tx/\#{txid}"], ["status", "active"], ["created_at", "2021-10-17 12:57:53.913153"], ["updated_at", "2021-10-17 12:57:53.913153"], ["protocol", "ERC-20"], ["collection_gas_speed", "standard"], ["withdrawal_gas_speed", "standard"]]"}
{"level":"DEBUG","time":"2021-10-17 12:57:53","message":" (0.3ms) ROLLBACK"}
rake aborted!
Vault::HTTPClientError: The Vault server at `http://vault:8200' responded with a 403.
Any additional information the server supplied is shown below:
* permission denied
this happens when peatio db is seeded through
I got this error when running opendax (master) but when running opendax(3-0-stable), I got the same error but different seed (currencies.yml)
thanks