Giter Site home page Giter Site logo

Comments (36)

Chroma911 avatar Chroma911 commented on June 11, 2024 2

Olá bom dia! Fiz a compra de 30 proxys premium, de acordo com o especificado para uso no app. Simplesmente não contabiliza os espectadores... :/

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024 1

I cannot confirm this, I tested it with 0.6.0 ko-fi version for 20 minutes and 30 viewers, no problems.
edit: But, for the ko-fi version, I changed the mechanism to track if an instance is watching. This new mechanism could give a false positive if the stream crashed or is buffering. 🤔

from crude-twitch-viewer-bot.

yomiyo17 avatar yomiyo17 commented on June 11, 2024 1

Still, I cannot recreate this. Tried again with 30 instances for 30 minutes on 0.6.0 normal version. No drops at all.

Can others confirm this issue with twitch?

It does inflate the Vod views and the Unique viewers Log on twitch. Cant say anything about not counting viewers

So, your live viewers remain constant?

Yh it is on my end on the Kofi version

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Do you use the kofi or normal version?

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Can others confirm this issue with twitch?

from crude-twitch-viewer-bot.

l3franc3 avatar l3franc3 commented on June 11, 2024

Tried normal 0.6.0 version and happened again, viewers count for a while and then dissapear.
Maybe webshare proxies are being blacklisted?

Just wondering...

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

maybe, i didnt have time this week to test it out again, but on #163 we stated that the stream is starting muted, maybe its that? idk

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

Olá bom dia! Fiz a compra de 30 proxys premium, de acordo com o especificado para uso no app. Simplesmente não contabiliza os espectadores... :/

@jlplenio Another guy with the same problem, I don't know if you understand Portuguese but basically he said he bought 30 proxies from Webshare as specified and the instances don't count in the live

from crude-twitch-viewer-bot.

Chroma911 avatar Chroma911 commented on June 11, 2024

Olá bom dia! Fiz a compra de 30 proxys premium, de acordo com o especificado para uso no app. Simplesmente não contabiliza os espectadores... :/

responde sempre em inglês maninho, todos aqui falam en inglês. Esse problema que você citou ja está sendo discutido

Sorry, I didn't pay attention to that. Anyway, I have the same reported problem.

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Thank you for your reports. Keep them coming. I will try again with the normal version.

from crude-twitch-viewer-bot.

jnwright avatar jnwright commented on June 11, 2024

using normal v0.4.0 and instances are suddenly not being counted as viewers

from crude-twitch-viewer-bot.

yomiyo17 avatar yomiyo17 commented on June 11, 2024

Can others confirm this issue with twitch?

It does inflate the Vod views and the Unique viewers Log on twitch. Cant say anything about not counting viewers

Example:
image

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Still, I cannot recreate this. Tried again with 30 instances for 30 minutes on 0.6.0 normal version. No drops at all.

Can others confirm this issue with twitch?

It does inflate the Vod views and the Unique viewers Log on twitch. Cant say anything about not counting viewers

So, your live viewers remain constant?

from crude-twitch-viewer-bot.

Chroma911 avatar Chroma911 commented on June 11, 2024
Capturar

I performed a live today to test the bot again. In the end, the number of live viewers was only 6, fluctuating constantly. In terms of unique viewers, it reached 260.

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

I performed a live today to test the bot again. In the end, the number of live viewers was only 6, fluctuating constantly. In terms of unique viewers, it reached 260.

You have no proxies, so only one viewer will count?!

from crude-twitch-viewer-bot.

Chroma911 avatar Chroma911 commented on June 11, 2024

I performed a live today to test the bot again. In the end, the number of live viewers was only 6, fluctuating constantly. In terms of unique viewers, it reached 260.

You have no proxies, so only one viewer will count?!

Last week I purchased 30 premium proxies. In theory, it should work.

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

grafik

Your screenshot shows 0 proxies.

from crude-twitch-viewer-bot.

