FoxLisk / NMG-League-Bot

NMG League evil mastermind
https://nmg-league.foxlisk.com/
MIT License
0 stars 0 forks source link

long_command_wrapper should maybe retry sending update responses? #136

Open FoxLisk opened 7 months ago

FoxLisk commented 7 months ago

rob tried to schedule a match and we got this error:

Error in long_command_wrapper trying to hydrate UpdateResponse: Response error: status code 404, error: {"message": "Unknown Webhook", "code": 10015}

and then the command timed out because it never got the deferred response update that it was waiting for. maybe we should have tried re-sending it? it seems like a blippy discord bug.

but maybe re-sending it would also fail, if discord has actually lost track of the thing we're trying to update? idk. worth a shot i guess