How to disconnect then reconnect or connect to another channel #6
-
The following sample code, connects, then disconnects using the DisconnectAsync() method.
This throws a timeout exception the second time await kickApi.Channels.GetChannelInfoAsync(userName); is called. I've tried doing it with different channel names but same issue. Any ideas ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately, if this is happening it means that Kick's protection system got much more aggressive. Based on my testing, first few requests will go through but then you are blocked by CAPTCHA. |
Beta Was this translation helpful? Give feedback.
Unfortunately, if this is happening it means that Kick's protection system got much more aggressive. Based on my testing, first few requests will go through but then you are blocked by CAPTCHA.
To fetch a data, it uses C# Puppeteer with stealth and Anonymize UA plugins. The only option is to customize the plugins more to avoid detection or find another way of accessing Kick's Cloudflare-protected API.