Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: error creating poap censuses on dev #197

Open
lucasmenendez opened this issue Apr 15, 2024 · 0 comments
Open

bug: error creating poap censuses on dev #197

lucasmenendez opened this issue Apr 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lucasmenendez
Copy link
Collaborator

Describe the bug
Error raises when a census is created based on a strategy with a POAP:

Request example

curl  -X POST \
  'https://census3-dev.vocdoni.net/api/censuses' \
  --header 'Accept: */*' \
  --header 'Content-Type: application/json' \
  --data-raw '{
    "strategyId": 35,
    "anonymous": false
}'

Response (from the queue)

{
  "done": true,
  "error": {
    "error": "error evaluating strategy predicate: no snapshot found for eventID 159945",
    "code": 5026
  },
  "data": {},
  "progress": 0
}
@lucasmenendez lucasmenendez added the bug Something isn't working label Apr 15, 2024
@lucasmenendez lucasmenendez self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant