View Bug Report
Errors In 3.1 (3.1.1)
Bug #: 5763
File: Trade Secretary: Who Crafts
Date: 04-27-09 08:03 PM
By: code hunter
Status: Unconfirmed
When Trade Secretary: Who Crafts is on, I don't get any whispers at all. I cleared the db as well.

Here are the three errors I get in 3.1 (3.1.1), using only Who Crafts and Swatter:

(On whisper, it gives me this.)

Error occured in: Global
Message: ...nterface\AddOns\TradeSecetaryWhoCrafts\WhoCrafts.lua line 1413:
attempt to call method 'find' (a nil value)
Debug:
[C]: find()
...nterface\AddOns\TradeSecetaryWhoCrafts\WhoCrafts.lua:1413: filterFunc()
..\FrameXML\ChatFrame.lua:2352: ChatFrame_MessageEventHandler()
..\FrameXML\ChatFrame.lua:2195: ChatFrame_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Swatter, v3.1.13 (<%codename%>)
TradeSecetaryWhoCrafts, v30400-0.1.07
(ck=4a)

(This one, I don't know.)

Error occured in: Global
Message: ...nterface\AddOns\TradeSecetaryWhoCrafts\WhoCrafts.lua line 1408:
attempt to call method 'find' (a nil value)
Debug:
[C]: find()
...nterface\AddOns\TradeSecetaryWhoCrafts\WhoCrafts.lua:1408: filterFunc()
..\FrameXML\ChatFrame.lua:2352: ChatFrame_MessageEventHandler()
..\FrameXML\ChatFrame.lua:2195: ChatFrame_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Swatter, v3.1.13 (<%codename%>)
TradeSecetaryWhoCrafts, v30400-0.1.07
(ck=4a)

(This one happened when I rolled over an item, tooltip problems)

Error occured in: Global
Message: ...nterface\AddOns\TradeSecetaryWhoCrafts\WhoCrafts.lua line 1195:
attempt to concatenate local 'player' (a nil value)
Debug:
[C]: ?
...nterface\AddOns\TradeSecetaryWhoCrafts\WhoCrafts.lua:1195: printTT()
...nterface\AddOns\TradeSecetaryWhoCrafts\WhoCrafts.lua:1286:
...nterface\AddOns\TradeSecetaryWhoCrafts\WhoCrafts.lua:1273
[C]: SetQuestItem()
[string "*:OnEnter"]:4:
[string "*:OnEnter"]:1
AddOns:
Swatter, v3.1.13 (<%codename%>)
TradeSecetaryWhoCrafts, v30400-0.1.07
(ck=4a)

I hope this helps. I would hate to see the development of this addon to end. I can help with testing if you want.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: code hunter - 05-13-09 02:38 PM
I did some digging, found a fix for the first two and tested it. Change function(msg) to function(self, event, msg) on the lines 1413 and 1408.