FS#70363 - [speedtest-cli] PLEASE ENTER SUMMARY
Attached to Project:
Community Packages
Opened by Eric Cheng (eh8) - Thursday, 08 April 2021, 05:23 GMT
Last edited by Konstantin Gizdov (kgizdov) - Monday, 26 April 2021, 07:57 GMT
Opened by Eric Cheng (eh8) - Thursday, 08 April 2021, 05:23 GMT
Last edited by Konstantin Gizdov (kgizdov) - Monday, 26 April 2021, 07:57 GMT
|
Details
Description:
Running `speedtest` generates Python exception ``` Retrieving speedtest.net configuration... Traceback (most recent call last): File "/usr/bin/speedtest", line 33, in <module> sys.exit(load_entry_point('speedtest-cli==2.1.2', 'console_scripts', 'speedtest')()) File "/usr/lib/python3.9/site-packages/speedtest.py", line 1986, in main shell() File "/usr/lib/python3.9/site-packages/speedtest.py", line 1872, in shell speedtest = Speedtest( File "/usr/lib/python3.9/site-packages/speedtest.py", line 1091, in __init__ self.get_config() File "/usr/lib/python3.9/site-packages/speedtest.py", line 1173, in get_config ignore_servers = list( ValueError: invalid literal for int() with base 10: '' ``` Additional info: * package version(s) * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: Install upstream package and try to initiate speed test. |
This task depends upon
Closed by Konstantin Gizdov (kgizdov)
Monday, 26 April 2021, 07:57 GMT
Reason for closing: Fixed
Additional comments about closing: speedtest-cli 2.1.3-1
Monday, 26 April 2021, 07:57 GMT
Reason for closing: Fixed
Additional comments about closing: speedtest-cli 2.1.3-1
e.g. run: pip install speedtest-cli --upgrade