librespeed / librespeed/speedtest

Telemetry endpoint returns 404, so --share cannot work

Open
#831 2 comments 0 reactions 1 assignee View on GitHub

@adolfintel is already working on this.

Since Aug 11, 2026.

Dominant language
JavaScript
Stars
15.2k
Forks
2.5k
Avg merge
1d 1h
Merged PRs (30d)
7

Description

librespeed-cli --share fails against the default telemetry server:

$ librespeed-cli --server 85 --share
...
Error when sending telemetry data: telemetry server returned HTTP 404 Not Found

The defaults in the CLI are https://librespeed.org with
/results/telemetry.php for upload and /results/ for the share link
(speedtest.go).
Neither responds:

https://librespeed.org/results/telemetry.php   GET=404 POST=404
https://librespeed.org/results/                GET=404 POST=404
https://librespeed.org/                        GET=200 POST=405

The apex is up and backend-servers/servers.php returns 200, so this looks
like the results endpoint rather than the host.

--share is documented as a supported option, and the telemetry flags
(--telemetry-level, --telemetry-server, ...) all imply it, so as it stands
none of them can work against the defaults.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.