Discord SKU ID errors

Not sure if this is DJS-related enough but since today I am getting the following error: components[1].components[0].sku_id[BUTTON_COMPONENT_INVALID_APPLICATION]: The application for this SKU does not exists or does not match the message author The SKU ID is 1164974692889808999, which exists under the bot running the code. Code is as follows:
const subscriptionButton = new ButtonBuilder()
.setStyle(ButtonStyle.Premium)
.setSKUId("1164974692889808999");
const subscriptionButton = new ButtonBuilder()
.setStyle(ButtonStyle.Premium)
.setSKUId("1164974692889808999");
No description
No description
9 Replies
d.js toolkit
d.js toolkit•2d ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
Glaze
Glaze•2d ago
LOL thanks for reposting skaidus 😭 could have just asked me to repost it here though idk if reposting like this is even allowed but we'll see. it's a repost of https://canary.discord.com/channels/222078108977594368/824411059443204127/1356522773077557359
duck
duck•2d ago
Generally we prefer you don't crosspost as mentioned in #rules 4, but I see the question was left slightly open ended, so I suppose you're free to continue discussing it here However I personally feel it's probably better not to repost someone else's question for them (especially without even asking) since it prevents them from marking the post as solved when they're done
Glaze
Glaze•2d ago
Can replicate this issue running the same code on a different bot account with different SKUs
r7vn_
r7vn_•2d ago
I'm getting the same issues
Glaze
Glaze•11h ago
This issue seems to happen when deferring a command that is replying with premium buttons. For people in a similar situation, someone made this <#1356518883388948510> thread in the ddevs. Not sure if this is an API issue or a D.JS bug. On the api discord or djs? oh i see you edited in the link
Glaze
Glaze•11h ago
GitHub
Premium Buttons fail when deferred · Issue #7447 · discord/discor...
Description Commands that include premium buttons and are deferred will fail with the following error message. I first noticed this in the morning of april first. Bonus: There is a typo in this err...
Glaze
Glaze•11h ago
yeah. was making an april first feature and instead i got trolled all day.
NovaKevin
NovaKevin•6h ago
+1, this is happening to my bot as well. I was able to workaround this by just not deferring that one specific command that has a premium button attached. Until discord puts out a permanent fix

Did you find this page helpful?