-
-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
send_watch InvalidUrlClientError [{"error":"Can not find channel"}] #586
Comments
Related: #590 (comment) |
I had a similar error but with InvalidURL
|
That's another |
I already have a working "workaround", that emits an error when a case like this is detected. The thing is, apparently I forgot to push it yesterday, when I was testing how it works. Will do so in about an hour or two. The issue is, that won't solve much. There's currently no way to mark a channel as "unwatchable", as long as it's online and streaming an applicable game. Setting it offline won't work, because the redundant viewers count update logic in the miner will set it back online a few minutes later. I'll need to think about implementing a way to do that later on, but for now, the change I'll soon push will simply make the miner at least not crash in cases like this. |
3b4923a has been put in place to turn this issue into a non-fatal error, but an error nonetheless. The next logical step would be to implement a way for the miner to detect and mark a stream as "unwatchable", or "not possible to watch", due to various reasons (like the geo-blocking / "content restricted in region" in this case). It sounds as something relatively simple to do, but at the same time, not really. This is because properly detecting a geo-blocked stream would require me having access to one, which I currently do not have, nor can find. Twitch search specifically won't show me geo-blocked streams: https://help.twitch.tv/s/article/how-does-search-work?language=en_US#whyresults My only bet would be for someone else to supply me with a link or channel name to a geo-blocked stream. For now though, I've managed to find this website, that lists banned streamer accounts/channels: https://streamerbans.com/streamers?page=1&banStatus=banned I'll try using that to do the testing instead. |
I read that some Korean streams using content from Korean bands are sometimes geo-blocked to korea In my case the miner was trying to watch this channel multiversus that is geo-blocked to USA only But I don't know if it was only blocked during that stream for the drops or all of the streams are blocked |
I see, thank you. I'll keep an eye on the channel to see if I can catch it streaming the geo-blocked stream. |
Originally posted by @introvertism in #583 (comment)
The text was updated successfully, but these errors were encountered: