unixoide / 5th-echelon

https://unixoide.github.io/5th-echelon/
76 stars 2 forks source link

Client: Blacklist service not available. #30

Closed Icexdd closed 2 months ago

Icexdd commented 2 months ago

Hello! I'm trying to get this to work. The host works and can make a lobby. The client can log in via the launcher and start the game. However, whenever the client tries to connect an error pops up saying "The splinter cell blacklist service is unavailable."

cloudslsw commented 2 months ago

original: im same with you

update: i just made it working, you have to close any software occupy 80 or 8000 port(for me its steamcommunity_302 occupy 80 port), or change listen = "0.0.0.0:80" to listen = "0.0.0.0:8008"(me did, 8000 port too if you dont want close other software occupy 80 or 8000 port) in service.toml, that should be working now

pelmenipadi commented 2 months ago

experiencing the same issue as OT, fix by cloudslsw doesnt work. Sometimes even the host cannot join online

gsergeantGTHB commented 2 months ago

same error, tried with many people, all required ports are forwarded (they are for me at least, not sure about the others) but clients keep getting service unavailable no matter, only hosts are able to get in their own servers. log/console shows they just stop after they login, no session related logs or anything.

pelmenipadi commented 2 months ago

I could fix it by changing 127.0.0.1 in service.toml to my Hamachi IP at all places.

Koteyka-dev commented 2 months ago

I could fix it by changing 127.0.0.1 in service.toml to my Hamachi IP at all places.

Thank you for solution! We tried it with @gsergeantGTHB and server is running well now.

P.S. Does anyone knows what is the "Foo" account in the friends menu?

Icexdd commented 2 months ago

I could fix it by changing 127.0.0.1 in service.toml to my Hamachi IP at all places.

This worked!