Page 1 of 1

LibHTTP

Posted: Sat Nov 01, 2008 1:25 pm
by Panther
It seems that the only problems being experienced with LibHTTP is under Linux. Has anyone had UT3Stats successfully upload logs or initiate the parser on a Linux platform?

Re: LibHTTP

Posted: Sat Nov 01, 2008 2:45 pm
by BigDeal
No, running under windows

Re: LibHTTP

Posted: Mon Nov 03, 2008 4:02 pm
by Donzi
Linux Debian Etch, UTstatsDB 3.05, UT3Stats-1.02, UT3-Linux v.1.3

http://stats.utzone.de/serverstats.php?server=153
or
http://stats.utzone.de/serverstats.php?server=162

Code: Select all

[UT3Stats.UT3Stats] bUploadLogs=True UploadURL=http://stats.utzone.de/OLSendLog.php UploadPass=xx bParseLogs=False ParserURL=http://stats.utzone.de/logs.php ParserPass=xx

Log:

Code: Select all

ScriptLog: UT3Stats: Restart game. ScriptLog: UT3Stats: Closing log file. ScriptLog: UT3Stats: Sending log to web server. ScriptLog: ProcessServerTravel: CTF-BrokenLimits-Classic Log: SeamlessTravel to: CTF-BrokenLimits-Classic Log: Resolved stats.utzone.de (78.47.9.242:0) Log: CheckConnectionAttempt: Connection attempt has not yet completed. Log: CheckConnectionAttempt: Connection attempt has not yet completed. Log: CheckConnectionAttempt: Connection attempt has not yet completed. Log: ClearAllAnimSetLinkupCaches - Took 7.79ms Log: Primary PhysX scene will be in software. Log: Creating Primary PhysX Scene. Log: Bringing World EnvyEntry.TheWorld up for play (60) at 2008.11.04-00.40.37 Log: Bringing up level for play took: 0.000429 Log: ClearAllAnimSetLinkupCaches - Took 7.51ms Log: Game class is 'UTCTFGame_Content' Log: Primary PhysX scene will be in software. Log: Creating Primary PhysX Scene. Log: Bringing World CTF-BrokenLimits-Classic.TheWorld up for play (60) at 2008.11.04-00.40.45 ScriptLog: Mutators UT3Stats.UT3Stats,ABTv1_3.ABTMutator,ABTv1_3.ZPInstagib,AdvancedScoreboardV06.AdvancedScoreboardMutator,TitanTeamFixUT3.TTeamFixMut,TalkingIcon.TalkingIconMut,UTGame.UTMutator_NoTranslocator,XrayPlayerReporter302.XrayPlayerReporter,MutDodgeJump.MutDodgeJump ScriptLog: UT3Stats: Opening log file. Log: Creating file: ../UTGame/Logs/Stats-20081104.004046.log

Re: LibHTTP

Posted: Mon Nov 03, 2008 5:58 pm
by Panther
Linux Debian Etch, UTstatsDB 3.05, UT3Stats-1.02, UT3-Linux v.1.3
Are you saying that logs are being successfully uploaded by your UT3 server to the web server? This log does not show successful uploads, and your UTStatsDB log configuration for UT3 is set to download via FTP.

Re: LibHTTP

Posted: Tue Nov 04, 2008 1:13 am
by Donzi
i had test last night the UT3-IRC-Reporter on the linux-server, no connect. the tcp-link is still broken.

i've checked my httpd-logs and your right.
no connects from the gameserver-logs-upload

Re: LibHTTP

Posted: Tue Nov 04, 2008 3:09 am
by Panther
i had test last night the UT3-IRC-Reporter on the linux-server, no connect. the tcp-link is still broken.

i've checked my httpd-logs and your right.
no connects from the gameserver-logs-upload
I suspected as much. I've traced the problems back to the TcpLink functions in UT3 - I think they're just plain broken on the Linux build. You should disable the file upload and parsing in your UTUT3Stats.ini when running Linux because sometimes it causes the server to crash.

Re: LibHTTP

Posted: Tue Nov 04, 2008 3:33 am
by Donzi
ty