All python scripts giving error


Recommended Posts

As of the past week or so... possibly when I updated to 6.9.2 I have been getting errors on every python script I run. Below is the output from speedtest-cli. I do run NerdPack and I have all the python bits installed from there. Before I do a ton of troubleshooting I'm wondering if anyone has seen similar issues?

 

root@unRaid:~# speedtest-cli
Retrieving speedtest.net configuration...
Traceback (most recent call last):
  File "./speedtest-cli", line 2000, in <module>
    main()
  File "./speedtest-cli", line 1986, in main
    shell()
  File "./speedtest-cli", line 1875, in shell
    secure=args.secure
  File "./speedtest-cli", line 1091, in __init__
    self.get_config()
  File "./speedtest-cli", line 1174, in get_config
    map(int, server_config['ignoreids'].split(','))
ValueError: invalid literal for int() with base 10: ''

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.