500 on editing thread parent interaction reply
Hey there.
I'm getting Internal Server Errors when attempting to edit an interaction response that is now the parent message of a thread. The edit still goes through, but the server responds with a 500 nonetheless.
The issue only started happening today, so I initially thought it was a Discord-side issue, but nobody else seems to be reporting this issue.
It seems that simply catching the error and ignoring it restores normal functionality, but this is obviously not ideal. Does anyone know what's going on?
Here's an abridged version of what I'm doing that's causing the issue:
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Post the full error stack trace, not just the top part!
- Show your code!
- Explain what exactly your issue is.
- Not a discord.js issue? Check out #useful-servers.
- Issue solved? Press the button!Stack trace:
Server error means discord had an error and it isn't your fault
Other than that i do not know unfortunately
Maybe you should report to discord themselves?
I know I shouldn't have to fix 500s, I was more asking if there's a workaround or if it's a known issue. Has been happening for about 20 hours, so I'm rather surprised it hasn't been reported by anyone yet.
or maybe if someone more familiar with the internals of d.js knows which requests are being made here and which one of them fails