Getting Error when attempting to claim crafting order

Getting the following error on clicking on an item in public crafting orders, to open up the start order screen. The weird thing it it only seems to happen with an order of this item (Warm Sunrise Bracers)? Other items seem to work fine.

Message: ...Professions/Blizzard_ProfessionsCrafterOrderView.lua:564: attempt to index local 'allocations' (a nil value)
Time: Tue Sep 17 21:43:26 2024
Count: 1
Stack: ...Professions/Blizzard_ProfessionsCrafterOrderView.lua:564: attempt to index local 'allocations' (a nil value)
[string "@Interface/AddOns/Blizzard_Professions/Blizzard_ProfessionsCrafterOrderView.lua"]:564: in function `SchematicPostInit'
[string "@Interface/AddOns/Blizzard_Professions/Blizzard_ProfessionsCrafterOrderView.lua"]:311: in function `postInit'
[string "@Interface/AddOns/Blizzard_ProfessionsTemplates/Blizzard_ProfessionsRecipeSchematicForm.lua"]:1431: in function `Init'
[string "@Interface/AddOns/Blizzard_Professions/Blizzard_ProfessionsCrafterOrderView.lua"]:893: in function `SetOrder'
[string "@Interface/AddOns/Blizzard_Professions/Blizzard_ProfessionsCrafterOrderPage.lua"]:758: in function `ViewOrder'
[string "@Interface/AddOns/Blizzard_Professions/Blizzard_ProfessionsCrafterOrderPage.lua"]:64: in function <...Professions/Blizzard_ProfessionsCrafterOrderPage.lua:59>

Locals: self = Frame {
 order = <table> {
 }
 CreateButton = Button {
 }
 RankBar = Frame {
 }
 CraftingOutputLog = Frame {
 }
 StartRecraftButton = Button {
 }
 asyncContainers = <table> {
 }
 hasOptionalReagentSlots = true
 reagentSlotProvidedByCustomer = <table> {
 }
 OverlayCastBarAnchor = Frame {
 }
 DeclineOrderDialog = Frame {
 }
 StopRecraftButton = Button {
 }
 OrderDetails = Frame {
 }
 CompleteOrderButton = Button {
 }
 ConcentrationDisplay = Frame {
 }
 OrderInfo = Frame {
 }
}
transaction = <table> {
 useCharacterInventoryOnly = true
 isRecraft = false
 applyConcentration = false
 recipeSchematic = <table> {
 }
 recipeID = 446934
 reagentSlotSchematicTbls = <table> {
 }
 allocationTbls = <table> {
 }
 reagentTbls = <table> {
 }
 manuallyAllocated = false
}
recipeInfo = <table> {
 sourceType = 0
 disabled = false
 maxQuality = 5
 relativeDifficulty = 0
 supportsCraftingStats = true
 firstCraft = false
 learned = true
 skillLineAbilityID = 50706
 icon = 5660120
 isSalvageRecipe = false
 itemLevel = 885
 craftable = true
 name = "Warm Sunrise Bracers"
 isEnchantingRecipe = false
 recipeID = 446934
 canCreateMultiple = true
 categoryID = 2099
 isGatheringRecipe = false
 isRecraft = false
 qualityIDs = <table> {
 }
 isDummyRecipe = false
 supportsQualities = true
 qualityIlvlBonuses = <table> {
 }
 hasSingleItemOutput = true
 alwaysUsesLowestQuality = false
 hyperlink = "[Warm Sunrise Bracers]"
 maxTrivialLevel = 100
 canSkillUp = true
 favorite = false
 numSkillUps = 3
}
reagentSlotToItemID = <table> {
 1 = 228930
 2 = 222801
 3 = 219950
 5 = 211296
 8 = 222792
}
(for state) = <table> {
 1 = <table> {
 }
 2 = <table> {
 }
 3 = <table> {
 }
 4 = <table> {
 }
 5 = <table> {
 }
 6 = <table> {
 }
}
(for control) = 6
_ = 6
reagentInfo = <table> {
 slotIndex = 10
 reagent = <table> {
 }
 source = 0
 isBasicReagent = false
}
allocations = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = 20
(*temporary) = nil
(*temporary) = <table> {
 allocs = <table> {
 }
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = <table> {
 allocs = <table> {
 }
}
(*temporary) = <table> {
 isUndefinedEventAllowed = true
 frameEventFrame = Frame {
 }
 callbackTables = <table> {
 }
}
(*temporary) = "Professions.AllocationUpdated"
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'allocations' (a nil value)"`Preformatted text``Preformatted text``Preformatted text``Preformatted text``Preformatted text`
3 Likes

Same issue, same item.

Same… I only get this for tailoring. I had a friend try and every appears blank when they click on the order. I’ve also disabled all addons as well.

I am getting this as well, only in tailoring and only for public orders. Missing out on about 60k worth of orders tonight alone.

I have turned off all my mods and still get this error and I get it on multiple character on multiple servers.

Same issue, figured I’d add to keep the report alive. Only tailoring, only public order. Item I’m getting the error on is Warm Sunrise Bracers.

I posted a public order for myself and although I don’t have the recipe, I’m not getting any lua errors or other problems with the craft showing up.

So I would suggest following the steps to do a UI reset, and if that doesn’t work, /console cvar_default
https://us.battle.net/support/en/article/7549

Edit: I don’t think a ui reset is fixing this one. I encountered this on my priest with the cool sunset bracers and did some digging into the profession code. It looks like a reagent slot index that doesn’t exist is being called causing the allocations local to be left nil. I believe it may have to do with the quality of materials, though will have to do some testing on the ptr to try and pinpoint the root cause, assuming the issue also happens on the ptr.

Oh my gosh, I’m so glad I found this thread. I’ve been pulling my hair out over this. Same issue…only with Tailoring public orders, same error message, etc. This is clearly a Blizzard issue/bug that needs fixing.

Just wanted to comment on this thread to keep it going.

As of October 5th, 2024, I am still experiencing a Lua Error when attempting to fulfill a Tailoring Public Crafting Order on certain items. In my instance, the error occurred with Cool Sunset Bracers. It appears that it also affects Warm Sunset Bracers based on other posts.

I am able to fulfill Public Tailoring Crafting Orders for Algari Competitor’s gear without this Lua Error message appearing.

I am having the same issue with the Cool Sunset Bracers on a personal order between my alts. I have disabled all my addons and restarted the game. Still the same result.

Same exact issue on my tailor with the same item (Cool Sunset Bracers). Tried disabling all addons and reloading, but the lua error is coming from Blizzard_ProfessionsCrafterOrderView.lua which looks to be core to the game.

Bumping to keep this going. Something as simple as this being an issue for this long is pretty ridiculous.