question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CommentStream not working?

See original GitHub issue
static 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:closed
  • Created 7 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
pimanaccommented, Nov 10, 2016

I’m getting the same thing. Will take a look at it tonight.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found