ProxioDev / ValioBungee

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

placeholder api is broken due plugin message channel set wrong within the code, and issue with data syncing (question) #6

Closed MasterGabeMOD closed 3 years ago

MasterGabeMOD commented 3 years ago

Hi,

Maybe I can get some help here with an unknown issue that I'm having.

Basically, I'm having an issue with RedisBungee not keeping data in sync. Plugins that I have used with Redis support are not communicating, and I'm seeing weird issues where player counts never change.

I also get a warning pop up that occurs:

[RedisBungee]: Player is on the proxy but not in Redis.

RedisBungee successfully connects with Redis without an issue.

I'm having another issue where placeholderapi will not communicate using specific placeholders %redisbungee_Vanilla%

However when I change the placeholders back to %bungee_Vanilla%, it tries to gather data from a single instance but it never properly works. I've also tried using Holographic Displays with Redis support and it also can't communicate.

Firewalls are completely disabled while testing. I've also removed all bungee plugins for testing as well.

I'm running Travertine version git:Travertine-Bootstrap:1.16-R0.5-SNAPSHOT:2ddf5d1:186

Any help appreciated.

ham1255 commented 3 years ago

hi there placeholder issue is known, but about the issue you have data not being sync there is many factors like redis instance is not secure, like it does not have password set up etc, make sure it does have password since redis servers with no password any body can login and flush the databases which causes data loss or weirdness. please post your each config of redis on every proxy you have and remove any password ip that in the config.

MasterGabeMOD commented 3 years ago

Yep, this was exactly the problem. I didn't have a password set for Redis. Thank you for your help!

ham1255 commented 3 years ago

If problem still happens feel free to reopen the issue!

ham1255 commented 3 years ago

Placeholder api problem has been fixed will be releasing 0.6.3 shortly

ham1255 commented 3 years ago

image