kallefrombosnia / fastcup_pinger

1 stars 0 forks source link

not working #2

Open fragtion opened 2 years ago

fragtion commented 2 years ago

======================================= FASTCUP.net Pinger

Written by kalle github.com/kallefrombosnia/fastcup_pinger ♥ FASTCUP

Try to load regions...

[tlv.gameflare.io ist.gameflare.io bak.gameflare.io msq.gameflare.io iev.gameflare.io bud.gameflare.io waw.gameflare.io buh.gameflare.io ala.gameflare.io tse.gameflare.io sgp.gameflare.io kha.gameflare.io nsk.gameflare.io msk.gameflare.io svx.gameflare.io kja.gameflare.io mad.gameflare.io sto.gameflare.io lim.gameflare.io sao.gameflare.io scl.gameflare.io chi.gameflare.io] Cant create user host! dial tcp 94.20.154.155:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Cant create user host! dial tcp 37.221.209.107:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

...

Then program crashes

kallefrombosnia commented 2 years ago

Probably some of the hosts are shutdown or they changed working protocol.

Hosts are read from regions.json file which you can fork and disable specific dead websockets and recompile the program.

fragtion commented 2 years ago

Thanks - that makes sense

So if the dead hosts are removed, it should result in the same UI results window as per README preview ? Right now I'm only getting a dos window with black background and no results report

Hopefully dead server detection/handling could be improved in future version :) Could use https://fastcup-rest.herokuapp.com/api/cs/servers API to retrieve live server listing

Thnx