We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev
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 }
The text was updated successfully, but these errors were encountered:
lucasmenendez
No branches or pull requests
Describe the bug
Error raises when a census is created based on a strategy with a POAP:
Request example
Response (from the queue)
The text was updated successfully, but these errors were encountered: