[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-11-10 Thread Launchpad Bug Tracker
This bug was fixed in the package speedtest-cli - 2.0.0-1ubuntu1

---
speedtest-cli (2.0.0-1ubuntu1) bionic; urgency=medium

  * d/p/fix-ValueError-in-ignore_servers-list.patch (LP: #1923352)

 -- William 'jawn-smith' Wilson   Wed, 27
Oct 2021 18:52:02 -0500

** Changed in: speedtest-cli (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-11-07 Thread William Wilson
The verification passed for bionic:

ubuntu@bionic-jawn:~$ apt-cache policy speedtest-cli
speedtest-cli:
  Installed: 2.0.0-1
  Candidate: 2.0.0-1ubuntu1
  Version table:
 2.0.0-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 
Packages
 *** 2.0.0-1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
ubuntu@bionic-jawn:~$ speedtest-cli
Retrieving speedtest.net configuration...
Traceback (most recent call last):
  File "/usr/bin/speedtest-cli", line 11, in 
load_entry_point('speedtest-cli==2.0.0', 'console_scripts', 
'speedtest-cli')()
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1832, in main
shell()
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1729, in shell
secure=args.secure
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1009, in __init__
self.get_config()
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1081, in get_config
map(int, server_config['ignoreids'].split(','))
ValueError: invalid literal for int() with base 10: ''
ubuntu@bionic-jawn:~$ sudo apt install speedtest-cli
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  speedtest-cli
1 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Need to get 22.9 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 
speedtest-cli all 2.0.0-1ubuntu1 [22.9 kB]
Fetched 22.9 kB in 0s (58.0 kB/s)   
(Reading database ... 31102 files and directories currently installed.)
Preparing to unpack .../speedtest-cli_2.0.0-1ubuntu1_all.deb ...
Unpacking speedtest-cli (2.0.0-1ubuntu1) over (2.0.0-1) ...
Setting up speedtest-cli (2.0.0-1ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
ubuntu@bionic-jawn:~$ speedtest-cli
Retrieving speedtest.net configuration...
Testing from Spectrum (192.63.104.161)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Netprotect (Dallas, TX) [26.50 km]: 14.678 ms
Testing download 
speed
Download: 420.34 Mbit/s
Testing upload 
speed..
Upload: 3.67 Mbit/s
ubuntu@bionic-jawn:~$ 

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-11-02 Thread Chris Halse Rogers
Hello Brian, or anyone else affected,

Accepted speedtest-cli into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/speedtest-
cli/2.0.0-1ubuntu1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
bionic to verification-done-bionic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-bionic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: speedtest-cli (Ubuntu Bionic)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-10-28 Thread William Wilson
** Tags added: verification-needed-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-10-27 Thread Brian Murray
$ dput speedtest-cli_2.0.0-1ubuntu1_source.changes 
Trying to upload package to ubuntu
Checking signature on .changes
gpg: /tmp/pkgs/bionic/speedtest-cli_2.0.0-1ubuntu1_source.changes: Valid 
signature from 1E918B66765B3E31
Checking signature on .dsc
gpg: /tmp/pkgs/bionic/speedtest-cli_2.0.0-1ubuntu1.dsc: Valid signature from 
1E918B66765B3E31
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading speedtest-cli_2.0.0-1ubuntu1.dsc: done.
  Uploading speedtest-cli_2.0.0-1ubuntu1.debian.tar.xz: done.
  Uploading speedtest-cli_2.0.0-1ubuntu1_source.buildinfo: done.
  Uploading speedtest-cli_2.0.0-1ubuntu1_source.changes: done.
Successfully uploaded packages.


** Also affects: speedtest-cli (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: speedtest-cli (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: speedtest-cli (Ubuntu Bionic)
 Assignee: (unassigned) => William Wilson (jawn-smith)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-10-27 Thread William Wilson
** Patch added: "Bionic debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+attachment/5536541/+files/lp1923352_bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-09-14 Thread Dr Anirban Mitra
Why hasn't the patch been backported to Bionic which is supposed to be an LTE.
Without the patch, the package is worthless as it crashes on startup...

It's now been almost 5 months since this bug has first been reported..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-08-02 Thread Jeff K
Why hasn't the patch been backported to Bionic which is supposed to be an LTE.
Without the patch, the package is worthless as it crashes on startup...

It's now been almost 4 months since this bug has first been reported...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-08-02 Thread Hans Joachim Desserud
** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-07-20 Thread Yi-Shu Tu
Do you have any plans on updating the Bionic with this fix?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-06-16 Thread vasilisc
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.5 LTS
Release:18.04
Codename:   bionic

# LANG=C apt-cache policy speedtest-cli
speedtest-cli:
  Installed: 2.0.0-1
  Candidate: 2.0.0-1
  Version table:
 *** 2.0.0-1 500
500 http://ru.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status
-
# speedtest-cli --bytes
Retrieving speedtest.net configuration...
Traceback (most recent call last):
  File "/usr/bin/speedtest-cli", line 11, in 
load_entry_point('speedtest-cli==2.0.0', 'console_scripts', 
'speedtest-cli')()
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1832, in main
shell()
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1729, in shell
secure=args.secure
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1009, in __init__
self.get_config()
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1081, in get_config
map(int, server_config['ignoreids'].split(','))
ValueError: invalid literal for int() with base 10: ''

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-06-03 Thread Launchpad Bug Tracker
This bug was fixed in the package speedtest-cli - 2.1.2-2ubuntu0.20.04.1

---
speedtest-cli (2.1.2-2ubuntu0.20.04.1) focal; urgency=medium

  * d/p/fix-ValueError-in-ignore_servers-list.patch (LP: #1923352)

 -- Tj   Thu, 29 Apr 2021 14:17:06 +0100

** Changed in: speedtest-cli (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-06-03 Thread Launchpad Bug Tracker
This bug was fixed in the package speedtest-cli - 2.1.2-2ubuntu0.20.10.1

---
speedtest-cli (2.1.2-2ubuntu0.20.10.1) groovy; urgency=medium

  * d/p/fix-ValueError-in-ignore_servers-list.patch (LP: #1923352)

 -- Tj   Thu, 29 Apr 2021 14:17:06 +0100

** Changed in: speedtest-cli (Ubuntu Groovy)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-05-27 Thread Bjørn Sune Bruun Andersen
I have tested Groovy:

1 - Verified that the issued still existed using Command Line speedtest
2 - Upgraded to Proposed, version 2.1.2-2
3 - Verified that the package now works using Command Line speedtest as 
described in the test plan above.

Results are ok.

** Tags removed: verification-needed-groovy
** Tags added: verification-done-groovy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-05-26 Thread Bjørn Sune Bruun Andersen
I have tested Focal:

1 - Verified that the issued still existed using Command Line speedtest
2 - Upgraded to Proposed, version 2.1.2-2
3 - Verified that the package now works using Command Line speedtest as 
described in the test plan above.

Results are ok.

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-05-26 Thread Robie Basak
Hello Brian, or anyone else affected,

Accepted speedtest-cli into groovy-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/speedtest-
cli/2.1.2-2ubuntu0.20.10.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: speedtest-cli (Ubuntu Groovy)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-groovy

** Changed in: speedtest-cli (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-05-08 Thread TJ
** Description changed:

+ SRU justification (created by Tj)
+ 
+ [Impact]
+ 
+ Without this patch `speedtest-cli` is unable to download the list of
+ servers it needs to fetch each time it is invoked and causes a Python
+ exception and terminates, rendering the tool unusable.
+ 
+ Applying the upstream fix (commit cadc68b5aef20) and backporting it
+ enables the tool to function as intended.
+ 
+ The fix handles the case where `ignoreids` is empty or contains empty
+ ids.
+ 
+ [Test Plan]
+ 
+ Reproduce:
+ 
+ $ speedtest-cli
+ Retrieving speedtest.net configuration...
+ Traceback (most recent call last):
+   File "/usr/bin/speedtest-cli", line 11, in 
+ 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: ''
+ 
+ After applying the fix:
+ 
+ $ speedtest-cli
+ Retrieving speedtest.net configuration...
+ Testing from Starlink (176.116.125.19)...
+ Retrieving speedtest.net server list...
+ Selecting best server based on ping...
+ Hosted by toob Ltd (London) [2.56 km]: 42.699 ms
+ Testing download 
speed
+ Download: 222.97 Mbit/s
+ Testing upload 
speed
+ Upload: 41.19 Mbit/s
+ 
+ [Where problems could occur]
+ 
+ Unlikely this can cause any unwanted reaction.
+ 
+ 
+ 
  I just tried to run speedtest-cli and it crashed.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 21.04
  Package: speedtest-cli 2.1.2-2
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Sun Apr 11 05:52:59 2021
  ExecutablePath: /usr/bin/speedtest-cli
  InstallationDate: Installed on 2018-08-10 (974 days ago)
  InstallationMedia: Ubuntu-Server 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  InterpreterPath: /usr/bin/python3.9
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/speedtest-cli
  Python3Details: /usr/bin/python3.9, Python 3.9.4, python3-minimal, 3.9.2-2
  PythonArgs: ['/usr/bin/speedtest-cli']
  PythonDetails: N/A
  SourcePackage: speedtest-cli
  Title: speedtest-cli crashed with ValueError in get_config(): invalid literal 
for int() with base 10: ''
  UpgradeStatus: Upgraded to hirsute on 2021-04-11 (0 days ago)
  UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sbuild 
sudo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-05-07 Thread Brian Murray
I've sponsored fixes (thanks TJ!) for this bug to the unapproved queues
for Focal and Groovy where it will be reviewed by the SRU team. The SRU
team will be looking for some additional information when reviewing the
uploads. If you can help add the following details that would be great!

https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template

** Also affects: speedtest-cli (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: speedtest-cli (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: speedtest-cli (Ubuntu Focal)
   Status: New => In Progress

** Changed in: speedtest-cli (Ubuntu Groovy)
   Status: New => In Progress

** Changed in: speedtest-cli (Ubuntu Focal)
 Assignee: (unassigned) => Brian Murray (brian-murray)

** Changed in: speedtest-cli (Ubuntu Groovy)
 Assignee: (unassigned) => Brian Murray (brian-murray)

** Changed in: speedtest-cli (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: speedtest-cli (Ubuntu Groovy)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-05-07 Thread Bjørn Sune Bruun Andersen
Ubuntu 20.04 LTS is experiencing the same bug - is there a plan to
backport the fix?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-04-22 Thread Terrance
Ubuntu 20.04 LTS is experiencing the same bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-04-13 Thread Brian Murray
Publishing details

Published 15 hours ago
Copied from Primary Archive for Ubuntu by Ubuntu Archive Auto-Sync 
(sponsored by Ubuntu Archive Robot)
Originally uploaded to debian sid in Primary Archive for Debian GNU/Linux

Changelog

speedtest-cli (2.1.3-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.

  [ Jonathan Carter ]
  * New upstream release (Closes: #986637)
  * Update standards version to 4.5.1
  * Upgrade to debhelper-compat (=13)

 -- Jonathan Carter   Mon, 12 Apr 2021 14:35:09 +0200

** Changed in: speedtest-cli (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: speedtest-cli (Ubuntu)
 Assignee: (unassigned) => Brian Murray (brian-murray)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-04-12 Thread Bug Watch Updater
** Changed in: speedtest-cli (Debian)
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-04-12 Thread Brian Murray
I'm sync'ing version 2.1.3-1 into hirsute.

** Changed in: speedtest-cli (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-04-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: speedtest-cli (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-04-12 Thread Brian Murray
** Bug watch added: Debian Bug tracker #986637
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986637

** Also affects: speedtest-cli (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986637
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923352] Re: speedtest-cli crashed with ValueError in get_config(): invalid literal for int() with base 10: ''

2021-04-11 Thread Apport retracing service
** Tags removed: need-duplicate-check

** Changed in: speedtest-cli (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923352

Title:
  speedtest-cli crashed with ValueError in get_config(): invalid literal
  for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1923352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs