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

Internet SpeedTest is broken #9

Open
nenad-sladojevic opened this issue Apr 25, 2021 · 0 comments
Open

Internet SpeedTest is broken #9

nenad-sladojevic opened this issue Apr 25, 2021 · 0 comments

Comments

@nenad-sladojevic
Copy link

"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"

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

1 participant