Giter Site home page Giter Site logo

Comments (16)

jimminylubbox avatar jimminylubbox commented on June 11, 2024 4

Might be a good idea to roll out the account feature asap then

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024 2

It is really nice to see how you help each other. Big kudos to all of you.
Since "we" are on the crude path with Playwright, the problem should be fixable. I had working Playwright settings in a local branch for the login implementation that play nice with GraphQL/kasada. Currently, I am at a conference, I will check within 48h if my settings are still working.

from crude-twitch-viewer-bot.

l3franc3 avatar l3franc3 commented on June 11, 2024 1

It is really nice to see how you help each other. Big kudos to all of you. Since "we" are on the crude path with Playwright, the problem should be fixable. I had working Playwright settings in a local branch for the login implementation that play nice with GraphQL/kasada. Currently, I am at a conference, I will check within 48h if my settings are still working.

In case it helps, those are the cookies I am injecting to make it work with Firefox, extracted from a txt previously created:

self.context.add_cookies([{ "name":"auth-token", "value":nextToken, "path":"/", "domain":".twitch.tv" }])
self.context.add_cookies([{ "name":"last_login", "value":"2023-04-23T15:28:12Z", "path":"/", "domain":".twitch.tv" }])
self.context.add_cookies([{ "name":"name", "value":nextUser, "path":"/", "domain":".twitch.tv" }])

I also check if the user is logged in, with this line (to switch color from green to purple):

check_if_logged = self.page.evaluate("window.localStorage.getItem('video_ads.stream_loudness');")

Hope it helps! @jlplenio

from crude-twitch-viewer-bot.

1234Testaccount123 avatar 1234Testaccount123 commented on June 11, 2024

Yeah I tried everything so far

from crude-twitch-viewer-bot.

l3franc3 avatar l3franc3 commented on June 11, 2024

Are you having the same issue?
Instances staying in yellow?

from crude-twitch-viewer-bot.

1234Testaccount123 avatar 1234Testaccount123 commented on June 11, 2024

exact same. Was working perfectly yesterday

from crude-twitch-viewer-bot.

wilsonricardopereirasilveira avatar wilsonricardopereirasilveira commented on June 11, 2024

same behavior for me.

from crude-twitch-viewer-bot.

l3franc3 avatar l3franc3 commented on June 11, 2024

Looks like Twitch is starting to check with GraphQL if the user is logged in to count the view and play the video

from crude-twitch-viewer-bot.

DannyDelusion avatar DannyDelusion commented on June 11, 2024

streamlink/streamlink#5370

from crude-twitch-viewer-bot.

Grillekkj avatar Grillekkj commented on June 11, 2024

same issue here

from crude-twitch-viewer-bot.

AnonBit avatar AnonBit commented on June 11, 2024

same thing

[GraphQL] One or more GraphQL errors were detected on request 01H1V314JQ7MQP79QPPFB15DR0. PlaybackAccessToken: failed integrity check [{…}]
[GraphQL] One or more GraphQL errors were detected on request 01H1V315JBXTYYATKPPQCHZHJE. ChatRoomBanStatus: unauthenticated

from crude-twitch-viewer-bot.

lnzh1 avatar lnzh1 commented on June 11, 2024

It's working again! Without having made any kind of change. Already get the squares in green!!!! @jlplenio @l3franc3

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

Thank you @lnzh1. I am away and cannot confirm myself, but as others have reported, it looks like they rolled back their aggressive checks and it does continue to work streamlink/streamlink#5370 (comment).

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

As they suggest in the issue above, this may have been advance notice of the actual introduction of this restriction. Lets see.

from crude-twitch-viewer-bot.

l3franc3 avatar l3franc3 commented on June 11, 2024

People say that was a little warning, and they will activate this restriction permanently soon.
So it would be AWESOME to have a new version with the users login tab implemented.

Thank you so much for your work @jlplenio!

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on June 11, 2024

#40

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.