Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Error 19 when downloading videos_m3u8 #173

Open
Melonyz opened this issue Oct 24, 2023 · 7 comments
Open

Error 19 when downloading videos_m3u8 #173

Melonyz opened this issue Oct 24, 2023 · 7 comments
Labels
needs triage issue needs to be validated

Comments

@Melonyz
Copy link

Melonyz commented Oct 24, 2023

Been happening recently and the programs skips out on a lot of files after.

[19]ERROR | 12:54 || Unexpected error during sorting Single Post download;
Traceback (most recent call last):
File "fansly_downloader.py", line 1189, in
File "fansly_downloader.py", line 744, in sort_download
File "fansly_downloader.py", line 618, in download_m3u8
IndexError: tuple index out of range
image_2023-10-24_130131952

@Melonyz Melonyz added the needs triage issue needs to be validated label Oct 24, 2023
@z6mbie
Copy link

z6mbie commented Nov 1, 2023

I have this problem as well. Have u found any fixes?

@LeonRoyal
Copy link

Same exact issue, mine is just called Error [33]

@RalkeyOfficial
Copy link

RalkeyOfficial commented Nov 3, 2023

@Melonyz @LeonRoyal @z6mbie Im planning on attempting to recreate this error later,
could you tell me a bit of information regarding the issue?

  1. what version of the downloader do you use?
  2. did you dowload the source code from the Releases tab or from the latest version on master branch?
  3. what creator did you attempt to download from?

@Melonyz
Copy link
Author

Melonyz commented Nov 3, 2023

@RalkeyOfficial v0.4.1, master branch and tinytvoya

@prxststr
Copy link

Yes, same issue.

@alexeyrubenoff
Copy link

I think this happens with videos that don't have an audio track - when i changed the line
audio_stream = input_container.streams.audio[0]
to
audio_stream = input_container.streams.video[0]

the download succeeded.

@prxststr
Copy link

I think this happens with videos that don't have an audio track - when i changed the line audio_stream = input_container.streams.audio[0] to audio_stream = input_container.streams.video[0]

the download succeeded.

Hi!

The problem solved here.
prof79/fansly-downloader-ng#2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs triage issue needs to be validated
Projects
None yet
Development

No branches or pull requests

7 participants
@RalkeyOfficial @LeonRoyal @alexeyrubenoff @Melonyz @z6mbie @prxststr and others