The Unofficial Team Fortress 2 Stats Parser Forums
Welcome Guest Search | Active Topics | Log In | Register

Is the project Dead? Options
Noah Gibbs
#1 Posted : Sunday, February 27, 2011 5:44:37 AM
Rank: Newbie

Groups: Registered

Joined: 10/23/2009
Posts: 9
Location: Bellevue, WA
I noticed Erland was last online today, I also noticed the download just got fixed. Is there hope for this again? It is the only good stat tracker for tf2.

Also

I forgot how to track kills with weapons and such, how do I turn that back on?
Erlend
#2 Posted : Wednesday, March 02, 2011 2:43:35 PM
Rank: Administration



Groups: Administrators, Moderators

Joined: 7/3/2008
Posts: 91
Location: Norway
Hi!

I'm still around, but I don't have as much time for this project as I had before, and as a result, it hasn't been updated for a while.

I can try to add all the new achievements and launch an update for that, but as you may have seen on the Stats parser's web page, I am asking for people willing to work on this with me. If you know anyone who knows C# and might be interested, please tell them to contact me!

As for the player tracking, take a look at this (yea, the page design is a bit off (I recently updated my CSS files, and obviously forgot to check this page), but you'll get the contents of it): http://www.erlenddahl.net/tf2stats/stuff/Condebug.aspx
Noah Gibbs
#3 Posted : Sunday, May 29, 2011 11:22:45 AM
Rank: Newbie

Groups: Registered

Joined: 10/23/2009
Posts: 9
Location: Bellevue, WA
Nooo! The download is dead again and I recently reinstalled my OS..
Erlend
#4 Posted : Tuesday, May 31, 2011 2:55:26 PM
Rank: Administration



Groups: Administrators, Moderators

Joined: 7/3/2008
Posts: 91
Location: Norway
It's down? Works as it should here.

I can also tell you that work is being done on the stats parser again now. An enthusiastic C# developer and TF2 player has joined the team! ;)

EDIT: What do you mean by "down", by the way? Are you unable to access the page, or are the download link(s) dead?
Noah Gibbs
#5 Posted : Tuesday, June 14, 2011 9:04:47 AM
Rank: Newbie

Groups: Registered

Joined: 10/23/2009
Posts: 9
Location: Bellevue, WA
Erlend wrote:
It's down? Works as it should here.

I can also tell you that work is being done on the stats parser again now. An enthusiastic C# developer and TF2 player has joined the team! ;)

EDIT: What do you mean by "down", by the way? Are you unable to access the page, or are the download link(s) dead?


Server Error in '/' Application.

Is what it says at the top of the webpage when I try to download it. :(

Quote:
Server Error in '/' Application.
String or binary data would be truncated.
The statement has been terminated.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: String or binary data would be truncated.
The statement has been terminated.

Source Error:

Line 76:
Line 77: db.downloads.InsertOnSubmit(d);
Line 78: db.SubmitChanges();
Line 79:
Line 80: Response.Redirect(file.fileLocation);


Source File: d:\hshome\erlenddahl\erlenddahl.net\DownloadFile.aspx.cs Line: 78

Stack Trace:

[SqlException (0x80131904): String or binary data would be truncated.
The statement has been terminated.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1950890
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4846875
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
System.Data.SqlClient.SqlDataReader.get_MetaData() +83
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.ExecuteReader() +12
System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) +975
System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) +113
System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +344
System.Data.Linq.StandardChangeDirector.DynamicInsert(TrackedObject item) +136
System.Data.Linq.StandardChangeDirector.Insert(TrackedObject item) +202
System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) +260
System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) +331
System.Data.Linq.DataContext.SubmitChanges() +19
DownloadFile.Page_Load(Object sender, EventArgs e) in d:\hshome\erlenddahl\erlenddahl.net\DownloadFile.aspx.cs:78
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.3619; ASP.NET Version:2.0.50727.5053


All the text on the page.
Noah Gibbs
#6 Posted : Friday, July 22, 2011 4:08:06 PM
Rank: Newbie

Groups: Registered

Joined: 10/23/2009
Posts: 9
Location: Bellevue, WA
It's doing it again :(
Erlend
#7 Posted : Tuesday, July 26, 2011 6:39:29 PM
Rank: Administration



Groups: Administrators, Moderators

Joined: 7/3/2008
Posts: 91
Location: Norway
Thank you for posting the error message. I am out of office at the time, but I know what's wrong now, and I will fix it as soon as I am back.
Noah Gibbs
#8 Posted : Wednesday, September 21, 2011 1:17:22 PM
Rank: Newbie

Groups: Registered

Joined: 10/23/2009
Posts: 9
Location: Bellevue, WA
Still hoping to download. Perhaps put up a mirror on mediafire or something?
FapyN
#9 Posted : Wednesday, October 05, 2011 11:44:34 PM
Rank: Newbie

Groups: Registered

Joined: 8/3/2011
Posts: 1
Location: Germany - Stuttgart
Hi guys,

I downloaded the state parser from an external link a month ago. Not sure where it was tho xD
In addition I want to add that I am not able to upload my states at the moment... I am geting an error message saying that it is not possible at the moment.. pls try again later.



Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.863 seconds.