this post was submitted on 14 Jun 2023
0 points (NaN% liked)

Reddit Migration

16 readers
2 users here now

### About Community Tracking and helping #redditmigration to Kbin and the Fediverse. Say hello to the decentralized and open future. To see latest reeddit blackout info, see here: https://reddark.untone.uk/

founded 1 year ago
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

It appears some of my comments were brought back from the edidead by Reddit. Running the script again, but be careful

[–] [email protected] 2 points 1 year ago (1 children)

Hey, so I modified your script to print out what it was overwriting. Like literally just these five lines:

count += 1
print(f"Comment.id {comment.id}")
print(f"Comment.permalink https://www.reddit.com{comment.permalink}")
print(f"Comment.body\n{comment.body}")
print(f"Count: {count}")

I saw something similar, but since I have this extra detail, I was able to determine that the content the script overwrote is staying overwritten. Rather, it's that Reddit's API is not returning everything to us. More details at https://kbin.social/m/RedditMigration/t/47320/PSA-If-you-have-more-than-1000-posts-more-than

TLDR; it may be the case that we're finding other content too old that got missed by the script rather than reddit undeleting/unediting stuff the script found.

There's another script out there on github that uses Pushshfit's API to get around this, see https://kbin.social/m/RedditMigration/t/47320/PSA-If-you-have-more-than-1000-posts-more-than#entry-comment-202228

Not sure if that will keep working past June 30, so we need to look into that asap.