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
Tried using the wipe archive feature, it failed with error 400.
Tried redacting channel IDs one by one, did not work, error 400.
Used the fill option to select the current channel, but changed server ID to "@me", resulted in error 400.
Used the previous option, but did not alter the server ID, it worked.
Actual results
Error searching messages, API responded with status 400!
{"message":"Cannot execute action on this channel type","code":50024}
CoreException {}
Expected results
Search working and messages being listed.
Bug affects
DMs
DMs (group)
Channels
Channel (NSFW)
Additional information & file uploads
I believe the correct solution should either be reading message IDs from directories in the package using File System Access API or fetching the server ID for each channel ID. Unfortunately I am not a JS developer and have even less of an idea how you can get server IDs by channel IDs.
The text was updated successfully, but these errors were encountered:
Undiscord Version
v5.2.3
Browser
Chromium: 123.0.6312.58 (Official Build) (64-bit)
Extension
TamperMonkey
Reproduction steps
Actual results
Expected results
Search working and messages being listed.
Bug affects
Additional information & file uploads
I believe the correct solution should either be reading message IDs from directories in the package using File System Access API or fetching the server ID for each channel ID. Unfortunately I am not a JS developer and have even less of an idea how you can get server IDs by channel IDs.
The text was updated successfully, but these errors were encountered: