:: Re: [DNG] help: pyton script proble…
Top Page
Delete this message
Reply to this message
Author: Nick Rickard
Date:  
To: dng
Subject: Re: [DNG] help: pyton script problem (after package upg?)



On 9 April 2021 20:18:22 BST, al3xu5 <dotcommon@???> wrote:
>Hi all
>
>Today, after last apt-get upgrade, the `speedtest` python script
>(package is `speedtest-cli`) returns errors:
>
>~~~
>$ speedtest
>Retrieving speedtest.net configuration...
>Traceback (most recent call last):
>  File "/usr/bin/speedtest", line 11, in <module>
>    load_entry_point('speedtest-cli==2.0.2', 'console_scripts',
>'speedtest')()
>  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: ''
>~~~

>
>The apt-get log shows:
>~~~
>Start-Date: 2021-04-07 20:19:56
>Commandline: /usr/sbin/synaptic
>Requested-By: alexus (1000)
>Upgrade: libldb1:amd64 (2:1.5.1+really1.4.6-3,
>2:1.5.1+really1.4.6-3+deb10u1), libopenjp2-7:amd64 (2.3.0-2+deb10u1,
>2.3.0-2+deb10u2), libcurl4:amd64 (7.64.0-4+deb10u1, 7.64.0-4+deb10u2),
>libjs-underscore:amd64 (1.9.1~dfsg-1, 1.9.1~dfsg-1+deb10u1),
>libcurl4-gnutls-dev:amd64 (7.64.0-4+deb10u1, 7.64.0-4+deb10u2),
>python-lxml:amd64 (4.3.2-1+deb10u2, 4.3.2-1+deb10u3), curl:amd64
>(7.64.0-4+deb10u1, 7.64.0-4+deb10u2), libcurl3-gnutls:amd64
>(7.64.0-4+deb10u1, 7.64.0-4+deb10u2) End-Date: 2021-04-07 20:20:10 ~~~
>
>I am not sure the problem is related to the last apt-get upgrade...
>Anyway, could anyone help me to fix this issue, please?
>
>Thanks in advance
>al3xu5
>


I can't offer a fix, but can confirm the same problem here after apt update (on chimaera system) with no other config changes so it's caused by something that's come through the updates in the last couple of days.