Crunchy-DL/Crunchy-Downloader

error when downloading a large Crunchyroll episode

Closed this issue · 10 comments

When I try to download a long episode of Demon Slayer it only ends up downloading the subtitles.

https://www.crunchyroll.com/pt-pt/watch/GX9UQE82J/the-hashira-unite

2024-07-27_22-15-21

hello bro can you tell me how can i get cdm keys

I can't, as you can see, I tried to explain it to you but the post was removed.

but if you search on the internet with the keyword: L3 CDM with Android Studio it will be the first link.

When I try to download a long episode of Demon Slayer it only ends up downloading the subtitles.

https://www.crunchyroll.com/pt-pt/watch/GX9UQE82J/the-hashira-unite

2024-07-27_22-15-21

i have no problem downloading the episode with the same dub/sub settings - so the problem most likely is on your end
make sure your settings are correct and maybe turn on log mode to see if there are any errors

When I try to download a long episode of Demon Slayer it only ends up downloading the subtitles.
https://www.crunchyroll.com/pt-pt/watch/GX9UQE82J/the-hashira-unite
2024-07-27_22-15-21

i have no problem downloading the episode with the same dub/sub settings - so the problem most likely is on your end make sure your settings are correct and maybe turn on log mode to see if there are any errors

2024-07-28_15-27-52.mp4

Even with Log Mode it continues to give problems and I don't know what it could be, I'll try to install a clean installation and see if it could be some configuration...

did you change anything in the muxing settings?

did you change anything in the muxing settings?

yes only, the first 4 options.
2024-07-28_15-45-44

most likely a problem with the mp4 option

most likely a problem with the mp4 option

I can post the logfile later if necessary to analyze what it could be.

settings.yml:

auto_download: true
remove_finished_downloads: true
hard_sub_lang: none
no_video: false
no_audio: false
quality_video: best
quality_audio: best
file_name: ${seriesTitle} - S${season}E${episode} [${height}p]
leading_numbers: 2
soft_subs:
- en-US
- pt-BR
mux_skip_subs: true
subs_add_scaled_border: ScaledBorderAndShadowYes
include_signs_subs: false
mux_mp4: true
mux_video_title: ''
mux_video_description: false
mux_description_lang: en-US
mux_ffmpeg: []
mux_mkvmerge:
- --no-date
- --disable-track-statistics-tags
- --engage no_variable_data
mux_default_sub: pt-BR
mux_default_sub_signs: false
mux_default_sub_forced_display: false
mux_default_dub: ja-JP
dl_video_once: true
mux_sync_dubs: false
chapters: true
dub_lang:
- ja-JP
simultaneous_downloads: 2
theme: System
accent_color: SlateBlue
calendar_language: en-us
calendar_dub_filter: none
calendar_custom: false
calendar_hide_dubs: false
calendar_filter_by_air_date: false
history: true
history_lang: pt-PT
history_add_specials: false
sonarr_properties:
  host: localhost
  port: 8989
  api_key: ''
  use_ssl: false
  url_base: 
  use_sonarr_numbering: false
  sonarr_enabled: false
log_mode: true
stream_endpoint: web/firefox
download_dir_path: 
history_page_properties:
  selected_sorting: Series Title
  selected_view: Posters
  scale_value: 0.73
  ascending: false
download_speed_limit: 0

logfile.txt:

Log mode enabled.
[ffmpeg] Merging failed with exit code -12

2024-07-28_16-00-43.mp4

continues to do the same but just happen to me in this episode, the rest are fine.

if you disable chapters it should work

if you disable chapters it should work

Works thanks..