-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session doesnt work. #1360
Comments
Can't watch the video atm, i'll do it asap |
If you use bungeecord with multiple auth servers you must disable caching in the config file |
Only one server with authme |
Could you paste your config please? What's authserver? |
151.80.108.152/config.yml |
@ljacqu strange, maybe some issue with the hasSession logic? :/ |
I can check this evening. I don't see anything wrong just looking at the code |
@ljacqu That would be great, thank you |
In 1789 and lower works, 1790+ not work |
* Old session system * Actually check if sessions are enabled * Cleanup * Don't use cached isLogged value
Not possible, it is working just fine on my network, maybe it is broken with sqlite :/ could you try it with mysql? |
I tested it 3 times. After 1790 build sessions doesn't works. I cant test with mysql because i have 180k+ accounts and it will take long time to convert and import accounts to mysql. Also autobackup mysql database is harder then sqlite. |
@Dimatert9 180k records in sqllite ? O_O consider moving to mysql asap, backup is easy to do, you need just to run the mysqldump utility. |
I dont want merge sqlite to mysql. I have only one server with AuthMe and max online on this server is ~5-10 players. |
Hi @Dimatert9, for a while (build 1790 to 1821) we used a different way of handling sessions that has since been changed yet again, in build n. 1822 and above. Could we ask you to test with build n. 1822? |
In video above and in video on main post i also tested 1822. On main post all video with 1822, in video above at the end. |
|
i found problem. i changed this lines to user.toLowerCase() and now session work. |
@Dimatert9 Wow, haven't noticed that! ;D it was working with me because my nick is already lowercase! xD |
Thank you very much :D |
@Dimatert9 Please let us know if you have any issue with the latest dev build ;) |
With latest build all good. |
https://youtu.be/NoCopwF8whU
Build number, steps to reproduce and config in video.
plugins [00:25:02 INFO]: Plugins (6): AutoSaveWorld, ProtocolSupport, ProtocolLib, AuthMe, AuthServer, HolographicDisplays
The text was updated successfully, but these errors were encountered: