pnicto / impartus-video-downloader

Impartus video downloader written in go
GNU General Public License v3.0
17 stars 3 forks source link

Has some weird issue with certain courses #13

Closed ashishdlp closed 11 months ago

ashishdlp commented 1 year ago

The program works for all my courses except for one. I think this might be caused by the special character "&" in the name of the course or something. Name of the course on impartus:ECON F412/FIN F313 SECUR ANAL & PORTFOL MGT L1 The output doesn't make any sense to me as it works for all other courses and I don't have any driver issues. TIA

Output while trying to download:

Enter a range 15 15 Entering ffmpeg exit status 1: Driver does not support the 0xa7a0 PCI ID. libGL error: failed to create dri screen libGL error: failed to load driver: iris .temp/9073867_v1.m3u8: Invalid data found when processing input

exit status 1: Driver does not support the 0xa7a0 PCI ID. libGL error: failed to create dri screen libGL error: failed to load driver: iris .temp/9073867_v3.m3u8: Invalid data found when processing input

exit status 1: Driver does not support the 0xa7a0 PCI ID. libGL error: failed to create dri screen libGL error: failed to load driver: iris ECON F412_FIN F313 SECUR ANAL & PORTFOL MGT L1/LEC 006 No Topic Entered RIGHT.mkv: No such file or directory

ECON F412_FIN F313 SECUR ANAL & PORTFOL MGT L1/LEC 006 No Topic Entered BOTH.mkv Could not remove ECON F412_FIN F313 SECUR ANAL & PORTFOL MGT L1/LEC 006 No Topic Entered LEFT.mkv because remove ECON F412_FIN F313 SECUR ANAL & PORTFOL MGT L1/LEC 006 No Topic Entered LEFT.mkv: no such file or directoryCould not remove ECON F412_FIN F313 SECUR ANAL & PORTFOL MGT L1/LEC 006 No Topic Entered RIGHT.mkv because remove ECON F412_FIN F313 SECUR ANAL & PORTFOL MGT L1/LEC 006 No Topic Entered RIGHT.mkv: no such file or director

pnicto commented 1 year ago

Hi @tegeek1445, Can you tell me the operating system you are on?

ashishdlp commented 1 year ago

Ubuntu 22.04

On Fri, 29 Sept, 2023, 5:02 am pnicto, @.***> wrote:

Hi @tegeek1445 https://github.com/tegeek1445, Can you tell me the operating system you are on?

— Reply to this email directly, view it on GitHub https://github.com/pnicto/impartus-video-downloader/issues/13#issuecomment-1740123064, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATAXJNDER5ZNTEO3PAD3SXLX4YCIHANCNFSM6AAAAAA5LPBFK4 . You are receiving this because you were mentioned.Message ID: @.***>

pnicto commented 1 year ago

Ubuntu 22.04

From what I can find on Google, the issue seems to be something with the kernel version and has nothing to do with the & in the file name. The reason why I say & has nothing to do with it is because I have a course called CS/ECE/EEE/INSTR F241 MICROPROC & INTERFACING L2, and it does not show any errors.

image

Can you run uname -r and tell me your kernel version? If I am on a higher kernel version, I will have to ask your impartus credentials(temporarily) to confirm if the solution is to upgrade the kernel; I will try debugging it.

ashishdlp commented 1 year ago

6.2.0-33-generic

On Fri, 29 Sept 2023 at 11:16, pnicto @.***> wrote:

Ubuntu 22.04

From what I can find on Google, the issue seems to be something with the kernel version and has nothing to do with the & in the file name. The reason why I say & has nothing to do with it is because I have a course called CS/ECE/EEE/INSTR F241 MICROPROC & INTERFACING L2, and it does not show any errors.

[image: image] https://user-images.githubusercontent.com/77240155/271480662-c876ae59-c115-4a87-87b9-6c0233e04d52.png

Can you run uname -r and tell me your kernel version? If I am on a higher kernel version, I will have to ask your impartus credentials(temporarily) to confirm if the solution is to upgrade the kernel; I will try debugging it.

— Reply to this email directly, view it on GitHub https://github.com/pnicto/impartus-video-downloader/issues/13#issuecomment-1740344815, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATAXJNG5M5GP2CK6HEXYFBDX4ZOBZANCNFSM6AAAAAA5LPBFK4 . You are receiving this because you were mentioned.Message ID: @.***>

pnicto commented 12 months ago

@tegeek1445 I tried downloading the same course on my system. I did not get any errors regarding the drivers, but I believe there is some other bug with the downloading part, as I never thought about the rooms with single cameras. It looks like some of them have different URL formats. I will probably look into this after the exams.

ashishdlp commented 12 months ago

Can you tell me what did you pass for the "views" variable, I tried with left and right none of them worked

pnicto commented 12 months ago

Can you tell me what did you pass for the "views" variable, I tried with left and right none of them worked

I don't think the driver issue is related to the views. And as I said there is some bug with downloading as I could not download the videos regardless of the view.

pnicto commented 11 months ago

Hi this should be fixed in the latest release please check that out and reopen the issue if it does not work