reddit-snooper
reddit-snooper copied to clipboard
Requested too many items (reddit does not keep this large of a listing)
When I start a watcher for a subreddit, e.g.
snooper.watcher.getPostWatcher('subreddit')
everything works correctly, but if I try to get the top posts of such subreddit, e.g.
snooper.watcher.getPostWatcher('subreddit/top')
or the controversial ones e.g.
snooper.watcher.getPostWatcher('subreddit/controversial')
I alway get this: "Requested too many items (reddit does not keep this large of a listing)"
Am I missing something here?
Let me look into this
Oh sorry, I just realized I had to use getListingWatcher
instead of getPostWatcher
. My bad!
Get the same warning for snooper.watcher.getCommentWatcher()
too.
Same warning here, can't figure it out.
same here
Same issue here . snooper.watcher.getCommentWatcher() have Requested too many items (reddit does not keep this large of a listing) warning.