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

Not compatable with download manager extensions #325

Open
SamuNatsu opened this issue Aug 22, 2023 · 4 comments
Open

Not compatable with download manager extensions #325

SamuNatsu opened this issue Aug 22, 2023 · 4 comments

Comments

@SamuNatsu
Copy link

If browser installed some download manager extensions like FDM/Motrix, they would grab the download request and send out side the browser.

Then, the stream download failed.

It seems that the extension's priority is on top of the service worker. So, I have no idea.

HELP

@SamuNatsu SamuNatsu changed the title No compatable with download manager extensions Not compatable with download manager extensions Aug 22, 2023
@eligrey
Copy link
Collaborator

eligrey commented Aug 22, 2023

Have you contacted the developers of the affected browser extensions? They can potentially detect blob URIs and preempt their download manager behavior before breaking downloads.

@jimmywarting
Copy link
Owner

Streamsaver don't use blob uri
A service worker intercepts normal looking https url

@eligrey
Copy link
Collaborator

eligrey commented Aug 22, 2023

Oh yeah I forgot that it doesn't use blob urls, sorry

@SamuNatsu
Copy link
Author

When I disabled FDM extension, everything works fine. It's the only solution I found right now.

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

3 participants