Comment by jmcgomes on 13/12/2022 at 18:14 UTC

6 upvotes, 0 direct replies (showing 0)

View submission: Update on COLO switchover -- bug fixes, reindexing and more

I seem to have the same issue with submissions older than Nov 3. I can find comments though.

Is this some bug that will be fixed? Or some permanent data loss?

Ex (Oct 10 to Oct 11):

https://api.pushshift.io/reddit/search/submission?subreddit=askreddit&before=1665446400&after=1665360000[1][2] --> Returns nothing

1: https://api.pushshift.io/reddit/search/submission?subreddit=askreddit&before=1665446400&after=1665360000

2: https://api.pushshift.io/reddit/search/submission?subreddit=askreddit&before=1665446400&after=1665360000

https://api.pushshift.io/reddit/search/comment?subreddit=askreddit&before=1665446400&after=1665360000[3][4] --> Returns plenty

3: https://api.pushshift.io/reddit/search/comment?subreddit=askreddit&before=1665446400&after=1665360000

4: https://api.pushshift.io/reddit/search/comment?subreddit=askreddit&before=1665446400&after=1665360000

If I take one submission ID from those comments returned, ex: y0sstw, and try to get it directly:

https://api.pushshift.io/reddit/search/submission?ids=2057193716[5][6] --> Doesn't find it

5: https://api.pushshift.io/reddit/search/submission?ids=2057193716

6: https://api.pushshift.io/reddit/search/submission?ids=2057193716

Also note that I had to manually convert the base36 link_id to int. Passing the base36 ID results in Internal Server Error. I assume this is also a bug.

Replies

There's nothing here!