When Vouch tries to obtain a signature from Dirk and gets denied, it gives out the following error message:
{"level":"error","service":"beaconcommitteesubscriber","impl":"standard","slot":<Slot>,"validator_index":<Index>,"error":"failed to sign the slot: failed to sign RANDO reveal: request to obtain signature denied","time":"2021-02-26T08:52:39+01:00","message":"Failed to calculate if validator is an aggregator"}
This issue is related to the following issue with Dirk: with https://github.com/attestantio/dirk/issues/8
When Vouch tries to obtain a signature from Dirk and gets denied, it gives out the following error message:
It then panics with the following message:
Restarting Vouch will result in the same panic again. After restarting Dirk, everything goes back to normal.