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

Cannot read sort_type new posts for /r/askscience #3

Open
dimavolo opened this issue Jan 1, 2022 · 0 comments
Open

Cannot read sort_type new posts for /r/askscience #3

dimavolo opened this issue Jan 1, 2022 · 0 comments

Comments

@dimavolo
Copy link

dimavolo commented Jan 1, 2022

Thanks for making a useful wrapper!

I noticed when I try to get new posts on some subreddits, including /r/askscience and others, I get zero posts:

const searchParams = {
	size: 25,
	sort_type: 'new',
	subreddit: 'askscience'
};
const res = await snoo.searchSubmissions(searchParams); // zero results

I have also tried setting sort_type to created_utc.

Any insight on why this would be the case?

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

No branches or pull requests

1 participant