Chroma911 avatar Chroma911 commented on June 11, 2024

grafik

Your screenshot shows 0 proxies.

I hadn't realized that. Isn't the procedure to download the proxy list and attach it to the 'proxy' folder?

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Add the proxies from your downloaded file to the proxy\proxy_list.txt

from crude-twitch-viewer-bot.

Chroma911 avatar Chroma911 commented on June 11, 2024

Add the proxies from your downloaded file to the proxy\proxy_list.txt

The instances are dying... out of 30, only 3 are online. And even then, they don't count as live viewers

from crude-twitch-viewer-bot.

jnwright avatar jnwright commented on June 11, 2024

Still, I cannot recreate this. Tried again with 30 instances for 30 minutes on 0.6.0 normal version. No drops at all.

Not sure if you mean the app or twitch. It says that they are viewers in the app and they are all green, but the viewer number on the Twitch stream does not increase.

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

I believe that making this change can potentially solve the issue of muted livestreams and viewers not being counted. It is likely that Twitch removes viewers if the livestream is muted, so it is better to have it unmuted.

Here is the modified code:
self.goto_with_retry(self.target_url)
self.page.wait_for_timeout(1000)
self.page.wait_for_selector(".persistent-player", timeout=15000)
self.page.keyboard.press("Alt+t")

Press the "m" key to unmute the Twitch player (or u can get css code, this is just the simple way to make it)
self.page.keyboard.press("m")

self.page.wait_for_timeout(1000)

Please note that I haven't personally worked with Playwright, but this modification is based on the assumption that the "Alt+t" key combination is right and that pressing "m" unmutes it. I don't know if i need to put a self.page.wait_for_timeout(1000) between these 2 lines, let me know.

i can make a pull request for this if u agree, just let me know @jlplenio

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

I managed to find some time and updated the code myself, then built an executable of the program to test my theory of unmuting the live stream. This is actually something on Twitch, but unfortunately, it didn't work. I just tested it, and even with 18 instances, the live stream still had only 8 real viewers. Bots are not counting at all

edit 1: Tested with non headless and still won't count viewers

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Thank you for your effort and time. Judging by your response, #167 does not fix your issue?

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

Thank you for your effort and time. Judging by your response, #167 does not fix your issue?

Nope, I even tried to unmute Google itself, but it didn't work. However, this is probably just one aspect of the overall problem. I just can't figure out what else could be causing it.

Maybe twitch changed something?

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Like I said. Everything works fine on my end. And there is no real uproar here. So, I think this is an isolated problem.
Can you check in the logs that every instance uses a different proxy when it starts?

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

yes it is, they all using different proxy and user agent

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

I am running out of ideas. Try replacing the webshare proxies with fresh ones. Under Proxy->List
grafik

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Then I am at a loss.

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

from crude-twitch-viewer-bot.

jnwright avatar jnwright commented on June 11, 2024

Could this have to do with Chrome's Memory Saver feature that they put out a few months ago? It deactivates tabs that aren't being used to save memory. I've noticed that if I'm watching a stream regularly and mute it, the player pauses after a while. Maybe that's what's happening here if the bot views are going in muted-- they never count. People have gotten around it by putting the player at 1% volume instead of mute and/or turning off the memory saver feature + adding twitch as an exception. Turning the setting off didn't work for me, though.

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

I don't think so, I'm pretty sure Playwright doesn't have a feature to enable/disable Chrome's memory saver, and my Google Chrome doesn't have it activated. I don't know if Playwright actually doesn't have it; I've done a small search and didn't find anything about it. Maybe add twitch as an exception is a thing but I don't really know how to do it.

from crude-twitch-viewer-bot.

Cloudstrifeff7 avatar Cloudstrifeff7 commented on June 11, 2024

Square boxes many times turn yellow instead of green, however Twitch apparently counts them as viewers for me.

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Do they stay yellow? Ad breaks might be counted as yellow. Unsure, though.

from crude-twitch-viewer-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.