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

when i run the example app . the view still in "No servers available" #37

Open
Oussama221 opened this issue Sep 21, 2022 · 1 comment
Open

Comments

@Oussama221
Copy link

Can one help me please to resolve this issue .

@726D
Copy link

726D commented Jan 23, 2023

i think the information provided is not enough to clearly reproduce the error.

e.g. does the server run in docker, is it installed locally or inb the cloud, is it a stand alone server or multiple servers.
are there specific configuration for the ingress. ports/waf/certificates, whatnot in place.

further:
is it working in the web or not.
what are the errors. what are the errors that can be seen when debugging the app.

a) i did not test all the possible configs
b) i assume that the docker standalone server is used
-> the file speedtest-android/Speedtest-Android/app/src/main/assets/ServerList.json should be changed as

[
  {
    "name":"somelab somewhere",
    "server":"http://172.24.40.249:8888/",
    "dlURL":"backend/garbage.php",
    "ulURL":"backend/empty.php",
    "pingURL":"backend/empty.php",
    "getIpURL":"backend/getIP.php"
  }
]

when the docker is accesible at http://172.24.40.249:8888/

726D added a commit to 726D/speedtest that referenced this issue Jan 23, 2023
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