librespeed / librespeed/speedtest-cli
Use of --share results in File not found. error
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 845
- Forks
- 90
- Avg merge
- 11d 22h
- Merged PRs (30d)
- 3
Description
Likely related to the API endpoint / certificate issue from earlier today (3/16/2026)
when using speedtest-cli with the --share option (and no other options) an error is produced instead of the link to the shareable stat block. This error only happens when using the --share option.
./librespeed-cli --share Retrieving LibreSpeed.org server list Selecting the fastest server based on ping Selected server: Los Angeles, United States (1) (Clouvider) [la.speedtest.clouvider.net] You're testing from: 68.109.154.81 - Unknown ISP Ping: 20 ms Jitter: 1 ms Download rate: 833.21 Mbps Upload rate: 104.53 Mbps Error when sending telemetry data: server returned invalid response: File not found.
Expected results, this should work and return a URL to a share image,.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the --share handling exposed by ./librespeed-cli and reproduce the command shown in the issue. Trace the telemetry request and its response handling; done means --share completes without the “File not found.” error and returns a share-image URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100