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

🐛 Bug Report: Awards aren't showing up on posts or comments #344

Open
1 task done
ButteredCats opened this issue Dec 7, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@ButteredCats
Copy link
Contributor

Describe the bug

Awards aren't showing up on posts or comments.

Steps to reproduce the bug

Head to https://www.reddit.com/r/assholedesign/comments/1h6vo27/thanks_reddit/ on Reddit and on your favorite Redlib instance.
See that the post and the top comment have awards on Reddit.
See that neither have awards on Redlib.

What's the expected behavior?

The awards appear on Redlib.

Additional context / screenshot

Taking a look at https://www.reddit.com/r/assholedesign/comments/1h6vo27/thanks_reddit.json it seems that Reddit isn't showing any info about the awards as we get these instead of anything useful:

top_awarded_type	null
total_awards_received	0
all_awardings	[]
awarders	[]

Taking a quick look through the code it seems that Redlib was only using the all_awardings section to parse this info. I'm not sure if there's another spot to try and get that information from.

  • I checked that the instance that this was reported on is running the latest git commit, or I can reproduce it locally on the latest git commit
@ButteredCats ButteredCats added the bug Something isn't working label Dec 7, 2024
@sigaloid
Copy link
Member

sigaloid commented Dec 8, 2024

unfortunately doesn't appear that this info is exposed to the JSON api at all anymore :( this would rely on the big transition to the new GQL API. Got some stuff in the works w.r.t. this, hoping i'll be able to make progress on it soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants