You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running moodle-dl, I get this ytd-dlp error stating "yt-dlp Error: ERROR: UNSAFE_LEGACY_RENEGOTIATION_DISABLED" on some of the content it tries to download from Moodle. Next to that, it says to try using "--legacy-server-connect." However, when I run that argument at the beginning of my Moodle-dl run, it says the unrecognised argument for that.
Steps to reproduce the issue
without --legacy-server-connect
run moodle-dl ("moodle-dl -ais")
the script runs as normal, throwing up "yt-dlp Error: ERROR: UNSAFE_LEGACY_RENEGOTIATION_DISABLED" on some of the content as it tries to download them
script finishes as normal downloading most of the content, except those with that error
with --legacy-server-connect
run moodle-dl "moodle-dl --legacy-server-connect -ais"
script does not run and instead throws an error saying unrecognised argument
The text was updated successfully, but these errors were encountered:
Description of the bug
When running moodle-dl, I get this ytd-dlp error stating "yt-dlp Error: ERROR: UNSAFE_LEGACY_RENEGOTIATION_DISABLED" on some of the content it tries to download from Moodle. Next to that, it says to try using "--legacy-server-connect." However, when I run that argument at the beginning of my Moodle-dl run, it says the unrecognised argument for that.
Steps to reproduce the issue
without --legacy-server-connect
with --legacy-server-connect
The text was updated successfully, but these errors were encountered: