|
|
Author |
Message |
SuprSurfr
Joined: 24 May 2007 Posts: 21
|
Posted: Sun May 27, 2007 7:25 am Post subject: Events being uploaded as the date instead of Instance name. |
|
|
When I upload the Day, it seems to be using the date as the event name.
What needs to be done to make sure it uses the Instance name instead.
When I do a whoraid, I would like it to use the Name that it returns.
| Code: |
| (1180220601)[Sat May 26 19:03:21 2007] /whoraid search results for The Laboratory of Lord Vyemm: |
I have included my config.
Thanks!
I love this parser, it makes raiding easy! I can now concentrate and actually play!
| Description: |
|
 Download |
| Filename: |
dkplp.xml |
| Filesize: |
10.86 KB |
| Downloaded: |
209 Time(s) |
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Tue May 29, 2007 7:32 pm Post subject: |
|
|
My guess is that the zone pattern, which is responsible for catching that information, isn't working quite as it should. One thing that might help is to lose the \Z in the end, making the pattern
| Code: |
| \((\d+)\)\[.*?\] /whoraid search results for (.*?): |
.
If that doesn't work then feel free to send me a log to test with and I will check what the problem is.
|
|
Back to top |
|
 |
SuprSurfr
Joined: 24 May 2007 Posts: 21
|
Posted: Tue May 29, 2007 11:56 pm Post subject: |
|
|
Ok, I made the change you suggested and it is still uploading as the date.
I am going to PM you with the log info.
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Wed May 30, 2007 8:44 pm Post subject: |
|
|
The problem is a bug related to interval compression. In your configuration the intervals are compressed prior to uploading, this is not needed with your server representation so you can avoid it by unchecking "Server" -> "Upload" -> "Compress day before uploading".
I have filed a bug report for the defect. Thank you for discovering and reporting it.
|
|
Back to top |
|
 |
SuprSurfr
Joined: 24 May 2007 Posts: 21
|
Posted: Thu May 31, 2007 11:48 pm Post subject: |
|
|
Ok, Thanks Lokorin.
I will give that a try.
|
|
Back to top |
|
 |
|