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

Disney+ not working #49

Open
Nicols0Mart opened this issue Mar 13, 2024 · 5 comments
Open

Disney+ not working #49

Nicols0Mart opened this issue Mar 13, 2024 · 5 comments

Comments

@Nicols0Mart
Copy link

Right now, the Disney+ services does not work properly. All works except the video player, which stays as a black screen.

@Alex313031
Copy link
Owner

Alex313031 commented Mar 17, 2024

@Nicols0Mart Let me test, as I recently got a disney+ subscription.

@Setrexis
Copy link

@Alex313031 Any progress on this issue?

I can confirm that disney+ video playback is not working. Looking at the browser console, it appears that some requests are being blocked by the client.

@Nicols0Mart
Copy link
Author

Hey @Alex313031, I know you have been busy with Thorium and being away from home while your family was on vacation. Hope you doing great. Nevertheless, is this project still active? I would love to be able to use it again for Disney+. I builded the app from latest commit but still does not seem to work. Cheers!

@Akezhar
Copy link

Akezhar commented Sep 27, 2024

Serching the web it appears that Disney+ is blocked on linux and I was able to have it work by changing the user agent to "Chrome - Windows" in the developer tools, but I haven't found a way to make it persistent and needs to be set every time.

Digging a bit further I found that editing the file "default-services.js" adding the userAgent "'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36'" to the Disney+ service is enough to make it persistent; Seeing that other services already have a userAgent this should probably be added by default.

@Nicols0Mart
Copy link
Author

Nicols0Mart commented Sep 30, 2024

Serching the web it appears that Disney+ is blocked on linux and I was able to have it work by changing the user agent to "Chrome - Windows" in the developer tools, but I haven't found a way to make it persistent and needs to be set every time.

Digging a bit further I found that editing the file "default-services.js" adding the userAgent "'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36'" to the Disney+ service is enough to make it persistent; Seeing that other services already have a userAgent this should probably be added by default.

Indeed this works. Thank you very much in finding this out.

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