Ludwig is an item link database addon that was originally based on GetLink. Ludwig is not dependent on saved variables, and Ludwig does not require the user to do anything special in order to collect data.
Could be interference with another addon (possibly ChatMod?), but I'm not getting any links offered by LudWig in chat anymore; if I type item names in brackets, Nothing Happens. The items show up in the window just fine.
It used to work, but I don't think I've had success with it since 2.4 or so.
When trying to hit tab to autocomplete an item link in chat, I get the following error:
Code:
[2008/03/23 13:16:59-2554-x57]: AceTab-2.0-40685 (Ace2):193: attempt to perform arithmetic on a nil value
AceTab-2.0-40685 (Ace2):31: in function <Interface\AddOns\Ace2\AceTab-2.0\AceTab-2.0.lua:30>
<in C code>: in function `securecall'
Interface\FrameXML\ChatFrame.lua:2962: in function `ChatEdit_OnTabPressed':
<string>:"*:OnTabPressed":1: in function <[string "*:OnTabPressed"]:1>
---
Originally posted by Silvas Actually, it's the interaction that's at fault here - you're calling SetItemRef (slash.lua:59) without supplying all of the arguments the default UI does (see ItemRef.lua, "function SetItemRef(link, text, button)"), I'm not doing sanity checking on my hook input.
I'll add a check to make that error go away; you should probably call SetItemRef with more arguments than you currently do.
The description of the function changed on wowwiki since I wrote the thing. So yeah, probably my fault for not updating code
Actually, it's the interaction that's at fault here - you're calling SetItemRef (slash.lua:59) without supplying all of the arguments the default UI does (see ItemRef.lua, "function SetItemRef(link, text, button)"), I'm not doing sanity checking on my hook input.
I'll add a check to make that error go away; you should probably call SetItemRef with more arguments than you currently do.
RABuffs\RABuffs_ui.lua:169: attempt to index local 'text' (a nil value)
(tail call): ?:
Ludwig\slash.lua:117: in function `value'
Interface\FrameXML\ChatFrame.lua:3123: in function `ChatEdit_ParseText':
Interface\FrameXML\ChatFrame.lua:2815: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:2836: in function `ChatEdit_OnEnterPressed':
<string>:"*:OnEnterPressed":1: in function <[string "*:OnEnterPressed"]:1>
This happens when I try to query an itemID with Ludwig, using the command
/lw --23808
(not even sure that this is the right way to query for it in Ludwig, that is what I wanted to check out)
Posting here and at RABuffs, since I have no clue which of the two addons is causing the problem.
RABuffs\RABuffs_ui.lua:169: attempt to index local 'text' (a nil value)
(tail call): ?:
Ludwig\slash.lua:117: in function `value'
Interface\FrameXML\ChatFrame.lua:3123: in function `ChatEdit_ParseText':
Interface\FrameXML\ChatFrame.lua:2815: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:2836: in function `ChatEdit_OnEnterPressed':
<string>:"*:OnEnterPressed":1: in function <[string "*:OnEnterPressed"]:1>
This happens when I try to query an itemID with Ludwig, using the command
/lw --23808
(not even sure that this is the right way to query for it in Ludwig, that is what I wanted to check out)
Posting here and at RABuffs, since I have no clue which of the two addons is causing the problem.
Originally posted by eg0 Currently I've clicked on and seen enchant gloves riding skill linked and several other such enchants, but ludwig is not saving them. If it's not saving enchant recipes and the like it's not much use to me. I don't know if it has something to do with rarity or what have you, but please take a look at it. I'll be uninstalling for the current time.
Enchant links aren't currently handled by Ludwig, since they work differently than items.
Currently I've clicked on and seen enchant gloves riding skill linked and several other such enchants, but ludwig is not saving them. If it's not saving enchant recipes and the like it's not much use to me. I don't know if it has something to do with rarity or what have you, but please take a look at it. I'll be uninstalling for the current time.