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

Refused to connect error #135

Open
samuelmaddock opened this issue Jul 6, 2019 · 1 comment
Open

Refused to connect error #135

samuelmaddock opened this issue Jul 6, 2019 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@samuelmaddock
Copy link
Owner

samuelmaddock commented Jul 6, 2019

  • Metastream Version: v0.3.11
  • Browser + Version: Chrome 75+
  • OS Version: Windows/Mac

Some websites, including Netflix and Reddit, display an error page with the message "refused to connect."

chrome_2019-07-06_15-29-33E99d

This occurs due to a bugs with Chrome extensions

Solutions

  • Verify that the Metastream extension has permission to run "On all sites". This is required as Metastream embeds other websites within app.getmetastream.com.

NVIDIA Share_2019-08-01_15-03-24nFI8

  • Open the website having issues (ie. netflix.com) in another tab, then press Ctrl+F5 to force a hard reload. Then reload the media in Metastream.
  • If this issue still appears after verifying extension permissions, it may be required to use Firefox.
@samuelmaddock samuelmaddock added bug Something isn't working help wanted Extra attention is needed labels Jul 6, 2019
This was referenced Aug 3, 2019
@gurupras
Copy link

gurupras commented Aug 4, 2019

Alternatively you have your extension uninstall the service worker and force-reload Netflix in a new tab.

You're right that the service worker network requests bypass the extension. This is because the interaction between service workers and webRequest isn't fleshed out yet. Uninstalling the service worker is one easy way, but to the best of my knowledge, this requires the user to do a force-reload on netflix.com so that the extension gets a chance to uninstall any existing service worker.

If you figure out a way to automate the process of loading Netflix in a new tab and force-refreshing the tab, let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants