RequestAbortedError when uploading files
I tried uploading files from 18.3MB and 23.9MB as attachments below one message.
I'm getting this error message:
RequestAbortedError [AbortError]: Request aborted
What can I do about this?4 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 OPAbortError: The user aborted a request.
A request took longer than the specified timeout (15 seconds default), and was aborted to not lock up the request handler.
- This can be caused by an internal server error on Discord's side, or just a slow connection.
- In case of a slow connection, the timeout
option in RESTOptions can be increased to prevent future AbortErrors.@xx_lavaboy_xx123 both of those pages don't exist (anymore)
Fixed, found gelp in #djs-help-v14
Thank you a lot!