You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the Undiscord userscript following the instructions from README
Open the DM you want to delete
Click on the autofill buttons next to Author ID, Server ID, Channel ID and Authorization token
Click delete button
Actual results
Messages fail to delete after 9999 search limit.
Error produced:
Error searching messages, API responded with status 400!
{"message":"Invalid Form Body","code":50035,"errors":{"offset":{"_errors":[{"code":"NUMBER_TYPE_MAX","message":"int value should be less than or equal to 9975."}]}}}
CoreException {}
Expected results
Messages deleted even after 9999 messages
Bug affects
DMs
DMs (group)
Channels
Channel (NSFW)
Additional information & file uploads
Search delay has been set to 7500 ms and I wasn't rate limited.
I used the pattern field to use regex matching to delete particular messages. The expression was in this format: (word1|word2|word3)
The text was updated successfully, but these errors were encountered:
Additional Info: I tried this script thrice and it fails to delete messages after 10000 messages. Hence I have arrived at the conclusion that it fails after the 9999 limit
Undiscord Version
5.2.3
Browser
Mozilla Firefox 127.0.1
Extension
Tampermonkey v5.1.1
Reproduction steps
Actual results
Messages fail to delete after 9999 search limit.
Error produced:
Expected results
Messages deleted even after 9999 messages
Bug affects
Additional information & file uploads
Search delay has been set to 7500 ms and I wasn't rate limited.
I used the pattern field to use regex matching to delete particular messages. The expression was in this format:
(word1|word2|word3)
The text was updated successfully, but these errors were encountered: