Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@dimavolo

Description

@dimavolo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions