Can't upload emojis: TypeError: terminated
Hi, when I try to upload emojis using a URL, it works fine locally but not in production.
What could be the issue here?
3 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 OPThis is most likely a Bun issue. It was already fixed in Node.js
Hi, thank you so much for this tip! Even with Node.js, I still had this issue. I now switched from Node.js v18 to v20 and the issue is gone. Thanks again!