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

IndexError: list index out of range #52

Open
vinay5018 opened this issue Sep 26, 2021 · 0 comments
Open

IndexError: list index out of range #52

vinay5018 opened this issue Sep 26, 2021 · 0 comments

Comments

@vinay5018
Copy link

WARNING: You have requested multiple formats but ffmpeg or avconv are not installed. The formats won't be merged.
ERROR:pyrogram.client.ext.dispatcher:list index out of range
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/pyrogram/client/ext/dispatcher.py", line 204, in update_worker
await handler.callback(self.client, *args)
File "/home/xxxx/github/Youtube-Downloader-Bot/plugins/youtube_callback_data.py", line 114, in catch_youtube_dldata
filename = await downloadvideocli(video_command)
File "/home/xxxx/github/Youtube-Downloader-Bot/helper/ytdlfunc.py", line 63, in downloadvideocli
filename = t_response.split("Merging formats into")[-1].split('"')[1]
IndexError: list index out of range

I have ffmpeg is install still getting this error any idea

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

1 participant