SearchStreamsAsync Problem?

I’m using the following code to try and return 5 streams of users playing Halo 5: Guardians.

var streams = await TwitchApi.Streams.SearchStreamsAsync("game=Halo+5%3A+Guardians", 5);

But it seems to only be returning two users even though at this point in time there is > 20 users streaming it.

Is this broken or am I doing something wrong?

Thanks

Sounds like a issue with the library you are using.

Also, if the response returns a cursor, you need to follow the cursor/page until there is no more cursor

Hey, thanks for the reply. I’ll check to see if there is any Nuget updates for the library I am using. I dont think the response returns a cursor. It returns an object that has a list of Channels.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.