I’m trying to host a headless bot using the latest 2026.06.16.15662 game-headless.zip on Ubuntu 24.04 AWS.
The bot starts locally and finds the map:
Found game: World War II Revised
Headless Start
Game Server initialized
My config includes:
LOBBY_URI="https://prod.triplea-game.org"
MAPS_FOLDER="/home/ubuntu/world_war_ii_revised-master"
But registration with the lobby fails:
Exception in thread "Initialize Headless Server Setup Model"
org.triplea.http.client.HttpInteractionException:
Status 502 reading GameHostingFeignClient#sendGameHostingRequest(Map)
Reason: Bad Gateway
I also confirmed this directly from the same server:
curl -I https://prod.triplea-game.org
→ HTTP/1.1 200 OK
curl -v -X POST https://prod.triplea-game.org/lobby/game-hosting-request
→ HTTP/1.1 502 Bad Gateway
Is the game-hosting-request endpoint currently down or has the headless bot config/API changed for 2.7?