-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for vanilla q3 #57
Comments
New q3toql creates match guid from checksum of events of entire match. This should be enough to distinguish baseq3 matches |
Hello, any news on that ? I'm trying to upload a q3 vainilla log ... and get a 200 ok. How to check some debug info? |
Hello, I'd probably have to clean up some dust. |
Hello; first of all, I create a password using
I do: In the shell, and try to upload the
but I get a 500 internal server error. The file is in the proper place.
If I try I use plain q3 server. Thanks for your help, |
Hey there, would you mind trying version from this branch You need to upload log file with hint |
Hello. Running it from command line:
using the
I get the Thanks for your support. PS I attach a server.log file |
Hello, are you sure you've installed proper version (from the branch)? I just tested it using fresh virtualenv + code from the branch and it worked...
|
I will try it this night. Thanks for your support. |
At the moment only enchanced logs from OSP are supported.
The difference between log format in OSP and vanilla Q3 lies in:
This is the only way to know when the match actually happened.
It's good to know when a match happens if single log file consists multiple matches.
Also thanks to server time quakestats currently ignores duplicates (e.g. the same log uploaded for parsing multiple times).
So there are two problems to solve for vanilla q3 support:
The text was updated successfully, but these errors were encountered: