kalanakt / All-Url-Uploader

A simple telegram Bot, Upload Media File| video To telegram using the direct download link. (youtube, Mediafire, google drive, mega drive, etc)
https://urluploader.vercel.app
MIT License
365 stars 911 forks source link

[ bug reports ] #102

Open lahirubandara123 opened 1 year ago

lahirubandara123 commented 1 year ago

I installed the program to Ubuntu VPS. Then gave a link in YouTube video. It didn't work. The error was found and installed Yt-DLP and FFMPEG. Then the bugs were then resolved but a new error occurred.

Asking the video type when the link is given. I have chosen 480p mp4. No other formats in 480p.

Download MP4 and Webm files separately. Then the two files are merge. The extension of the last file is received as MP4.MKV

There is a "no file" error. The program is looking for the mp4 file and secondly seek MKV file. But the extension of the file is mp4.mkv

So Download video is not upload. Therefore, after I downloaded the video, I edited the extension, mkv. Then returned the link and copy the file to the new download folder. Then the task is complete without problems.

But this is not possible again. Very troubled. Every link will have to download twice. Please help.

Video Link - https://youtube.com/watch?v=lvNT-Ahof7A

Sorry about my English. I used Guggle translations.

image

kalanakt commented 1 year ago

Hi @lahirubandara123 !

It sounds like you have been encountering several issues while trying to upload a video using a program on your Ubuntu VPS. It's great that you were able to resolve some of the bugs by installing Yt-DLP and FFMPEG, but it seems that a new error occurred where the program is not able to find the file with the correct extension.

You mentioned that you were able to solve the issue by manually editing the file extension and copying the file to the new download folder. However, you are concerned that this is not a sustainable solution and that you will need to download the video twice for every link.

To address this issue, you could try modifying the program to recognize and handle files with the extension ".mp4.mkv" correctly. Alternatively, you could try downloading the video in a different format, such as WebM, and see if the program is able to handle that format correctly.

Also, there's is some issue with downloading youtube videos with yt-dl so some errors will pop up. alternatively, you can use our https://github.com/kalanakt/videoDefUserBot bot for downloading youtube videos. sorry for the inconvenience and thanks for reporting the above error. I'll be looking forward to fixing the above errors.

SanujaNS commented 1 year ago

Hi @lahirubandara123 !

It sounds like you have been encountering several issues while trying to upload a video using a program on your Ubuntu VPS. It's great that you were able to resolve some of the bugs by installing Yt-DLP and FFMPEG, but it seems that a new error occurred where the program is not able to find the file with the correct extension.

You mentioned that you were able to solve the issue by manually editing the file extension and copying the file to the new download folder. However, you are concerned that this is not a sustainable solution and that you will need to download the video twice for every link.

To address this issue, you could try modifying the program to recognize and handle files with the extension ".mp4.mkv" correctly. Alternatively, you could try downloading the video in a different format, such as WebM, and see if the program is able to handle that format correctly.

Also, there's is some issue with downloading youtube videos with yt-dl so some errors will pop up. alternatively, you can use our https://github.com/kalanakt/videoDefUserBot bot for downloading youtube videos. sorry for the inconvenience and thanks for reporting the above error. I'll be looking forward to fixing the above errors.

Hello @kalanakt , This is a issue in yt-dlp after yt-dlp==2022.7.18 version. There isn't a single open-source yt-dlp bot that fixed this issue. Please look into it. I hope you will fix this soon. Thank you.

SanujaNS commented 1 year ago

Hi @lahirubandara123 ! It sounds like you have been encountering several issues while trying to upload a video using a program on your Ubuntu VPS. It's great that you were able to resolve some of the bugs by installing Yt-DLP and FFMPEG, but it seems that a new error occurred where the program is not able to find the file with the correct extension. You mentioned that you were able to solve the issue by manually editing the file extension and copying the file to the new download folder. However, you are concerned that this is not a sustainable solution and that you will need to download the video twice for every link. To address this issue, you could try modifying the program to recognize and handle files with the extension ".mp4.mkv" correctly. Alternatively, you could try downloading the video in a different format, such as WebM, and see if the program is able to handle that format correctly. Also, there's is some issue with downloading youtube videos with yt-dl so some errors will pop up. alternatively, you can use our https://github.com/kalanakt/videoDefUserBot bot for downloading youtube videos. sorry for the inconvenience and thanks for reporting the above error. I'll be looking forward to fixing the above errors.

Hello @kalanakt , This is a issue in yt-dlp after yt-dlp==2022.7.18 version. There isn't a single open-source yt-dlp bot that fixed this issue. Please look into it. I hope you will fix this soon. Thank you.

The bot works fine if yt-dlp==2022.7.18 or older version is installed but that's not a solution because yt-dlp==2022.7.18 is too old to work as it should be.