-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Hello!
I believe you help me with Decentraland POAP server error.
- I set up these on my scene
- Created a drop on https://app.poap.xyz/admin/events/new (private with 10 mint links)
- Then I recieved a mail with edit code and event code
- Sent POST request https://poap-api.decentraland.org/event/{event_id} and pointed edit code and parcel in request body. I got a response with uuid
- I entered this uuid to the scene, to the dispenser.
- Deployed a scene and tested.
I click on a button on the dispenset, solve captcha and recieve an error "No more POAP available" with 400 HTTP-status code.
Also I sent a request to https://poap-api.decentraland.org/addcodes/{event_id} and got the next answer:
{
"ok": true,
"data": {
"url": "/addcodes/{event_id}",
"body": {
"num": 0
}
}
}
I don't know what is the reason of this error, I really believe you help me solve that. Thank you!
Metadata
Metadata
Assignees
Labels
No labels