I’ve been trying to get UBA connecting and struggling. Whatever I do, I get this combination of errors.
Local Log: 41>No agents found matching requirements (cluster: us-east-1, requirements: "(OSFamily == 'Windows' || WineEnabled == 'true')", Exclusive)
Server Log: [20:12:12 inf] HTTP POST /api/v2/compute/us-east-1 responded 404 in 32.0734 ms
My BaseEngine.ini contains:
[Uba.Provider.Horde]
ServerUrl="https://(correct URL here)"
Pool=UBA-US-East-1
Enabled=True
Cluster=us-east-1
I’ve tried removing the Pool variable and removing the Cluster variable. Same result every time.
I’ve tried no clusters, default cluster, and us-east-1. Same result every time.
I’ve tried adding these claims to my globals.json
{
"claim": { "type": "http://epicgames.com/ue/horde/role", "value": "agent" },
"actions": ["AddComputeTasks"]
},
{
"claim": { "type": "http://epicgames.com/ue/horde/user", "value": "Admin" },
"actions": ["AddComputeTasks"]
}
Same result, every time.
I’ve tried recreating the agents. Same results. The agents are properly being added to Horde as agents, are properly added to the pool, fit the requirements, and are idle.
I’ve tried disabling auth. Same results.
I tried enabling these logging flags:
“HordeServer.Compute”: “Debug”,
“HordeServer.Agents”: “Debug”,
“HordeServer.Scheduler”: “Debug”
Nothing else relevant shows up.
What else could I need to do? Everything else on Horde works fine, and I’m an admin.
[Attachment Removed]