taganaka / SpeedTest

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

std::invalid_argument Error on SpeedTest++ 1.14 Across Ubuntu and Raspberry Pi #62

Open FaazHafid opened 8 months ago

FaazHafid commented 8 months ago

Started getting this error message simultaneously in ubuntu and Raspberry Pi:

root@ubuntu:~# /usr/local/bin/SpeedTest . SpeedTest++ version 1.14 Speedtest.net command line interface Info: https://github.com/taganaka/SpeedTest Author: Francesco Laurita francesco.laurita@gmail.com

terminate called after throwing an instance of 'std::invalid_argument' what(): stof Aborted root@ubuntu:~#

pi@RPi-4:~ $ SpeedTest --output text terminate called after throwing an instance of 'std::invalid_argument' what(): stof Aborted pi@RPi-4:~ $

cgarz commented 8 months ago

Dupe of #60. The fix is in #61.