Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overwriting not always registering in record of deleted comments #19

Open
BeckTimothy opened this issue Feb 2, 2021 · 1 comment
Open

Comments

@BeckTimothy
Copy link

BeckTimothy commented Feb 2, 2021

After downloading my reddit data, I've notice that sometimes my data before overwriting is still cached.

I'm going out on a limb so assume that this is due to either:

  1. Reddit servers being busy and the edit not getting fully processed before the delete for some reason
  2. The edit failing, erroring, or skipping before deleting on client side

My first assumpton was that they were the posts Automod was deleting when you're trying to edit it, but I've checked all of those in my message box from automod has deleted every instance of an edit, leaving the edit intact.

@BeckTimothy BeckTimothy changed the title Length of time between overwrite and delete sometimes not enough Overwriting not always registering in record of deleted comments Feb 2, 2021
@BeckTimothy
Copy link
Author

I think a solution would be to build an array of every comment, then edit every comment, then check if every comment has been edited, then deleting every comment. This will make the script take significantly longer, however it will be more thorough.

What are your thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant