-
Notifications
You must be signed in to change notification settings - Fork 10
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
reddit-user-to-sql occasionally fetches wrong scores #13
Comments
I'll have to take a closer look on this one. My only guess is that you created your archive when the comment was newer, and thus had a lower score than it shows now. I pipe the value from the API right into the FWIW, If you re-run the |
I am fairly sure we can exclude this possibility: I generated the archive shortly before creating this ticket, and I happen to know that the comment already had the same score the day before (i.e. on the day it was posted) — and its score hasn’t I was also able to reproduce this: I ran the import command repeatedly (both on the same DB and after deleting it) when posting this issue yesterday, and it always showed the same score (1), even though the “live” score of the comment when reading it via the Reddit website was 8-ish (unfortunately I neglected to check the comment via a third-party Reddit client). That said, it’s definitely possible that some caching effect is at play, and today I can no longer reproduce it: the score is now shown as 7 in the export database. |
I'll look into this and try to repro, but if it's something on Reddit's end, i'm not sure there's anything I can do about it. |
MWE:
Which shows the output
1
. However, in reality the corresponding comment has approximately 8 upvotes.I didn’t check any other scores to see how widespread the issue is. I realise that Reddit shows random scores to frustrate score gaming, but as far as I am aware the difference between the displayed and the actual score is at most a few points (1? 2?), not 7, as here.
The text was updated successfully, but these errors were encountered: