Are forum posts supported for channel select menu default_values?
I'm trying to load the configured channel from the database but whenever I try to do so for a forum post it sends my message 4 times instead of once and errors on the fifth.
I get a
HTTPError: Internal Server Error
in the logs with no useful information.5 Replies
- 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!
- ✅
Marked as resolved by staffthe code I ran through the evaluate command is simply this for debugging purposes:
A post isnt a channel, its a thread, so I doubt it
Even if it does support that though, selecting one wouldnt make it send 4 times
Are you sure tho? Because I ran the same code twice here, only changed the post ID to a normal channel ID (dev-testing channel) and that one works as expected
Yes no worries, in the development environment they just get sent in the message for ease of use 😄
The actual code is a lot more complex than this but it basically does this
I've tried debugging some more and fount that:
- sending it as a normal message works just fine
- replying to an interaction works just fine
- following up on an interaction does not work and causes an internal server error
- editing an interaction does not work and causes an internal server error
it was an issue on discord's side but it's fixed now