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

speedtest++: unrecognized option '--quality' #39

Open
steadybright opened this issue Apr 23, 2021 · 2 comments
Open

speedtest++: unrecognized option '--quality' #39

steadybright opened this issue Apr 23, 2021 · 2 comments

Comments

@steadybright
Copy link

"Quality" is not an option:

$ speedtest++ --quality --output verbose
speedtest++: unrecognized option '--quality'

I'm running speedtest++ 1.14.r68.1877803-1 on Arch Linux 5.11.16.arch1-1

@major-mayer
Copy link

Same problem here on Manjaro:

SpeedTest --help                                                                                                                     1 ✘ 
SpeedTest++ version 1.14
Speedtest.net command line interface
Info: https://github.com/taganaka/SpeedTest
Author: Francesco Laurita <[email protected]>

Usage: SpeedTest  [--latency] [--quality] [--download] [--upload] [--share] [--help]
      [--test-server host:port] [--output verbose|text|json]
optional arguments:
  --help                      Show this message and exit
  --latency                   Perform latency test only
  --quality                   Perform quality test only. It includes latency test
  --download                  Perform download test only. It includes latency test
  --upload                    Perform upload test only. It includes latency test
  --share                     Generate and provide a URL to the speedtest.net share results image
  --insecure                  Skip SSL certificate verify (Useful for Embedded devices)
  --test-server host:port     Run speed test against a specific server
  --quality-server host:port  Run line quality test against a specific server
  --output verbose|text|json  Set output type. Default: verbose

Parameter is listed but throws an error when used

@ansemjo
Copy link

ansemjo commented Mar 7, 2022

It's not recognized by the commandline parser in ParseOptions at all. I'd guess that this functionality was simply removed?

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

No branches or pull requests

3 participants