Skip to content
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

Black loading screen for about a minute on streams #27

Open
brendan-timmons opened this issue Nov 17, 2019 · 3 comments
Open

Black loading screen for about a minute on streams #27

brendan-timmons opened this issue Nov 17, 2019 · 3 comments

Comments

@brendan-timmons
Copy link

I seem to be getting a black loading screen for around a minute on streams when the ads would normally load.

Chrome version: 78.0.3904.97

Let me know if I can provide anything else to help.

@Straighten-Your-Back
Copy link

Getting the same thing on both Firefox and Waterfox, and I'm going to be honest, I don't care. I'd rather see a black screen for a minute rather than an ad.

@Eldakhan
Copy link

Same issue, I'm on Firefox :)

@ToxiClay
Copy link

ToxiClay commented Sep 29, 2020

Getting this issue as well. When it happens, I note the following error in the Extensions page:

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

}

function getWasmBinaryVersion (twitchBlobUrl) {
    var req = new XMLHttpRequest();
    req.open('GET', twitchBlobUrl, false); //This line is highlighted in Chrome's error display menu
    req.send();
    return req.responseText.match(/wasmworker\.min\-(.*)\.js/)[1];
}

Is this potentially related? It only appears to affect one stream, and not all the time.

Nope, it happens across multiple streams.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants