Closed ghost closed 2 years ago
If there's a 0mb file, that usually indicates that ffmpeg is doing something, but the fact that it is stuck and also not outputting any logs is odd. Have you tried interrupting it with control + c and restarting it?
If there's a 0mb file, that usually indicates that ffmpeg is doing something, but the fact that it is stuck and also not outputting any logs is odd. Have you tried interrupting it with control + c and restarting it?
Yes I actually tried to ctrl + c, but it seems like as if my cmd isn't responding, I'm using Windows 11 and Windows Terminal(the new cmd app for windows) but if I create another tab, I can type commands and everything, I left it till now and wanted to see if it will be back ill try restarting(the cmd) and let you know how it goes
After closing the cmd it seemed like the size of the 0 bytes file suddenly changed to the size that it should be, which is weird, and I think this is the bug that I related in the OP to this, but I never noticed this is how it happens
this error sometimes also happens when it actually merges the files successfully and the script is stuck in the "merging" state, the way I was able to confirm this is if I go to the files, instead of finding a .mp4 file with size of 0 bytes, I would find a file which fully works with audio and video, the logs of this case is the same for the first case which I attached below.
I'll try changing the ffmpeg version, I was running the 2021-11-18-git-85a6b7f7b7-full_build-www.gyan.dev
build ill try with the latest build and see if its related
If there's a 0mb file, that usually indicates that ffmpeg is doing something, but the fact that it is stuck and also not outputting any logs is odd. Have you tried interrupting it with control + c and restarting it?
@Puyodead1
Similar issue I also mentioned in thread https://github.com/Puyodead1/udemy-downloader/issues/88 along with the logs.
After closing the cmd it seemed like the size of the 0 bytes file suddenly changed to the size that it should be, which is weird, and I think this is the bug that I related in the OP to this, but I never noticed this is how it happens
this error sometimes also happens when it actually merges the files successfully and the script is stuck in the "merging" state, the way I was able to confirm this is if I go to the files, instead of finding a .mp4 file with size of 0 bytes, I would find a file which fully works with audio and video, the logs of this case is the same for the first case which I attached below.
I'll try changing the ffmpeg version, I was running the2021-11-18-git-85a6b7f7b7-full_build-www.gyan.dev
build ill try with the latest build and see if its related
Did you have a chance to try the latest version?
After closing the cmd it seemed like the size of the 0 bytes file suddenly changed to the size that it should be, which is weird, and I think this is the bug that I related in the OP to this, but I never noticed this is how it happens
this error sometimes also happens when it actually merges the files successfully and the script is stuck in the "merging" state, the way I was able to confirm this is if I go to the files, instead of finding a .mp4 file with size of 0 bytes, I would find a file which fully works with audio and video, the logs of this case is the same for the first case which I attached below.
I'll try changing the ffmpeg version, I was running the2021-11-18-git-85a6b7f7b7-full_build-www.gyan.dev
build ill try with the latest build and see if its relatedDid you have a chance to try the latest version?
Yes I forgot to reply my bad, and the same issue occurred with the newer version
What happened?
I've been trying to download this course: https://www.udemy.com/course/react-tutorial-and-projects-course/
It has been stuck on the log that I attached below for more than an hour, if I go to the directory of the course I see the video(decrypted) which I can play without audio and the audio file(that is also decrypted) which is playable, I see a .mp4 with 0 bytes in size which is most probably the file that it tries to merge both of the files(video and audio to), this error sometimes also happens when it actually merges the files successfully and the script is stuck in the "merging" state, the way I was able to confirm this is if I go to the files, instead of finding a .mp4 file with size of 0 bytes, I would find a file which fully works with audio and video, the logs of this case is the same for the first case which I attached below.
I would say it happens randomly, so I didn't notice a specific pattern in which it happens
Expected Result
A playable lecture .mp4 file is supposed to be available, and the script should continue downloading other lectures and so on
Branch
master/main
What operating systems are you seeing the problem on?
Windows
Relevant log output
Other information
If there is any other information that you would like me to provide, I would provide happily thank you