taganaka / SpeedTest

Yet another unofficial speedtest.net client cli interface
331 stars 83 forks source link

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

Open steadybright opened 3 years ago

steadybright commented 3 years ago

"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 commented 3 years ago

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 <francesco.laurita@gmail.com>

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 commented 2 years ago

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