Download
(1Kb)
Download
Updated: 06-16-11 08:34 AM
Pictures
File Info
Updated:06-16-11 08:34 AM
Created:unknown
Downloads:66,957
Favorites:343
MD5:

pError  Popular! (More than 5000 hits)

Version: 40100.5-Release
by: p3lim [More]

This addon is discontinued.


Description:
pError is a simple addon to filter out spam in the UIErrorsFrame.
Its designed to be robust and easy to use.
If you're not exactly sure about what it does, take a look at the screenshot to the right.


FAQ:
How do I filter more errors?
Simple, just use the '/perror' slash command to add error strings.
Example: '/perror spell is not ready yet'

This takes a long time! Can't I do this faster?
You can make pError listen to the UIErrorsFrame and put anything that shows into the database.
Usage: '/perror listen'

How do I remove error filters?
Just use the '/perror' slash command like you added it.

How can I see what errors I filter out?
Use '/perror list' and the saved list will be printed out.

How can I reset the whole list?
Use '/perror reset' to reset the database.

How can I remove all errors at once?
This addon does not do this, look for a different one.

Full changelog can be found on GitHub:
http://github.com/p3lim/pError/commits/master/
Post A Reply Comment Options
Unread 01-12-09, 04:40 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by p3lim
You must add more errors to your database, as it doesnt support many by default.

Read the main page on how to do this, and aswell many other functions you might want to use.
You seem to miss what it shows... It shows the spamproblem and it says in your addon that its enabled... that's why im writing, cause i NEVER had any problems until the last update
Report comment to moderator  
Reply With Quote
Unread 01-13-09, 08:58 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by richerich
You seem to miss what it shows... It shows the spamproblem and it says in your addon that its enabled... that's why im writing, cause i NEVER had any problems until the last update
Ah didnt see the highlight in the chat window.
Notice when the description says it have to be exact, you clearly seem to miss a . on the end
Report comment to moderator  
Reply With Quote
Unread 01-14-09, 06:08 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by p3lim
Ah didnt see the highlight in the chat window.
Notice when the description says it have to be exact, you clearly seem to miss a . on the end
Well, i haven't added a single custom line, so it's probably your fault in that case :>
Report comment to moderator  
Reply With Quote
Unread 01-14-09, 12:47 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Looking at the pic i can see you have registered alot more events than what it gives by default (just 5).

You wrote your error wrong, look at this difference:

the error is:
There is nothing to attack.

you registered
There is nothing to attack

you missed the .
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 12:16 AM  
Sythalin
Curse staff
 
Sythalin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 680
File comments: 373
Uploads: 15
Suggestions for easier user filtering:

1) "string.lower" on incoming messages and filters so that capital/small letters don't matter.
2) "string.find" to compare messages vs. filters

Implementing both of these would remove the necessity for users to be exact with the filters and also not have to worry about punctuation.
Last edited by Sythalin : 01-19-09 at 12:17 AM.
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 07:11 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by ChaosInc
Suggestions for easier user filtering:

1) "string.lower" on incoming messages and filters so that capital/small letters don't matter.
2) "string.find" to compare messages vs. filters

Implementing both of these would remove the necessity for users to be exact with the filters and also not have to worry about punctuation.
Got a version with these features implemented already, just doing debugging before pushing it
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 11:39 PM  
isler
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 10
Uploads: 2
30000.10

Error: bad argument #1 to 'pairs' (table expected, got nil)
File: Interface\AddOns\pError\pError.lua
Line: 28
Count: 1
Report comment to moderator  
Reply With Quote
Unread 01-20-09, 10:57 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by isler
30000.10

Error: bad argument #1 to 'pairs' (table expected, got nil)
File: Interface\AddOns\pError\pError.lua
Line: 28
Count: 1
Id prefer if you would use the bug submitting page.

Though Ive fixed it, update coming soon.
Report comment to moderator  
Reply With Quote
Unread 01-20-09, 02:51 PM  
Squiddy0
A Defias Bandit
 
Squiddy0's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 116
Uploads: 3
I'm curious, since it filters out the errors from even displaying, where do they go instead? They still happen but are just "hidden"? Just curious was all. I added some errors to filter out and worked fine last night, thanks.
Report comment to moderator  
Reply With Quote
Unread 01-20-09, 05:51 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Squiddy0
I'm curious, since it filters out the errors from even displaying, where do they go instead? They still happen but are just "hidden"? Just curious was all. I added some errors to filter out and worked fine last night, thanks.
Error is sent to my handler, my handler matches it against the database, if the match is correct, stop everything, if not, execute the function from blizzard, it does the rest.
Report comment to moderator  
Reply With Quote
Unread 01-25-09, 10:02 PM  
Kuzah
A Murloc Raider

Forum posts: 9
File comments: 38
Uploads: 0
is it possible to do or add a

/perror all

to filter everything?
Report comment to moderator  
Reply With Quote
Unread 01-26-09, 11:25 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Kuzah
is it possible to do or add a

/perror all

to filter everything?
Sure thing
Report comment to moderator  
Reply With Quote
Unread 02-02-09, 10:24 PM  
Sythalin
Curse staff
 
Sythalin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 680
File comments: 373
Uploads: 15
How do I remove error filters?
Just use the '/perror' slash command like you added it.
This doesn't actually remove the filter, it just disables it. If this is intentional, then it should be changed.

A way to actually delete a filter would be a nice addition though. Even the smallest unnecessary bits pile up, adding to load times.
Report comment to moderator  
Reply With Quote
Unread 02-03-09, 10:31 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by ChaosInc
This doesn't actually remove the filter, it just disables it. If this is intentional, then it should be changed.

A way to actually delete a filter would be a nice addition though. Even the smallest unnecessary bits pile up, adding to load times.
I do have a feature request page, use it!
Report comment to moderator  
Reply With Quote
Unread 02-08-09, 11:19 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
The database will be wiped in revision 13, so you would need to add events to it again.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: