CommentStream not working?
See original GitHub issuestatic void Main(string[] args)
{
var webAgent = new BotWebAgent(/*my credentials*/);
var reddit = new Reddit(webAgent, true);
var subreddit = reddit.GetSubreddit("/r/askreddit");
int i = 0;
foreach (var comment in subreddit.CommentStream)
{
i++;
Console.WriteLine(i);
}
}
Always gets to 25 comments then never yields any more. Am I misunderstanding this API?
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Reddit comment stream not working? : r/redditdev
Reddit comment stream not working? ... It prints like 15 of those "dgxm0XX" things and then prints a new one each comment is...
Read more >Comment stream dropping comments? · Issue #1043
Issue Description. A simple consumer like the below seems to not be processing all comments. I observed a drop in total comment throughput ......
Read more >Topic on Extension talk:CommentStreams
I am using Mediawiki 1.27 and installed latest version of comment stream extension. As per the document, minimum required version is 1.27.
Read more >Extension:CommentStreams
CommentStreams is a commenting system for wikis. Users can post comments below the content on a wiki page. The comments are displayed with...
Read more >api - Soundcloud Live Comment Stream
I am working on an app and would like to display all the comments for a given Soundcloud track in real time. We...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m getting the same thing. Will take a look at it tonight.
https://www.nuget.org/packages/RedditSharp/1.1.7-CI00025