Mark
Mark
I've attached a log that shows the errors printed to chat. [mtgreg.txt](https://github.com/Dream-Master/Mods-Get-Gregged/files/205269/mtgreg.txt)
Sentry Issue: [BOT-53](https://sentry.io/organizations/python-discord/issues/1683118895/?referrer=github_integration) ``` ResponseCodeError: Status: 400 Response: {'deletedmessage_set': [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {},...
Sentry Issue: [BOT-7B](https://sentry.io/organizations/python-discord/issues/1800202379/?referrer=github_integration) This may be related to the user choosing to not updated the cache when invoking the command, but it's odd that any response, even cached ones, would...
Sentry Issue: [BOT-84](https://sentry.io/organizations/python-discord/issues/1847909973/?referrer=github_integration) I suppose it just needs to create another copy for iteration. Is there a more elegant solution? ``` RuntimeError: dictionary changed size during iteration File "bot/cogs/watchchannels/watchchannel.py", line...
Sentry Issue: [BOT-3A](https://sentry.io/organizations/python-discord/issues/1613515206/?referrer=github_integration) There are over 500 events of this in Sentry. The events tend to be clumped within a relatively small time range of several hours, and these clumps...
Currently, here are the steps to resolve a conflict: 1. Find a conflict in the conflicts list 2. Find the name of the archive in the load order list on...
Users should be able to ignore conflicts between two archives such that they will not appear in the list of conflicts. This could be at a per-file level and/or at...
Sentry Issues: [BOT-6S](https://sentry.io/organizations/python-discord/issues/1770548191/?referrer=github_integration) [BOT-6G](https://sentry.io/organizations/python-discord/issues/1757447651/?referrer=github_integration) In the case below, I believe they left the guild after the muted role was added but before it could attempt to kick them from a...
Right now, when syncing user or guilds, if there is an API error, the entire sync will abort. Instead, the sync should log the error and continue syncing the rest...
Sentry Issue: [BOT-6Q](https://sentry.io/organizations/python-discord/issues/1770545684/?referrer=github_integration) The infractions viewset doesn't support deleting infractions, but it's done here: https://github.com/python-discord/bot/blob/a1a44be2b57e35fbaee8cac024fdd74c218c72b1/bot/cogs/moderation/scheduler.py#L173-L180 This is to delete infractions when they fail to apply on the Discord side of...