#404 Errors Constantly
1 messages · Page 1 of 1 (latest)
can you show full error traceback?
in slash commands, you are supposed to usee ctx.respond to send messages
my bot uses its own function to handle outgoing slash command responses the function uses ctx.respond in all outcomes of the function (it has if statements and other complications)
your bot doesnt seem to have perms to send messages in that channel
the line in reference is sending a notification message before the final error response
this specific test case the bot has admin perms in the test server
hmm
it happens randomly and i have no idea how to reproduce it
it randomly happened in the test server so i figured i had a perfect test case
that doesnt seem right. Forbidden is only raised when you dont have perms to send msgs in the channel
could it be that someone else tried to use the command in some different server?
logs log the channel and server, the ss i sent was logged as in the test server / channel
every other time it was triggered somewhere else
hmm
i can only assume that sometimes it is forbidden and sometimes it is a faulty
i have a custom handler for the 403 error, it sends an ephemeral and a DM alerting of the missing permissions
adding even more confusion that the error is thrown at all
its been a small problem and ignored for a while now
anyways thanks for trying to help @light bone