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

NO RATE SPECIFIED - error: invalid rate limit specified with --all-subs #26611

Closed
dbareis opened this issue Sep 17, 2020 · 3 comments
Closed

NO RATE SPECIFIED - error: invalid rate limit specified with --all-subs #26611

dbareis opened this issue Sep 17, 2020 · 3 comments
Labels

Comments

@dbareis
Copy link

@dbareis dbareis commented Sep 17, 2020

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.09.14
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ
> youtube-dl.exe -verbose --console-title --write-description -write-info-json --write-annotations --all-subs "https://www.youtube.com/watch?v=Gc701wXxctw"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-verbose', '--console-title', '--write-description', '-write-info-json', '--write-annotations', '--all-subs', 'https://www.youtube.com/watch?v=Gc701wXxctw']
Usage: youtube-dl.exe [OPTIONS] URL [URL...]

youtube-dl.exe: error: invalid rate limit specified
>

The error message doesn't match watever the problem is as none of the parameters adjust the rate limit. It seems to involve '--all-subs' in combination with another of the parameters as using it on it's own works and using all other parameters on the own works.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 17, 2020

Missing dash in -write-info-json.

@dstftw dstftw closed this Sep 17, 2020
@dstftw dstftw added the invalid label Sep 17, 2020
@dbareis
Copy link
Author

@dbareis dbareis commented Sep 17, 2020

Sorry missed that but if it thought it was a "-w" that is still not rate related so the error message is still wrong.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 17, 2020

-write-info-json means -w -r ite-info-json where ite-info-json is clearly an invalid rate limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.