-
Notifications
You must be signed in to change notification settings - Fork 143
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
xlrstats/echelon is not working because of timeouts #400
Comments
One of the xlrstats guys was so awesome and pushed a fix XLRstats/xlrstats-web-v3@beecd3d for the xlrstats problem, and also this Fork is a more updated one https://github.com/LandGame/xlrstats-web-v3 The question is can one of you guys here fix the xlrstats problem inside B3 ? I cannot allocate and target it, but seems to be also an timeout because of a no longer reachable webadress/service. |
What errors do you get? |
Hello, I'm having this error: |
Obteo, It looks like you may have a bad value in one of the time_edit fields in the clients table and its got a date that the server thinks is in the future. Check the server date is correct, and hasn't got set to some time in the past. If not use phpmyadmin or similar and look for a value that is bigger than 1553167882 in that field, and change it to 1553167882 As a temporary fix you could turn off purging and see if that allows xlrstats to start |
Oki thanks for the reply. the only one whith that field bigger was WORLD... :/ i edited it and now seems there is another issue because it doesnt start: 190322 17:22:44 ERROR 'Could not start plugin xlrstats' |
Are you using the compiled version or source code version? And was the server running when you started B3? |
I think source code and yes it was running. thank you. |
No sure why the COD4 server isn't giving you the map name, that shouldn't happen. Does B3 run OK without xlrstats plugin loaded? If you still have difficulty you can get an edited copy of the xlrststs plugin from my repo at https://github.com/82ndab-Bravo17/big-brother-bot/tree/xlrstats_no_assert If it can't get the map name it just uses UnknownMap as the name |
does the current version of b3 not freeze with xlrstats enabled? tried your edited xlrstats and issue still persists. (only with cod8 though) |
Hello, its me ... again ^^
i found a problem with B3 and xlrstats, b3 gives me errors when i activate xlrstats and use some commands. Than i tried to setup echelon but without success, i have always time out errors with this.
But i think i found the problem: its in xlrstats\app\tmp
A installation that was sucessfully used before is working, the reason seems to be that a fresh installation cannot verify the xlrstats keys and the installation cannot contact xlrstats service and has time outs.
I want to ask you guys now maybe you have a solution for this, the files inside
xlrstats\app\tmp
seems to handle the connection with xlrstats service approval of the key and other parts.
How can i manually add the lines to get this working and stop xlrstats from trying to reach xlrstats service ?
Thank you.
The text was updated successfully, but these errors were encountered: