Creating listings throws "OpenSea fees are required to post this order" some of the time despite passing in the correct consideration values #134
Unanswered
davidlee1435
asked this question in
Q&A
Replies: 1 comment
-
sorry nobody ever got back to you, were you able to figure it out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
I'm trying to post a listing on mainnet every x minutes. Most of the time, posting the order to
/v2/orders/ethereum/seaport/listings
works.However, I intermittently receive the following error:
The cleaned payload looks like this:
The collection in question has a 5% royalty. If you do the math, you can see that the consideration fee values for OS and the collection are correct:
I've also triple checked that the recipient values are correct as well.
What I'm confused about is the non-deterministic nature of this call. The order is created some of the time, but other times it doesn't, even when I have 0 code changes. The error message is always the same.
Happy to provide more information, but this has been stumping me for a while now. Can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions