speedtest-cli icon indicating copy to clipboard operation
speedtest-cli copied to clipboard

why error https://test.ustc.edu.cn/

Open aogg opened this issue 1 year ago • 0 comments

Using local JSON server list from stdin
Error when fetching server list: unexpected end of JSON input
Terminated due to error

git clone https://github.com/librespeed/speedtest-cli.git
cd speedtest-cli
 docker build -t librespeed-cli:latest .
 echo '[{"id": 1,"name": "a","server": "https://test.ustc.edu.cn/","dlURL": "garbage.php","ulURL": "empty.php","pingURL": "empty.php","getIpURL": "getIP.php"}]' | docker run --rm --name librespeed-cli librespeed-cli --local-json -

aogg avatar Aug 23 '24 11:08 aogg