Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Solucionar erro SpeedTest 2.1.2 (speedtest-cli)

    Scheduled Pinned Locked Moved Portuguese
    speedtest2.1.2packageserrorspeedtest
    1 Posts 1 Posters 486 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Marcus Vinicius
      last edited by Marcus Vinicius

      Para aqueles que pegaram esse erro hoje no speedtest 2.1.2:

      errospeedtest.jpg

      A solução é no mexer na linha 1174 do Phyton speedtest.py em: /usr/local/lib/python3.7/site-packages

      Trocar na linha 1174 de:

      map(int, server_config['ignoreids'].split(','))

      para

      map(int, (server_config['ignoreids'].split(',') if len(server_config['ignoreids']) else []) )

      Funcionou comigo!!!

      Fonte: https://github.com/sivel/speedtest-cli/pull/769/commits/6e9a667b677b9dbc91a989ed1cdb343afbaf5273

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.