Troubleshooting
Last updated
Last updated
This error is caused by the operator not being able to subscribe to the task.
Make sure you have configured the RPC correctly and verify that the node is running.
The following RPC providers are known to have issues:
The does not update the operator status in real time. The explorer updates the operators' list every 1 hour.
If your operator is not showing up after 1 hour, please check the following:
The operator is whitelisted on the Aligned AVS, you can run the following command:
If the operator is whitelisted, it will return true
.
The operator is registered on the Aligned AVS:
If the operator is not registered, it will return 0x0
otherwise it will return the operator ID.
This error is caused by the operator not being able to get the RPC urls.
Run sudo apt update && sudo apt install g++
to install the GNU C++ compiler.
Make sure you have configured the RPC correctly in the .
In case you have an unsupported version of Rust, you can update it following the