Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetValue(value) error #184

Closed
Brum8842 opened this issue Sep 8, 2024 · 2 comments
Closed

SetValue(value) error #184

Brum8842 opened this issue Sep 8, 2024 · 2 comments

Comments

@Brum8842
Copy link

Brum8842 commented Sep 8, 2024

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).

@b-morgan
Copy link
Owner

b-morgan commented Sep 8, 2024

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).

Skillet-Classic.zip

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:

  1. /skillet debuglevel 2
  2. /skillet tabledump
  3. /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.

@Brum8842
Copy link
Author

Brum8842 commented Sep 8, 2024

Those two files has fixed the issue, I am able to see the recipe in the window when I select it from the list now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants