spring / uberserver

uberserver, a matchmaking/chat lobby server for the spring rts project
https://springrts.com/wiki/Uberserver
Other
33 stars 38 forks source link

xmlrpc down #348

Closed TurBoss closed 5 years ago

TurBoss commented 5 years ago

the xmlrpc interface is no longer working

silentwings commented 5 years ago

up again but i haven't yet looked into what caused it to go down

TurBoss commented 5 years ago

thanks

its working

TurBoss commented 5 years ago

was working until I did visit this link https://replays.springrts.com/xmlrpc/

abma commented 5 years ago

the cause afaik was:

root@spring1:/etc# git diff 902e5ac6a1619ba98676c97c17f0cdf9b62a43ab ba5fd255776899125151572b7bb71b74b70d712e hosts diff --git a/hosts b/hosts index e3b97a9..a00e2d5 100644 --- a/hosts +++ b/hosts @@ -1,6 +1,5 @@ 127.0.0.1 localhost -127.0.1.1 spring1 -127.0.2.1 springrts.com +127.0.1.1 spring1 ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix

TurBoss commented 5 years ago

thats for sure my fault thanks