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

[SOLVED] "private" Server xxx is not responding at the moment. Try again later #27

Closed
fmolinelli opened this issue Mar 24, 2021 · 2 comments

Comments

@fmolinelli
Copy link

Hi, I have a problem with speedtest-cli not contactibg local private librespeed host,

  • set up a standalone librespeed server as a container on a synology NAS, running as http://192.168.1.220:80

  • tried from several web client on local networkand it works fine

  • set up an ubuntu desktop client as 192.168.1.24: web librespeed to local server works ok

  • on the same ubuntu desktop installed librespeed-cli_1.0.7_linux_amd64.tar.gz: tested with generic librespeed internet hosts and works fine

  • set up in ubuntu desktop a servers-json file with local librespeed server info,
    -[
    {
    "id": 1,
    "name": "PHP Backend",
    "server": "//192.168.1.220/",
    "dlURL": "garbage.php",
    "ulURL": "empty.php",
    "pingURL" :"empty.php",
    "getIpURL": "getIP.php"
    }
    ]

  • launched librespeed against local server
    labadmin@UBUDSK2004:/librespeed$ sudo ./librespeed-cli --local-json servers-json --server 1
    [sudo] password for labadmin:
    Using local JSON server list: servers-json
    Selected server: PHP Backend [192.168.1.220]
    Selected server PHP Backend (192.168.1.220) is not responding at the moment, try again later
    labadmin@UBUDSK2004:
    /librespeed$

  • ping from 192.168.1.24 to 192.168.1.220 are ok

  • curl from 192.168.1.24 to http://192.168.1.200 returns the librespeed landing page.

where i made the mistake installing/configuring librespeed-cli?

Thank you very much!

@maddie
Copy link
Collaborator

maddie commented Mar 24, 2021

Make sure the URLs in JSON is correct, i.e. dlURL, ulURL, pingURL and getIpURL.

@fmolinelli
Copy link
Author

[SOLVED]

Hi Maddie,

thank you so much for the hint: hi tcpdump'd the working web session and found that the URLS have to be expressed with a prepended "backend/" like "backend/empty.php".

now it works!

Regards

@fmolinelli fmolinelli changed the title "private" Server xxx is not responding at the moment. Try again later [SOLVED] "private" Server xxx is not responding at the moment. Try again later Mar 24, 2021
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