|
|
Author |
Message |
Ryuben
Joined: 10 Jun 2007 Posts: 2
|
Posted: Sun Jun 10, 2007 4:46 pm Post subject: error during parsing |
|
|
ok ill admit im rather new to this so here goes
i set up the DKP log parser so every hour some ones in the raid they get 1 dkp and every boss is 3 dkp
i also set up a different setup for no hour DKP just dkp for every boss kill (2)
and neither work
both give the error
Exception: java.util.regex.PatternSyntaxException: Unknown inline modifier near index 85
RaidInfo>Loot>key\d+:ItemName<(.+)>Player<(.+)>Time<(\d+)>Count<(\d+)>"Costs<(-?\d+(?#:\.\d+)?)"?
^
im not a proud man so help please !
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Wed Jun 13, 2007 7:42 am Post subject: |
|
|
| Quote: |
Exception: java.util.regex.PatternSyntaxException: Unknown inline modifier near index 85
RaidInfo>Loot>key\d+:ItemName<(.+)>Player<(.+)>Time<(\d+)>Count<(\d+)>"Costs<(-?\d+(?#:\.\d+)?)"?
^ |
The pattern in the error message looks fine. I'm going to guess that the input type option (Parsing -> File -> Input type) is set to "Text Lines" when you appear to want "XML" (at least with that pattern).
If that doesn't help then please attach your configuration (use Export -> Config in the menu) and describe what kind of file (from which game) you're trying to parse.
|
|
Back to top |
|
 |
Ryuben
Joined: 10 Jun 2007 Posts: 2
|
Posted: Sat Jun 16, 2007 5:09 pm Post subject: |
|
|
didn't solve it
im running wow and ill attach my config
and the txt file is the dkp string
| Description: |
|
 Download |
| Filename: |
mag.txt |
| Filesize: |
11.22 KB |
| Downloaded: |
124 Time(s) |
| Description: |
|
 Download |
| Filename: |
dans.xml |
| Filesize: |
7.79 KB |
| Downloaded: |
191 Time(s) |
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Thu Jun 21, 2007 5:14 pm Post subject: |
|
|
In your attached configuration it looks like the input type option (Parsing -> File -> Input type) is set to "Text Lines", try changing it to "XML". That seems to fix the error for me.
|
|
Back to top |
|
 |
|