wayneclub / Subtitle-Downloader

Auto download subtitles from streaming services, such as Apple TV+, CatchPlay, Crunchyroll, Disney+, FridayVideo, HBO GO Asia, iQIYI, iTunes, KKTV, LINE TV, meWATCH, MyVideo, NowE, NowPlayer, Viki, Viu, WeTV, YouTube, and etc.
MIT License
278 stars 60 forks source link

Disney+ problem #45

Closed slthelion closed 11 months ago

slthelion commented 1 year ago

{"errors":[{"code":"media.not-playable"}]}

FROGYu commented 1 year ago

{"errors":[{"code":"media.not-playable"}]}

skittlesvampir commented 1 year ago

Same here

wayneclub commented 11 months ago

Please provide more details next time such as which show or movie you are downloading. If Colab can't run it, please try to execute it locally.

skittlesvampir commented 11 months ago

I've executed the following command locally:

python subtitle_downloader.py "https://www.disneyplus.com/de-de/series/malcolm-mittendrin/5mNQERYSP5YN" -s 1 -e 1

Afterwards I get some metadata, followed by the following stream url and error codes:

https://disney.playback.edge.bamgrid.com/media/16200ec2-8c09-4890-bab9-a2da0f62f020/scenarios/ctr-limited {"errors":[{"code":"media.not-playable"}]} {"errors":[{"code":"media.not-playable"}]}

I didn't want to paste the whole log as it contained some private details. If you need more information, please tell me.

wayneclub commented 11 months ago

I've executed the following command locally:

python subtitle_downloader.py "https://www.disneyplus.com/de-de/series/malcolm-mittendrin/5mNQERYSP5YN" -s 1 -e 1

Afterwards I get some metadata, followed by the following stream url and error codes:

https://disney.playback.edge.bamgrid.com/media/16200ec2-8c09-4890-bab9-a2da0f62f020/scenarios/ctr-limited {"errors":[{"code":"media.not-playable"}]} {"errors":[{"code":"media.not-playable"}]}

I didn't want to paste the whole log as it contained some private details. If you need more information, please tell me.

Disney Plus update API. Fixed, please re-download

skittlesvampir commented 11 months ago

Works great now, thank you so much! (You can close this issue now btw)