ProxioDev / ValioBungee

Synchronize players data between BungeeCord / Velocity proxies
Eclipse Public License 1.0
200 stars 51 forks source link

Placeholder #44

Closed ConnorServers closed 2 years ago

ConnorServers commented 2 years ago

Hi.

I have 7 people connected via Main Proxy and 11 people connected via Other Proxy.

When I type /papi parse me %redisbungee_Prison%

It only returns 11. - The Other Proxy stats.

How can this be fixed?

Thanks.

ham1255 commented 2 years ago

Fact placeholder api takes 60 seconds to update, and it needs at least 1 player online on the server

ConnorServers commented 2 years ago

players were on for a lot longer than 60 seconds so i dont think thats the issue. ):

ham1255 commented 2 years ago

Paste your redisbungee configuration of the 2 proxies here with removing password.

ConnorServers commented 2 years ago

Paste your redisbungee configuration of the 2 proxies here with removing password. https://pastebin.com/D2jKgjnm - MAIN PROXY https://pastebin.com/ptDetkVK - OTHER PROXY

ham1255 commented 2 years ago

Is yout proxies connecting to same Redis server?

ConnorServers commented 2 years ago

Yes

ham1255 commented 2 years ago

Does your MOTD show right amount of players?

ConnorServers commented 2 years ago

Does your MOTD show right amount of players?

Yes it does on the Main server

ham1255 commented 2 years ago

What about other one?

ConnorServers commented 2 years ago

What about other one?

the other bungee shows just the players on that server (not total)

ham1255 commented 2 years ago

Whats your server version?

ham1255 commented 2 years ago

Also need startup logs of both proxies, only RedisBungee part

ConnorServers commented 2 years ago

Whats your server version?

Prison was on 1.12 Hubs were on 1.17.1

PROXY-OTHER [14:40:37] [main/WARN]: INSECURE setup was detected Please setup ssl for your redis instance. [14:40:37] [main/INFO]: Loaded proxy id Habatsu-MH1. [14:40:37] [main/INFO]: RedisBungee MODE: SINGLE [14:40:37] [main/INFO]: Successfully connected to Redis. [14:40:37] [main/INFO]: 5.0.7 <- redis version [14:40:37] [main/INFO]: lua manager was loaded [14:40:37] [main/INFO]: Loaded plugin redisbungee 0.8.0-SNAPSHOT-5c6cf40 by astei, ProxioDev [14:40:37] [main/INFO]: Loaded 7 plugins

PROXY-MAIN [14:27:16] [main/WARN]: INSECURE setup was detected Please setup ssl for your redis instance. [14:27:16] [main/INFO]: Loaded proxy id Habatsu-Main. [14:27:16] [main/INFO]: RedisBungee MODE: SINGLE [14:27:16] [main/INFO]: Successfully connected to Redis. [14:27:16] [main/INFO]: 5.0.7 <- redis version [14:27:16] [main/INFO]: lua manager was loaded [14:27:16] [main/INFO]: Loaded plugin redisbungee 0.8.0-SNAPSHOT-5c6cf40 by astei, ProxioDev

ConnorServers commented 2 years ago

Any update regarding this?

ham1255 commented 2 years ago

cant seem to replicate, but Can you try latest build from github actions, currently unable to use my computer.

Currently looking at your issue its like you are running separate redis server for each bungee

ConnorServers commented 2 years ago

Only 1 redis server for both bungee's. Yeah I will update and give it a shot

ham1255 commented 2 years ago

has updating fixed your issue?