スピードテストクライアントをインストールした後にエラーを解決するにはどうすればよいですか?
スピードテストのインストール後のエラー
次のコマンドを使用してインストールしました:
sudo apt install speedtest-cli && speedtest-cli
インストール中にエラーは発生しませんが、実行するとこのエラーが発生し、同じエラーが数回発生します。
# speedtest-cli
Retrieving speedtest.net configuration...
Traceback (most recent call last):
File "/usr/bin/speedtest-cli", line 11, in <module>
load_entry_point('speedtest-cli==2.1.2', 'console_scripts', 'speedtest-cli')()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1986, in main
shell()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1872, in shell
speedtest = Speedtest(
File "/usr/lib/python3/dist-packages/speedtest.py", line 1091, in __init__
self.get_config()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1173, in get_config
ignore_servers = list(
ValueError: invalid literal for int() with base 10: ''
答え1
公式サイトを使用してアンインストールしてインストールしましたspeedtest.net/apps/cli#ubuntu
指示:
curl -s https://install.speedtest.net/app/cli/install.deb.sh | sudo bash
sudo apt-get install speedtest