Error on load when the items are not in the local cache
cremor opened this issue ยท 1 comments
After WoW patch 9.0.5 I got this error on load:
1x ...rfaceTorghastTourguide\TorghastTourguide-V1.4.4.lua:515: Usage: NonEmptyItem:ContinueOnLoad(callbackFunction)
[string "=[C]"]: in function `error'
[string "@FrameXML\ObjectAPI\Item.lua"]:233: in function `ContinueOnItemLoad'
[string "@TorghastTourguide\TorghastTourguide-V1.4.4.lua"]:515: in function <...rfaceTorghastTourguide\TorghastTourguide.lua:510>
[string "=[C]"]: ?
[string "@BagSync\libs\AceAddon-3.0\AceAddon-3.0-13.lua"]:70: in function <...ceBagSync\libs\AceAddon-3.0\AceAddon-3.0.lua:65>
[string "@BagSync\libs\AceAddon-3.0\AceAddon-3.0-13.lua"]:527: in function `EnableAddon'
[string "@BagSync\libs\AceAddon-3.0\AceAddon-3.0-13.lua"]:630: in function <...ceBagSync\libs\AceAddon-3.0\AceAddon-3.0.lua:615>
After getting the item "Ravenous Anima Cell" in my local cache (by clicking the item link generated by Wowhead) the error moves to line 520, so to the next item. So it seems like the addon can't handle the case when the items are not in the local cache.