Auctionator / Journalator

World of Warcraft addon. Keep track of your gold making on the AH, crafting orders and with vendors
https://www.curseforge.com/wow/addons/journalator
MIT License
10 stars 6 forks source link

Bug when collecting mail. #59

Closed JoshuaAndrewN closed 1 year ago

JoshuaAndrewN commented 1 year ago

14x Journalator/Source/AddToLogs.lua:6: bad argument #1 to 'insert' (table expected, got nil) string "=[C]": in function insert' [string "@Journalator/Source/AddToLogs.lua"]:6: in functionAddToLogs' [string "@Journalator/Source/Monitor/CraftingOrderMail.lua"]:72: in function <...Ons/Journalator/Source/Monitor/CraftingOrderMail.lua:69> string "=[C]": in function xpcall' [string "@FrameXML/ObjectAPI/AsyncCallbackSystem.lua"]:76: in functionFireCallbacks' [string "@FrameXML/ObjectAPI/AsyncCallbackSystem.lua"]:35: in function <FrameXML/ObjectAPI/AsyncCallbackSystem.lua:31>

string "=[C]": in function accessor' [string "@FrameXML/ObjectAPI/AsyncCallbackSystem.lua"]:52: in functionAddCallback' [string "@FrameXML/ObjectAPI/Item.lua"]:326: in function ContinueOnItemLoad' [string "@Journalator/Source/Monitor/CraftingOrderMail.lua"]:69: in functionProcessMail' [string "@Journalator/Source/Monitor/CraftingOrderMail.lua"]:52: in function <...Ons/Journalator/Source/Monitor/CraftingOrderMail.lua:26>

Locals: (temporary) = nil (temporary) =

{ time = 1685186549 itemName = "Pioneer's Writhebark Stave" crafterNote = "5172:0:0" source =
{ } recipeName = "" itemLink = "|cff0070dd|Hitem:194892::::::::70:70::13:3:8851:8852:9405:5:28:2164:29:36:30:40:38:8:40:679:::::|h[Pioneer's Writhebark Stave |A:Professions-ChatIcon-Quality-Tier5:17:17::1|a]|h|r" commissionPaid = 569400 } (*temporary) = "table expected, got nil"

plusmouse commented 1 year ago

Can you run

/dump Journalator.State.Logs.CraftingOrdersSucceeded
/dump Journalator.State.Logs.CraftingOrdersFailed
/dump Journalator.State.Logs.Version

and report the output from each?

JoshuaAndrewN commented 1 year ago

CraftingOrdersSucceeded = empty result CraftingOrdersFailed = empty result Version = [1]=11

plusmouse commented 1 year ago

This should resolve the issue Journalator-1.41-4-g4bd6194.zip (available from Curseforge or Wago shortly)

plusmouse commented 1 year ago

That won't fix it actually, just building a new version

plusmouse commented 1 year ago
plusmouse commented 1 year ago

And again, that's broken. I'm trying to do it too fast. Fingers crossed that this one is it... Journalator-1.41-6-g6ad1ccf.zip

JoshuaAndrewN commented 1 year ago

Hah! No worries. Thank you.