Skip to content
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

No Test Results ID being display #31

Open
fitchtravis opened this issue Sep 22, 2021 · 4 comments
Open

No Test Results ID being display #31

fitchtravis opened this issue Sep 22, 2021 · 4 comments

Comments

@fitchtravis
Copy link

Description

Missing share results and test_id after a speedtest run

After a speedtest run the older versions used to display something like

Share results
Test ID: 01FG7XB4PS50W16J7N5F12BAGY

And a reference back to the test result
http://xxx.xxx.xxx.xxx:8080/results/?id=01FG7XB4PS50W16J7N5F12BAGY

With the latest version, this is no longer the behaviour

@maddie
Copy link
Collaborator

maddie commented Sep 27, 2021

What's the database type you've configured in the settings.toml?

@fitchtravis
Copy link
Author

From settings.toml

# database type for statistics data, currently supports: none, memory, bolt, mysql, postgresql
# if none is specified, no telemetry/stats will be recorded, and no result PNG will be generated
database_type="bolt"
database_hostname=""
database_name=""
database_username=""
database_password=""

# if you use bolt as database, set database_file to database file location
database_file="speedtest.db"

@maddie
Copy link
Collaborator

maddie commented Sep 27, 2021

The data store logic for bolt type hasn't been changed in the last few commits. Can you confirm if there's any error being printed in the backend program or frontend console?

EDIT: A quick local test with the same database configuration works just fine:

image

Also check the frontend to see if it actually has the PNG output section.

@fitchtravis
Copy link
Author

Getting back to this, after a very busy period IRL ... I forgot to mention that I'm running this under docker

From the screenshot below, I dont see the Test Result ID being display
image

And there is nothing in the container logs to indicate any issues

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants