BetterBags

BetterBags

1M Downloads

Random error while batch crafting

schwanzLutschen opened this issue ยท 2 comments

commented

Addon Version

0.2.2-10-g619a012

World of Warcraft Version

Retail

Describe the bug

While batch crafting from vanilla Blizzard Tailoring window

Steps to reproduce

Unknown, error captured in middle of batch:

2x BetterBags/data/search.lua:256: attempt to index field 'bindingInfo' (a nil value) [string "@BetterBags/data/search.lua"]:256: in function Remove'
[string "@BetterBags/data/items.lua"]:449: in function LoadItems' [string "@BetterBags/data/items.lua"]:533: in function <BetterBags/data/items.lua:526> [string "@BetterBags/data/loader.lua"]:128: in function cb'
[string "@BetterBags/core/async.lua"]:52: in function worker' [string "@BetterBags/core/async.lua"]:59: in function DoWithDelay'
[string "@BetterBags/core/async.lua"]:67: in function Do' [string "@BetterBags/core/async.lua"]:145: in function Until'
[string "@BetterBags/data/loader.lua"]:112: in function `cb'
[string "@BetterBags/core/async.lua"]:52: in function <BetterBags/core/async.lua:44>

Locals:
self =

{
modules =
{
}
defaultModuleLibraries =
{
}
indexLookup =
{
}
name = "BetterBags_Search"
orderedModules =
{
}
defaultIndicies =
{
}
baseName = "BetterBags"
enabledState = true
indicies =
{
}
moduleName = "Search"
defaultModuleState = true
}
item =
{
slotkey = "0_16"
bagid = 0
basic = false
isItemEmpty = true
kind = 0
itemInfo =
{
}
slotid = 16
}
(*temporary) =
{
0 = "nonbinding"
7 = "warbound"
1 = ""
2 = "boe"
4 = "quest"
8 = "bnet"
9 = "wue"
5 = "soulbound"
-1 = ""
3 = "bou"
6 = "refundable"
}
(*temporary) = nil
(*temporary) =
{
ngrams =
{
}
bools =
{
}
fullText =
{
}
property = "guid"
numbers =
{
}
}
(*temporary) = nil
(*temporary) = "0_16"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'bindingInfo' (a nil value)"
search =
{
modules =
{
}
defaultModuleLibraries =
{
}
indexLookup =
{
}
name = "BetterBags_Search"
orderedModules =
{
}
defaultIndicies =
{
}
baseName = "BetterBags"
enabledState = true
indicies =
{
}
moduleName = "Search"
defaultModuleState = true
}
const =
{
BANK_ONLY_BAGS =
{
}
BAG_KIND =
{
}
modules =
{
}
BANK_TAB =
{
}
BANK_BAGS =
{
}
BINDING_SCOPE =
{
}
BANK_ONLY_BAGS_LIST =
{
}
BAG_SUBTYPES =
{
}
DATABASE_DEFAULTS =
{
}
SECTION_SORT_TYPE =
{
}
baseName = "BetterBags"
INVENTORY_TYPE_TO_INVENTORY_SLOTS =
{
}
EQUIPMENT_SLOTS =
{
}
TRADESKILL_MAP =
{
}
name = "BetterBags_Constants"
BRIEF_EXPANSION_MAP =
{
}
orderedModules =
{
}
EXPANSION_MAP =
{
}
defaultModuleState = true
OFFSETS =
{
}
ITEM_QUALITY_COLOR =
{
}
BINDING_MAP =
{
}
ITEM_QUALITY_HIGHLIGHT =
{
}
BAG_SUBTYPE_TO_QUALITY =
{
}
ITEM_QUALITY_TO_ENUM =
{
}
EXPANSION_TYPE =
{
}
ITEM_SORT_TYPE =
{
}
BACKPACK_BAGS =
{
}
BAG_VIEW =
{
}
WINDOW_KIND =
{
}
defaultModuleLibraries =
{
}
ITEM_QUALITY_COLOR_LOW =
{
}
BACKPACK_ONLY_BAGS_LIST =
{
}
enabledState = false
BACKPACK_ONLY_REAGENT_BAGS =
{
}
ACCOUNT_BANK_BAGS =
{
}
GRID_COMPACT_STYLE =
{
}
MOVEMENT_FLOW =
{
}
REAGENTBANK_BAGS =
{
}
ITEM_BAG_FAMILY =
{
}
ITEM_QUALITY_COLOR_HIGH =
{
}
moduleName = "Constants"
BACKPACK_ONLY_BAGS =
{
}
}
`

commented

This is a known issue in the Alpha -- switch to non-alpha releases for the time being until this is fixed.

commented

#628 fixes this error once it gets integrated