Fetch request promises never returning
Recently users of my bot have been reporting an issue where message-based commands seem to stop working completely. From what I can tell right now, this only applies to message commands and only applies in that specific channel until the process is restarted. The bot sees the message, processes it as a valid command but appears to hang before sending the response. I believe this is related to an issue I had a few days ago where fetching application commands would hang indefinitely.
Looking at apiRequest/apiResponse events, the request sends and gets a response completely as normal, but the promise never returns.
The only relevant change I made was that I added custom cache factories, I reverted this change but the issue still persists.
Does anyone know why a cache
Looking at apiRequest/apiResponse events, the request sends and gets a response completely as normal, but the promise never returns.
The only relevant change I made was that I added custom cache factories, I reverted this change but the issue still persists.
Does anyone know why a cache
fetch request would fail to ever return from the promise?