You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running InternetSpeed test...
Traceback (most recent call last):
File "/usr/bin/speedtest-cli", line 11, in
load_entry_point('speedtest-cli==2.0.2', 'console_scripts', 'speedtest-cli')()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1887, in main
shell()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1783, in shell
secure=args.secure
File "/usr/lib/python3/dist-packages/speedtest.py", line 1027, in init
self.get_config()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1113, in get_config
map(int, server_config['ignoreids'].split(','))
ValueError: invalid literal for int() with base 10: ''
Raspberry Pi Benchmark Test
Author: AikonCWD
Version: 3.0
temp=43.3'C
arm_freq_min=700
sd_clock=50.000 MHz
Running InternetSpeed test...
Traceback (most recent call last):
File "/usr/bin/speedtest-cli", line 11, in
load_entry_point('speedtest-cli==2.0.2', 'console_scripts', 'speedtest-cli')()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1887, in main
shell()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1783, in shell
secure=args.secure
File "/usr/lib/python3/dist-packages/speedtest.py", line 1027, in init
self.get_config()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1113, in get_config
map(int, server_config['ignoreids'].split(','))
ValueError: invalid literal for int() with base 10: ''
"InternetSpeed" test is broken both on raspberry pi 4 and on pi B+
All other benchmarks are completing just fine.
Raspberry Pi Benchmark Test
Author: AikonCWD
Version: 3.0
temp=54.0'C
arm_freq=1500
core_freq=500
core_freq_min=200
gpu_freq=500
gpu_freq_min=250
sd_clock=50.000 MHz
Running InternetSpeed test...
Traceback (most recent call last):
File "/usr/bin/speedtest-cli", line 11, in
load_entry_point('speedtest-cli==2.0.2', 'console_scripts', 'speedtest-cli')()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1887, in main
shell()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1783, in shell
secure=args.secure
File "/usr/lib/python3/dist-packages/speedtest.py", line 1027, in init
self.get_config()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1113, in get_config
map(int, server_config['ignoreids'].split(','))
ValueError: invalid literal for int() with base 10: ''
Running CPU test...
...
pi@slade-pi-4b:~ $ uname -a
Linux slade-pi-4b 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux
pi@slade-pi-4b:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
Same problem is on Pi B+
Raspberry Pi Benchmark Test
Author: AikonCWD
Version: 3.0
temp=43.3'C
arm_freq_min=700
sd_clock=50.000 MHz
Running InternetSpeed test...
Traceback (most recent call last):
File "/usr/bin/speedtest-cli", line 11, in
load_entry_point('speedtest-cli==2.0.2', 'console_scripts', 'speedtest-cli')()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1887, in main
shell()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1783, in shell
secure=args.secure
File "/usr/lib/python3/dist-packages/speedtest.py", line 1027, in init
self.get_config()
File "/usr/lib/python3/dist-packages/speedtest.py", line 1113, in get_config
map(int, server_config['ignoreids'].split(','))
ValueError: invalid literal for int() with base 10: ''
Running CPU test...
...
pi@slade-pi-1b:~ $ uname -a
Linux slade-pi-1b 5.10.31+ #1412 Wed Apr 21 15:43:03 BST 2021 armv6l GNU/Linux
pi@slade-pi-1b:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
The text was updated successfully, but these errors were encountered: