jjguz17

Results 5 comments of jjguz17

It's because can only download the "open/free" videos of the course, you need to create an account into lynda.com login, get the XHR > Request headers and past it into...

> Hi, I just got an error when running the linkedin_learning.py even though the two-step verification is turned off at my end. Could you point out why this error occurs...

Hi, I got the same message, but since Linkeding is using a captcha for every new sessión for security reasons you won't be able to login from this tool, I...

I got the same error in Kali: `└─$ python3 BlueGate.py -M check -P 3389 Traceback (most recent call last): File "/home/kali/Desktop/BlueGate/BlueGate.py", line 130, in connection = Connection(args.host, args.port) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

I was able to run the script by downgrading pyopenssl and cryptography libraries, upgrading them didn't work. pip uninstall pyopenssl pip install pyopenssl==22.0.0` pip uninstall cryptography pip install cryptography==37.0.0