Common Amplifier Error Messages
The following are some common error messages encountered when working with verifiers and relayers on the Amplifier.
These errors may be caused by other issues. The reasons given are based off of known causes only.
Verifiers
-
command not found: axelard
β The symlink or alias toaxelard
is not working. Use full binary name instead for commands, such as./axelard
version instead ofaxelard version
. Alternatively you can fix your alias,PATH
, or symlink. -
command not found: tofnd
β The symlink or alias totofnd
is not working. Use full binary name instead for commands, such astofnd-darwin-[version] --help
instead oftofnd --help
. Alternatively you can fix your alias,PATH
, or symlink. -
connection failed: transport error
βampd
canβt connect totofnd
. Make sure that you have tofnd running in the background and that the port and hotstofnd
is listening on match the information in yourampd
config file. -
axelard cannot be opened because the developer cannot be verified (Mac) β Disable the gatekeeper for a single binary with
sudo xattr -d com.apple.quarantine ~/Downloads/ampd-darwin-arm64-v1.0.0
, or disable gatekeeper globally withsudo spctl --master-disable
. -
error trying to connect: received corrupt message
β Your RPC server may not support HTTPS. Try HTTP instead. -
error trying to connect: invalid dnsname
β Your IP-addressed server may not support HTTPS. Usehttp://
instead.
Message relayers
-
Generic error: Querier contract error: codespace
β The message that was supposed to be routed canβt be found. Search forunfit_for_routing
in your terminal output to see if the message was actually routed. The transaction will succeed even with unsuccessful routing. -
message index: 0
β There are no new messages to confirm.