zaratanDotWorld / choreWheel

Computational governance tooling
GNU Affero General Public License v3.0
9 stars 0 forks source link

Fix multiple voting requests #135

Closed kronosapiens closed 6 months ago

kronosapiens commented 7 months ago

Every vote triggers the following logs:

[WARN]   Failed to parse and verify the request data: Failed to verify authenticity: signature mismatch
[WARN]   Failed to parse and verify the request data: Failed to verify authenticity: signature mismatch
chores poll-vote

Which indicates that the current polling implementation fires requests off to all three apps. This should be investigated.

kronosapiens commented 6 months ago

After some testing, it seems like the underlying issue is something different, as it comes up at times other than voting. So punting this issue to later.