undiscord
undiscord copied to clipboard
[BUG] "Stopped by you" when using imported json
When I import a JSON, I get a "Stopped by you" in every channel where there is messages and it never deletes.
To Reproduce Steps to reproduce the behavior:
- Go to a regular channel and start a deletion because for some reason importing the json without doing this doesn't work
- Import the JSON
- Start the deletion
Screenshots / Logs If applicable, add screenshots and or copy log to help explain your problem.

Affects (Add an X to items that apply)
- [X] DMs
- [X] DM Groups
- [X] Channel
- [X] Channel (NSFW)
- [X] Server (All Channels)
- [X] Other (explain)
System:
- OS: [Windows 10, macOS 10.15.7]
- Browser [Chrome 87]
Are you utilizing a JSON script that you got from your data package, if so which one?
I've run into similar issues when attempting to delete messages from multiple channels and temporarily mitigated it by disabling the "Stop" button function altogether but this is obviously less than ideal.
I'm using index.json which is what the wiki says to use.
There are multiple "index.json" files within the data package. The entire folder should look like this.
package
|
| README.txt
|
└-----account
|
└-----messages
| └----[a bunch of directories]
| | index.json
|
└-----programs
|
└-----servers
└----[a bunch more directories]
| index.json
Was it under the servers director or the messages directory?