The "unauthorized" error when using multichain strategy #2916
Unanswered
jakub-zarembinski
asked this question in
Q&A
Replies: 1 comment 10 replies
-
Do you really need a multichain strategy here? You could just use the erc-20 twice and select the right network for each @jakub-zarembinski |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to apply the multichain voting strategy for this proposal.
Here is the config I've applied for the strategy:
However, when trying to vote with this strategy or when trying it out in the playground I'm getting the error 500 and the error message "unauthorized".
Here are the details of those error messages:
What's strange is the fact that in the playground when I apply a block number which is very close to the latest one, everything works fine:
But for a bit older block numbers the playground fails and I'm getting the error message "Cannot read properties of undefined (reading 'scores')" and the 500 error.
Here are the addresses I'm using for testing:
What am I doing wrong?
EDIT: Further observations:
(1) It seems this problem is also affecting the basic single-chain strategy "erc20-balance-of", which is applied in this proposal.
(2) The details of the error message indicate that the problem stems from "missing trie node", which is described here. This would be consistent with my earlier observation about queries using recent blocks working properly, while queries for more distant block numbers fail.
Beta Was this translation helpful? Give feedback.
All reactions