Auctionator says: Contact the maintainer of CraftSim to resolve this problem
b-morgan opened this issue ยท 2 comments
Other than open an issue here, I'm not sure how this happened. I was using Skillet to craft some Engineering and Tailoring items for weekly crafting quests.
1x Auctionator/Source/API/Internal.lua:2: Contact the maintainer of CraftSim to resolve this problem. Details: Usage Auctionator.API.v1.GetVendorPriceByItemLink(string, string)
[string "=[C]"]: in function `error'
[string "@Auctionator/Source/API/Internal.lua"]:2: in function `ComposeError'
[string "@Auctionator/Source/API/v1/GetVendorPrice.lua"]:18: in function `GetVendorPriceByItemLink'
[string "@CraftSim/Pricing/PriceAPIs.lua"]:214: in function `GetMinBuyoutByItemLink'
[string "@CraftSim/Pricing/PriceData.lua"]:98: in function `GetMinBuyoutByItemLink'
[string "@CraftSim/Classes/PriceData.lua"]:139: in function `Update'
[string "@CraftSim/Classes/RecipeData.lua"]:251: in function `new'
[string "@CraftSim/Libs/classic.lua"]:64: in function `RecipeData'
[string "@CraftSim/Init/Init.lua"]:528: in function `TriggerModulesByRecipeType'
[string "@CraftSim/Init/Init.lua"]:85: in function <CraftSim/Init/Init.lua:83>
[string "@CraftSim/Libs/GUTIL/GUTIL.lua"]:564: in function `checkCondition'
[string "@CraftSim/Libs/GUTIL/GUTIL.lua"]:570: in function `WaitFor'
[string "@CraftSim/Init/Init.lua"]:74: in function `TriggerModuleUpdate'
[string "@CraftSim/Init/Init.lua"]:69: in function <CraftSim/Init/Init.lua:68>
Locals:
(*temporary) = "Contact the maintainer of CraftSim to resolve this problem. Details: Usage Auctionator.API.v1.GetVendorPriceByItemLink(string, string)"
I'm not sure.
Skillet has no calls to GetVendorPriceByItemLink
or GetMinBuyoutByItemLink
. It does call GetAuctionPriceByItemLink
but only if the link is not nil
.
Since I'm buried in Skillet bugs caused by Blizzard's changes in 11.0.2, I'm just passing off any other bugs I find and then disabling the guilty addon. I'll reenable CraftSim when Skillet is more stable and check then if you haven't fixed it already.