Hi @DudaNogueira ,
thanks for replying! Unfortunately the issue’s still there:(. Here’s some extra information, maybe that’ll help:
client.is_connected() and client.is_live() are both True, but client.ready() is false.
Here’s the server’s log after starting:
[
{
“build_git_commit”: “9069628”,
“build_go_version”: “go1.22.10”,
“build_image_tag”: “v1.28.0”,
“build_wv_version”: “1.28.0”,
“level”: “info”,
“msg”: “attempting to join”,
“remoteNodes”: [
“10.5.167.151:8300”
],
“time”: “2024-12-17T02:09:49+01:00”
},
{
“build_git_commit”: “9069628”,
“build_go_version”: “go1.22.10”,
“build_image_tag”: “v1.28.0”,
“build_wv_version”: “1.28.0”,
“level”: “info”,
“msg”: “attempted to join and failed”,
“remoteNode”: “10.5.167.151:8300”,
“status”: 14,
“time”: “2024-12-17T02:09:49+01:00”
},
{
“action”: “bootstrap”,
“build_git_commit”: “9069628”,
“build_go_version”: “go1.22.10”,
“build_image_tag”: “v1.28.0”,
“build_wv_version”: “1.28.0”,
“error”: “could not join a cluster from [10.5.167.151:8300]”,
“level”: “warning”,
“msg”: “failed to join cluster”,
“servers”: [
“10.5.167.151:8300”
],
“time”: “2024-12-17T02:09:49+01:00”,
“voter”: true
},
{
“action”: “bootstrap”,
“build_git_commit”: “9069628”,
“build_go_version”: “go1.22.10”,
“build_image_tag”: “v1.28.0”,
“build_wv_version”: “1.28.0”,
“error”: “rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: failed to do connect handshake, response: \"HTTP/1.1 403 Forbidden…”,
“level”: “error”,
“msg”: “failed to notify peers”,
“servers”: [
“10.5.167.151:8300”
],
“time”: “2024-12-17T02:09:49+01:00”
}
]
Thanks again for helping!