media-downloader
media-downloader copied to clipboard
Os2
I just update the src to latest version on my laptop. But now I see that it cannot find ffmpeg, same as i had before. #issue 104
Also It don't download the yt-dlp anymore. I see " QIODEVICE::read (Qnetwork replyhttpimpl): device not open"
First issue first, build from git and try again.
Hi,
Now it's seeing the ffmpeg, again 🙂 we don't have to aria2c😚
The second issue now, is it still there?
Hi,
Yrs, it's still there...
Op vr 23 sep. 2022 07:27 schreef mhogomchungu @.***>:
The second issue now, is it still there?
— Reply to this email directly, view it on GitHub https://github.com/mhogomchungu/media-downloader/issues/179#issuecomment-1255813781, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIYTREAPFDC2KAULRPBNCDV7U5VZANCNFSM6AAAAAAQSXVUUE . You are receiving this because you authored the thread.Message ID: @.***>
The picture you sent me over email suggests the problem is due to network timing out.
Are you sure the internet was working properly before you attempted to download yt-dlp?
Does the error occur immediately or after waiting for a while for the download to start? The timeout is set at 30 seconds so i expect that error to occur if the network request does not respond within 30 seconds.
Hihi
Op vr 23 sep. 2022 16:29 schreef mhogomchungu @.***>:
The picture you sent me over email suggests the problem is due to network timing out.
Are you sure the internet was working properly before you attempted to download yt-dlp?
Yes i have a stable inet connection
Does the error occur immediately or after waiting for a while for the download to start?
No it's after the 3o sec
The timeout is set at 30 seconds so i expect that error to occur if the network request does not respond within 30 seconds.
with the older version i have it's downloading the file in about 3 min
— Reply to this email directly, view it on GitHub https://github.com/mhogomchungu/media-downloader/issues/179#issuecomment-1256288616, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIYTREVQY2TVM4VFIKIOPLV7W5DFANCNFSM6AAAAAAQSXVUUE . You are receiving this because you authored the thread.Message ID: @.***>
Hi Also when I try to download a YouTube movie it won't succeed...
See picture...
Op vr 23 sep. 2022 16:29 schreef mhogomchungu @.***>:
The picture you sent me over email suggests the problem is due to network timing out.
Are you sure the internet was working properly before you attempted to download yt-dlp?
Does the error occur immediately or after waiting for a while for the download to start? The timeout is set at 30 seconds so i expect that error to occur if the network request does not respond within 30 seconds.
— Reply to this email directly, view it on GitHub https://github.com/mhogomchungu/media-downloader/issues/179#issuecomment-1256288616, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIYTREVQY2TVM4VFIKIOPLV7W5DFANCNFSM6AAAAAAQSXVUUE . You are receiving this because you authored the thread.Message ID: @.***>
Your previous comment did not attach any image.
3 minutes seems like a very long time to wait by default. The default timeout value remains at 30 seconds but you can now change it to whatever value you want.
Update from git and then look for media downloader configuration file and in it, there is an option named NetworkTimeOutInSeconds
, change the default value of 30 to new value of 180 to make media downloader wait for 3 minutes before timing out.
I do not know where the config file is in OS2 but its full path on linux on my system is /home/$USER/.config/media-downloader/media-downloader.conf
Hi,
If i set to 240 it's downloading now the file... But if i try to download a YouTube file it failed...
https://boomfinefood.stack.storage/s/MYhTgMeuwFdIsXUE
That is a yt-dlp error and not caused by Media Downloader.
Run yt-dlp directly from the terminal and you should get the same error.
Closing this one since i problem i can solve is already solved.