librespeed/speedtest-android

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

Oussama221 opened this issue · 1 comments

Can one help me please to resolve this issue .

726D commented

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/