Modal not responding
My modals were working all night yesterday, but when I attempted to run the commands today I continuously got "Something went wrong try again later". After thinking it was the command I made a new one to test modal form configuration but no matter which way I make the modal form nothing worked, and I kept getting the error. I am getting no console errors and no rate limit errors.
8 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 OPIf you aren't getting any errors, try to place
console.log
checkpoints throughout your code to find out where execution stops.
- Once you do, log relevant values and if-conditions
- More sophisticated debugging methods are breakpoints and runtime inspections: learn morelog if your event fires at all
I have it set to log when it runs at all and its detecting the command running but its not detecting a submission because everytime I try it returns that error in discord
show your code
and where are you calling the second function?
you're also better off using collectors
Ok using collectors fixed this 😭 thanks
I havent touched djs since 12 so I am slowly learning
Am I able to add tags to a forum channel via the bot? I am not seeing it anywhere in Discord API or DJS docs but I could just be blind