Thread Tools Display Modes
05/09/14, 08:09 AM   #1
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Chat error

So this just happend and I don't realy know into what addons commends I shoud post this..
I get errors for 3 addons in 1 error
DerpURL, SpamFilter and pChat. Any Ideas what it coud be? It spams my chat realy bad.

Code:
bad argument #4 to 'string.format' (string expected, got nil)
stack traceback:
	[C]: in function 'string.format'
	EsoUI/Libraries/Utility/ZO_LinkHandler.lua:46: in function 'ZO_LinkHandler_CreateLink'
	(tail call): ?
	user:/AddOns/SpamFilter/SpamFilter.lua:732: in function 'OnMessageReceived'
	user:/AddOns/pChat/lib/libChat/libChat.lua:38: in function 'libChatReceiver'
	user:/AddOns/DerpURL/DerpURL.lua:21: in function 'formatter'
	EsoUI/Ingame/ChatSystem/ChatSystem.lua:1651: in function 'ChatSystem:OnChatEvent'
	EsoUI/Ingame/ChatSystem/ChatSystem.lua:1455: in function 'OnChatEvent'

Last edited by Tonyleila : 05/09/14 at 08:14 AM.
  Reply With Quote
05/09/14, 09:24 AM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
It looks like it starts in DerpURL, which triggers code in the library used by pChat, which is then processed by SpamFilter, and finally goes through the default UI's link parser.

I am assuming that you get the error when a link is seen in chat?
  Reply With Quote
05/09/14, 05:17 PM   #3
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Originally Posted by Seerah View Post
It looks like it starts in DerpURL, which triggers code in the library used by pChat, which is then processed by SpamFilter, and finally goes through the default UI's link parser.

I am assuming that you get the error when a link is seen in chat?
I tryed it again later without DerpURL and the error was same without the DerpURL part. Now disable SpamFilter and enabled DerpURL, did not get the error again since then.#
So I guess its a SpamFilter problem!
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Chat error

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off