[SOLVED] Stats failing to submit | FreeBSD server - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16) +--- Thread: [SOLVED] Stats failing to submit | FreeBSD server (/showthread.php?tid=4822) |
Stats failing to submit | FreeBSD server - Pricetx - 03-16-2014 EDIT: Solved! It turned out to be an issue with the lightppd proxy that the stats server uses. A fix has been worked out and will be implemented shortly. Apologies for posting two threads in quick succession but I feel like the two issues should be separated. I am having an issue submitting stats to the stats.xonotic.org server. Below is an example of the output I am receiving in server.log Code: ^7Got response from weapon stats server: As you can see from the above output, I have the stats URL set correctly in the server.cfg file. It's also worth noting that there is no firewall configured on or in front of this server, so it is not a case of packets being dropped. I don't think it's related, but just in case, I am also having issues with keypair generation for the server: http://forums.xonotic.org/showthread.php?tid=4821 If you have any suggestions, I'd be grateful to hear them, thanks! RE: Stats failing to submit | FreeBSD server - Pricetx - 03-16-2014 EDIT 2: It has since decided to stop giving that error most of the time, I will update this post if and when I get further information. EDIT: This issue is partly resolved. The server now successfully shows up on the stats server. However, the console still outputs the following at the end of every match. Code: Player stats writing failed: -1 I have now resolved this issue. It turned out that it was due to the blind_id library not being installed by the port. Evidence of success: http://stats.xonotic.org/server/253 For further information on my fix, visit the link in my original post. |