We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When you use telemetry and submit it to the latest version of https://github.com/librespeed/speedtest telemetry backend. The ispinfo field in the database isn't populated correctly.
ispinfo
What the field contains
{"processedString":"{\"processedString\":\"10.0.0.70\",\"rawIspInfo\":\"\"}","rawIspInfo":{"ip":"","hostname":"","city":"","region":"","country":"","loc":"","org":"","postal":"","timezone":""}}
What I expect it should be
{"processedString":"10.0.0.70","rawIspInfo":""}
I've changed the IP address in these examples to 10.0.0.70
10.0.0.70
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you use telemetry and submit it to the latest version of https://github.com/librespeed/speedtest telemetry backend. The
ispinfo
field in the database isn't populated correctly.What the field contains
What I expect it should be
I've changed the IP address in these examples to
10.0.0.70
The text was updated successfully, but these errors were encountered: