Ostoic / RaidBrowser

Bringing LFR to Wrath of the Lich King (Non-Classic)
MIT License
36 stars 17 forks source link

Event Callback Error #20

Open Noob1e opened 2 years ago

Noob1e commented 2 years ago
event callback error:
 Interface\AddOns\RaidBrowser\core.lua:768: invalid pattern capture
Ostoic commented 2 years ago

I have a few ideas for how to bypass this for now (wrap the raid_info function in a pcall). I'll have to add some better error messages to figure out which pattern is causing the issue, though. I'll see if I can figure this out tonight when I can test it out. Thanks for the issue!

Ostoic commented 2 years ago

Btw, does the addon stop working after this happens? Is it just an error message that's popping up in chat occasionally? I believe I attempted to prevent addon crashes in the latest release, so I'm curious if it worked. I can't seem to reliably reproduce the bug, so I wasn't able to fix it the last time I tried to.

Noob1e commented 2 years ago

Nope, errors don't stop the addon anymore. But for a long time I didn't get any other error messages from this addon so I just wanted to share it.