teel / stasiscl

Automatically exported from code.google.com/p/stasiscl
0 stars 0 forks source link

Error parsing v1/pre-2.4 logs - "_pullStamp" undefined #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What exactly went wrong? 

Attempting to parse any older pre-2.4 logs gives an error and aborts.

Were there any error messages or warnings on the console when you ran the
program?

$ ./stasis add -dir ./tmp -ver 1 -log Mytoon -attempt -file ./WoWCombatLog.txt
./stasis: Using directory: /home/user/tmp
./stasis: Reading log .. Can't locate object method "_pullStamp" via
package "Stasis::Parser" at lib/Stasis/Parser.pm line 150, <$fh> line 1.

$ svn update
At revision 121.

$ find . | xargs grep -i pullStamp
lib/Stasis/Parser.pm:    ($t, $line) = $self->_pullStamp( $line );

This appears to be the _only_ mention of _pullStamp in the source.

Original issue reported on code.google.com by sam.tild...@gmail.com on 22 Jul 2008 at 5:24

GoogleCodeExporter commented 8 years ago
I went through and checked out previous revisions. It looks like the last 
revision
that parsing pre-2.4 logs worked in was 113.

_pullStamp was in Parser.pm in that revision.

Looks like the differences between 113 and 114 include that method being 
removed and
at least one call to it also being removed, but there's still that one call 
remaining.

Original comment by sam.tild...@gmail.com on 22 Jul 2008 at 5:38

GoogleCodeExporter commented 8 years ago
Should be fixed now. Let me know if it's still broken.

Original comment by gianmerlino@gmail.com on 23 Jul 2008 at 4:20