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

[Bug]: Unknown command line flag 'enable_raw_key_decryption' #211

Closed
ahmed8aju opened this issue Mar 7, 2024 · 7 comments
Closed

[Bug]: Unknown command line flag 'enable_raw_key_decryption' #211

ahmed8aju opened this issue Mar 7, 2024 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@ahmed8aju
Copy link

What happened?

[02:28:08] [udemy-downloader] [handle_segments:1425] INFO: > Lecture Tracks Downloaded
[02:28:08] [udemy-downloader] [handle_segments:1433] INFO: KID for video file is: 6EF42BC4115F481BA012B4DCEF68B5BA
[02:28:08] [udemy-downloader] [handle_segments:1440] INFO: KID for audio file is: 6EF42BC4115F481BA012B4DCEF68B5BA
[02:28:08] [udemy-downloader] [handle_segments:1446] INFO: > Decrypting video, this might take a minute...
ERROR: Unknown command line flag 'enable_raw_key_decryption'
ERROR: Unknown command line flag 'keys'. Did you mean: v ?
[02:28:08] [udemy-downloader] [handle_segments:1469] ERROR: Error:
Traceback (most recent call last):
File "C:\Users\Downloads\udemy-downloader-master\main.py", line 1447, in handle_segments
ret_code = decrypt(video_kid, video_filepath_enc, video_filepath_dec)
File "C:\Users\Downloads\udemy-downloader-master\main.py", line 1310, in decrypt
raise Exception("Decryption returned a non-zero exit code")
Exception: Decryption returned a non-zero exit code

Expected Result

It should decrypted the files!

Branch

master/main

What operating systems are you seeing the problem on?

Windows

Relevant log output

[02:28:08] [udemy-downloader] [handle_segments:1425] INFO: > Lecture Tracks Downloaded
[02:28:08] [udemy-downloader] [handle_segments:1433] INFO: KID for video file is: 6EF42BC4115F481BA012B4DCEF68B5BA
[02:28:08] [udemy-downloader] [handle_segments:1440] INFO: KID for audio file is: 6EF42BC4115F481BA012B4DCEF68B5BA
[02:28:08] [udemy-downloader] [handle_segments:1446] INFO: > Decrypting video, this might take a minute...
ERROR: Unknown command line flag 'enable_raw_key_decryption'
ERROR: Unknown command line flag 'keys'. Did you mean: v ?
[02:28:08] [udemy-downloader] [handle_segments:1469] ERROR: Error:
Traceback (most recent call last):
  File "C:\Users\Downloads\udemy-downloader-master\main.py", line 1447, in handle_segments
    ret_code = decrypt(video_kid, video_filepath_enc, video_filepath_dec)
  File "C:\Users\Downloads\udemy-downloader-master\main.py", line 1310, in decrypt
    raise Exception("Decryption returned a non-zero exit code")
Exception: Decryption returned a non-zero exit code

Other information

No response

@ahmed8aju ahmed8aju added the bug Something isn't working label Mar 7, 2024
@Puyodead1
Copy link
Owner

shaka-packager is outdated.

@Puyodead1 Puyodead1 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 7, 2024
@ahmed8aju
Copy link
Author

Which version should I use?
Currently, I am using the v3.0.1 [Latest]

@Puyodead1
Copy link
Owner

Uhhhhh, okay I didn't know they released a new version (it's been like 2 years). Try 2.6.1 and I'll look into the new version and see what's going on

@Puyodead1 Puyodead1 reopened this Mar 8, 2024
@ahmed8aju
Copy link
Author

I tried 2.6.1 and still getting the same error!

@Puyodead1
Copy link
Owner

Then you are doing something wrong, cause it works fine.

@Puyodead1 Puyodead1 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2024
@Puyodead1
Copy link
Owner

3.0.1 works fine also

@ahmed8aju
Copy link
Author

ahmed8aju commented Mar 14, 2024

okay, I figure it out...
I put the wrong exe file at the location. It's working fine now!
Thanks for everything and specially for this awesome tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants