Skip to content

fix: reddit unauthorized api issue (closes #283) - #285

Merged
Bnyro merged 1 commit into
you-apps:mainfrom
SuhasDissa:reddit-fix
Jun 19, 2026
Merged

fix: reddit unauthorized api issue (closes #283)#285
Bnyro merged 1 commit into
you-apps:mainfrom
SuhasDissa:reddit-fix

Conversation

@SuhasDissa

Copy link
Copy Markdown
Member

Changed the RedditApi class to use the reddit .rss endpoint instead of the now blocked .json endpoint

The new workaround is working fine. However, the experience is a little degraded because of the rate limits in the .rss endpoint
Basically, we have to be patient when scrolling the wallpaper list, as requesting a new page means sending a new request to reddit, which could get rate limited.

@SuhasDissa SuhasDissa linked an issue Jun 19, 2026 that may be closed by this pull request
3 tasks
@Bnyro
Bnyro self-requested a review June 19, 2026 11:04

@Bnyro Bnyro left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've additionally added the date and author fields, otherwise lgtm diff.

Thank you!

@Bnyro
Bnyro merged commit df40701 into you-apps:main Jun 19, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

Reddit Source: returning 403 error

2 participants