-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zero download speed at times #182
Comments
I think this is caused by the third-party server being temporarily unreachable. Does this always happen on a certain server? |
It's possible, will keep an eye on it and make a note of the host next time it happens (tried a few times today but yet to repro). |
Yes, looks like it's specific to this server -- repro'd on two devices hitting the same server, but both are happy when they choose other hosts. |
.\speedtest-go.exe -s 9060
speedtest-go v2.0.0-beta1 @showwin
✓ ISP: *.*.*.* (x x) [*, *]
✓ Found 1 Specified Public Servers
✓ Test Server: [9060] *km Norwich by Voicehost Ltd
✓ Latency: 294.17822ms Jitter: 53.580903ms Min: 238.36955ms Max: 448.8789ms
✓ Download: 0.00Mbps (used: 0.00MB) (latency: 276ms jitter: 15ms min: 235ms max: 295ms)
✓ Upload: 11.64Mbps (used: 13.88MB) (latency: 326ms jitter: 157ms min: 235ms max: 739ms) Yes, I can reproduce this on this server. |
What is certain is that the server 9060 is actively rejecting download requests from user-agent Related #159 All download requests containing the |
I can reproduce this issue with 53972 (Dish Wireless). |
I think we can add a flag |
# with default ua
.\speedtest-go.exe -s 9060
speedtest-go v1.6.11 @showwin
✓ ISP: *.*.*.* (*) [*, *]
✓ Found 1 Specified Public Server(s)
✓ Test Server: [9060] *.*km Norwich by Voicehost Ltd
✓ Latency: 380.061155ms Jitter: 11.047864ms Min: 368.896ms Max: 404.33695ms
⠦ Download: 0.00Mbps (latency: 374ms) # with specified ua
.\speedtest-go.exe -s 9060 --ua="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"
speedtest-go v1.6.11 @showwin
✓ ISP: *.*.*.* (*) [*, *]
✓ Found 1 Specified Public Server(s)
✓ Test Server: [9060] *.*km Norwich by Voicehost Ltd
✓ Latency: 189.173855ms Jitter: 63.365714ms Min: 163.31595ms Max: 377.1291ms
⠼ Download: 23.11Mbps (latency: 164ms) |
@r3inbowari thanks! Would it make sense to display |
⠦ Download: N/A Mbps (latency: 374ms) ⠦ Download: N/A (latency: 374ms) or? |
The second one looks great to me. |
On several occassions I've found the download speed to be reported as zero:
This happens both on Arch Linux (using the speedtest-go AUR package) and on Android in Termux (also 1.6.10), though it seems to be a temporary issue that comes and goes -- download speed is currently reported correctly (~450Mbps) on both devices.
Running with
-d
I can see the download URL being repeatedly logged, whether the speed is being reported correctly or not:The text was updated successfully, but these errors were encountered: