SetValue(value) error
Brum8842 opened this issue ยท 2 comments
I am getting this error when I try to click on the Transmute: Fire to Earth in Alchemy
3x Skillet-Classic/UI/MainFrame.lua:1838: Usage: self:SetValue(value)
[string "=[C]"]: in function SetValue' [string "@Skillet-Classic/UI/MainFrame.lua"]:1838: in function
UpdateDetailsWindow'
[string "@Skillet-Classic/UI/MainFrame.lua"]:971: in function UpdateTradeSkillWindow' [string "@Skillet-Classic/UI/MainFrame.lua"]:2537: in function
ScrollToSkillIndex'
[string "@Skillet-Classic/Skillet.lua"]:1611: in function SetSelectedSkill' [string "@Skillet-Classic/UI/MainFrame.lua"]:2458: in function
SkillButton_OnClick'
[string "*MainFrame.xml:359_OnClick"]:2: in function <[string "*MainFrame.xml:359_OnClick"]:1>
Locals:
(*temporary) = SkilletRankFrameGreen {
0 =
}
(*temporary) = nil
This is Skillet-Classic 1.96 (40400).
Unfortunately, my Cataclysm Classic Alchemist isn't high enough level to have that recipe.
Please extract the files from the following zip into ...\Interface\Addons\Skillet-Classic (SkillLevelData.lua
should go in the Skillet-Classic
folder and MainFrame.lua
should go in the Skillet-Classic\UI
folder).
If these two files do not fix the issue, then I will need you to turn on Skillet-Classic debugging using the following chat commands:
/skillet debuglevel 2
/skillet tabledump
/skillet debuglogging
This will output to the character specific saved variables file in
...\WTF\Account\<name>\<realm>\<character>\SavedVariables\Skillet-Classic.lua
. Please reproduce the issue, logoff, and upload a zip of that file here.
Type /skillet debugoff
to turn debugging off.
I'll have a look at that file and provide further instructions.