Task submition fail: fullnode


Fullnode: This is my node, bonded and active
but when i trying submit task i got failed status and error: NOT TX
(I was set node-id to controller address)
and my relayer:

Started Bifrost relayer Daemon.
2022-10-17 21:51:04,068 [RPC-Client] 0x00000000:None:None:No connection adapters were found for ‘127.0.0.1:9933’

Hi, please check validators list,
You are already there - BIFROST Testnet Explorer

yes, my validator in active list but I got failed status and error: No relay TX

Hello, I’m bifrost developer.
Please answer under the questions

  1. How did you run bifrost-node? (e.g. docker, binary)
  2. Please let me know the options when running bifrost-node.
  1. Docker
  2. join as a full node

Please write the Docker execution command together.

Example.

docker run -d -p 30333:30333 -p 9933:9933 -p 9944:9944 -v "/var/lib/bifrost-data:/data" --name "bifrost-node-nightly" thebifrost/bifrost-node:latest \
  --base-path /data \
  --chain /specs/bifrost-testnet.json \
  --port 30333 \
  --ws-port 9944 \
  --rpc-port 9933 \
  --pruning archive \
  --rpc-cors all \
  --rpc-external \
  --ws-external \
  --ethapi debug,trace,txpool \
  --runtime-cache-size 64 \
  --name "test-pilab"

I done but it still this issue
Error: “No Relay TX”

Can I get your relayer config?

Relayer has issue: when I start service:

requests.exceptions.InvalidSchema: No connection adapters were found for ‘127.0.0.1:9933’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “relayer-launcher.py”, line 105, in
main(config)
File “relayer-launcher.py”, line 68, in main
relayer = Relayer.init_from_config_files(
File “/root/bifrost-relayer/relayer/relayer.py”, line 61, in init_from_config_files
return cls.init_from_dicts(
File “/root/bifrost-relayer/relayer/relayer.py”, line 89, in init_from_dicts
return cls(root_config)
File “/root/bifrost-relayer/relayer/relayer.py”, line 34, in init
super().init(entity_config, int, relayer_index_cache_max_length)
File “/root/bifrost-relayer/relayer/chainpy/eventbridge/eventbridge.py”, line 73, in init
super().init(entity_config)
File “/root/bifrost-relayer/relayer/chainpy/eventbridge/multichainmonitor.py”, line 82, in init
super().init(entity_config)
File “/root/bifrost-relayer/relayer/chainpy/eth/managers/multichainmanager.py”, line 30, in init
chain_manager = EthChainManager(chain_index, root_config)
File “/root/bifrost-relayer/relayer/chainpy/eth/managers/ethchainmanager.py”, line 17, in init
super(EthChainManager, self).init(chain_index, root_config)
File “/root/bifrost-relayer/relayer/chainpy/eth/managers/txhandler.py”, line 29, in init
super().init(chain_index, root_config)
File “/root/bifrost-relayer/relayer/chainpy/eth/managers/eventhandler.py”, line 15, in init
super().init(chain_index, root_config)
File “/root/bifrost-relayer/relayer/chainpy/eth/managers/rpchandler.py”, line 59, in init
resp = self.send_request(“eth_chainId”, )
File “/root/bifrost-relayer/relayer/chainpy/eth/managers/rpchandler.py”, line 104, in send_request
return self.send_request(method, params, False)
File “/root/bifrost-relayer/relayer/chainpy/eth/managers/rpchandler.py”, line 112, in send_request
raise Exception(“rpc_error: requests.post returns None without any exceptions”)
Exception: rpc_error: requests.post returns None without any exceptions
bifrost-relayer.service: Main process exited, code=exited, status=1/FAILURE
bifrost-relayer.service: Failed with result ‘exit-code’.

A secret config is required for relayer to run: entity.relayer.private.json
This can be written by referring to the guide below.
Configuration - BIFROST Network (thebifrost.io)

After completing relayer’s config, run relayer-launcher.py again

Hi my validator in active list but I got failed status. When when I want to start relayer, there is an error. docker logs relayer -fn 100 usage: relayer-launcher.py [-h] [-p PASSWORD] [-s PEM] [-k EXISTINGKEY] [-a ANALYZE] command relayer-launcher.py: error: argument -k/--existingKey: expected one argument