Andrei965

Results 14 comments of Andrei965

Hi! I am encountering the same issue @4drian3d. I can't use this as a minestom library.

Hello! The issue seems to be in the shulker-operator code. I am using grpcui to send an allocation request directly, and I am getting the same error - with summonIfNeeded...

Hello! I have also checked the agones-allocator logs, and found this: `http: TLS handshake error from 10.244.0.240:55348: tls: first record does not look like a TLS handshake`

The previous error was because, by default, the agones allocators expects the request to be TSL. You have to set the helm values **agones.allocator.disableMTLS** and **agones.allocator.disableTLS** to **true**. But now,...

Hi! It turns out the issue was on my end. The problem was from the Agones allocator being configured to use both REST and gRPC on the same port. For...

Hi! I thought the issue was fixed, but it isn't. When no server is available, and the summonIfNeeded parameter is true, the shulker sdk gives the following error: `Error processing...

Hi @jeremylvln, I've been working on fixing this issue for the past week, but unfortunately haven't had any success so far. I suspect the problem might be related to missing...

Hi @jeremylvln ! Could you please look into this issue? It is a critical bug that prevents the use of allocateFromFleet, with no other work-around.

Hi @jeremylvln! I think a simple fix for this issue would be waiting for the game server to be fully created, so that all of the fields are correctly initialized.