Package Details: speed-test 3.0.0-1

Git Clone URL: https://aur.archlinux.org/speed-test.git (read-only, click to copy)
Package Base: speed-test
Description: Test your internet connection speed and ping using speedtest.net from the CLI
Upstream URL: https://github.com/sindresorhus/speed-test/
Licenses: MIT
Submitter: None
Maintainer: kylesferrazza
Last Packager: kylesferrazza
Votes: 15
Popularity: 0.000000
First Submitted: 2015-10-28 00:22 (UTC)
Last Updated: 2022-02-23 03:41 (UTC)

Latest Comments

m040601 commented on 2024-09-08 08:43 (UTC)

If you search the AUR for "speed" "test" there are dozens and dozens of tools with similar name written in many different languages.

It gets confusing for the end user to quickly know which one is which.

  Description:   Test your internet connection speed and ping using speedtest.net from the
                 CLI

Could you edit that "Description" to something like,

  Description:   Nodejs tool to test your internet connection speed and ping using speedtest.net from the
                 CLI

Doesnt cost you anything.

Thanks in advance.

lmat commented on 2024-02-24 14:12 (UTC) (edited on 2024-02-24 14:12 (UTC) by lmat)

I just installed this and when running, I got the output:

Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Traceback (most recent call last):
  File "/usr/bin/speedtest-cli", line 407, in closestServers
    elements = root.getiterator('server')
               ^^^^^^^^^^^^^^^^
AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'getiterator'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/speedtest-cli", line 764, in <module>
    main()
  File "/usr/bin/speedtest-cli", line 758, in main
    speedtest()
  File "/usr/bin/speedtest-cli", line 601, in speedtest
    servers = closestServers(config['client'])
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/speedtest-cli", line 409, in closestServers
    root = DOM.parseString(''.join(serversxml))
           ^^^
NameError: name 'DOM' is not defined

I have nodejs and npm. Perhaps there is another (implicit) dependency I need?

eritquearcus commented on 2023-09-24 04:41 (UTC)

It doesn't work normally. I face a problem as same as https://github.com/sindresorhus/speed-test/issues/74