Crafting gets interrupted
Drest opened this issue ยท 0 comments
Running Software (issues missing this information will be deleted):
Addon version: Bagnon-10.0.14
Server patch: [Wow build 10.0.2.47213]
Have you read the changelog?
Yes. I did not see any relevant entries in Changelog.md
Describe the bug
When attempting to craft multiple items that occupy a new bag slot, crafting will be interrupted after the first item.
To Reproduce
Steps to reproduce the behavior:
- Open a profession window, e.g., Tailoring
- Select something to craft, e.g., Wildercloth Bolt
- Either click "Create All" or increase the number to anything greater than 1 and click "Create"
- After a single bolt is created, crafting ceases and no more bolts are made.
- An error is generated (see code block below)
Expected behaviour
Crafting is not interrupted.
Error Logs
3x [ADDON_ACTION_BLOCKED] AddOn 'Bagnon' tried to call the protected function 'UNKNOWN()'.
[string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: ?
[string "=[C]"]: in function `CraftRecipe'
[string "@Blizzard_Professions/Blizzard_ProfessionsCrafting.lua"]:770: in function <...lizzard_Professions/Blizzard_ProfessionsCrafting.lua:769>
[string "@Blizzard_Professions/Blizzard_ProfessionsCrafting.lua"]:829: in function `craftingCallback'
[string "@Blizzard_Professions/Blizzard_ProfessionsCrafting.lua"]:714: in function `ContinueCrafting'
[string "@Blizzard_Professions/Blizzard_ProfessionsCrafting.lua"]:128: in function <...lizzard_Professions/Blizzard_ProfessionsCrafting.lua:120>
Additional context
This does not happen for items that stack, e.g., unraveling cloth into thread, if the stack already exists (does not occupy a new bag slot).
Also, having the bag open or closed makes no difference.