TheKrowi / Krowi_ExtendedVendorUI

Merchant Frame Extended is a small addon that lets you extend the default 5 rows, 2 columns merchant frame up to 10 rows and 6 columns. The direction in which the items fill the window is also adjustable.
Other
5 stars 3 forks source link

Lua errors on the beta #33

Open KatyPurry opened 1 month ago

KatyPurry commented 1 month ago

Hello, I have some lua errors on the beta with the latest version (8.0)

Message: .../Krowi_ExtendedVendorUI/Libs/AceDB-3.0/AceDB-3.0.lua:264: attempt to concatenate local 'regionKey' (a nil value)
Time: Fri Jul 26 01:21:23 2024
Count: 1
Stack: .../Krowi_ExtendedVendorUI/Libs/AceDB-3.0/AceDB-3.0.lua:264: attempt to concatenate local 'regionKey' (a nil value)

Locals: 
Message: ...ExtendedVendorUI/Libs/Krowi_Util/Options/Options.lua:52: attempt to call method 'New' (a nil value)
Time: Fri Jul 26 01:21:24 2024
Count: 1
Stack: ...ExtendedVendorUI/Libs/Krowi_Util/Options/Options.lua:52: attempt to call method 'New' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Libs/Krowi_Util/Options/Options.lua"]:52: in function `Load'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Krowi_ExtendedVendorUI.lua"]:21: in function <...ns/Krowi_ExtendedVendorUI/Krowi_ExtendedVendorUI.lua:17>

Locals: self = <table> {
 WidthMultiplier = 1.176471
 Defaults = <table> {
 }
 OptionsTable = <table> {
 }
 Profiles = <table> {
 }
 Plugins = <table> {
 }
 General = <table> {
 }
 OptionsTables = <table> {
 }
}
manualProfilesTable = true
(*temporary) = nil
(*temporary) = <table> {
 frame = Frame {
 }
 db_registry = <table> {
 }
}
(*temporary) = "KrowiEVU_Options"
(*temporary) = <table> {
 profile = <table> {
 }
}
(*temporary) = true
(*temporary) = "attempt to call method 'New' (a nil value)"
addon = <table> {
 Icon = <table> {
 }
 Options = <table> {
 }
 Api = <table> {
 }
 Gui = <table> {
 }
 Filters = <table> {
 }
 CachedItemIndices = <table> {
 }
 Metadata = <table> {
 }
 IsDragonflightRetail = false
 InjectOptions = <table> {
 }
 Localization = <table> {
 }
 Plugins = <table> {
 }
 Libs = <table> {
 }
 L = <table> {
 }
 Util = <table> {
 }
 IsWrathClassic = false
}
onProfileChangedFunctions = <table> {
}
onProfileCopiedFunctions = <table> {
}
onProfileResetFunctions = <table> {
}
Message: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
Time: Fri Jul 26 01:21:24 2024
Count: 5
Stack: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:76: in function `PrepareMerchantInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:85: in function `PrepareInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:92: in function <...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:91>
[string "=[C]"]: in function `Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:184: in function `MerchantFrame_Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:91: in function <...ns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua:83>

Locals: self = <table> {
 OffsetBuybackInfoY = 15
 DefaultMerchantInfoNumRows = 5
 ItemHeight = 44.000004
 OffsetMerchantInfoY = 8
 DefaultBuybackInfoNumColumns = 2
 OffsetX = 12
 FirstOffsetX = 11
 ItemWidth = 153
 DefaultMerchantInfoNumColumns = 2
 FirstOffsetY = -69
 DefaultBuybackInfoNumRows = 6
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'db' (a nil value)"
infoNumRows = 0
infoNumColumns = 0
addon = <table> {
 Icon = <table> {
 }
 Options = <table> {
 }
 Api = <table> {
 }
 Gui = <table> {
 }
 Filters = <table> {
 }
 CachedItemIndices = <table> {
 }
 Metadata = <table> {
 }
 IsDragonflightRetail = false
 InjectOptions = <table> {
 }
 Localization = <table> {
 }
 Plugins = <table> {
 }
 Libs = <table> {
 }
 L = <table> {
 }
 Util = <table> {
 }
 IsWrathClassic = false
}
Message: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:105: attempt to index field 'db' (a nil value)
Time: Fri Jul 26 01:21:24 2024
Count: 5
Stack: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:105: attempt to index field 'db' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:105: in function `DrawItemSlots'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:140: in function `DrawForMerchantInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:145: in function <...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:144>
[string "=[C]"]: ?
[string "=[C]"]: in function `MerchantFrame_UpdateMerchantInfo'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:187: in function `MerchantFrame_Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:91: in function <...ns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua:83>

Locals: self = <table> {
 OffsetBuybackInfoY = 15
 DefaultMerchantInfoNumRows = 5
 ItemHeight = 44.000004
 OffsetMerchantInfoY = 8
 DefaultBuybackInfoNumColumns = 2
 OffsetX = 12
 FirstOffsetX = 11
 ItemWidth = 153
 DefaultMerchantInfoNumColumns = 2
 FirstOffsetY = -69
 DefaultBuybackInfoNumRows = 6
}
numRows = 0
numColumns = 0
offsetX = 12
offsetY = 8
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'db' (a nil value)"
addon = <table> {
 Icon = <table> {
 }
 Options = <table> {
 }
 Api = <table> {
 }
 Gui = <table> {
 }
 Filters = <table> {
 }
 CachedItemIndices = <table> {
 }
 Metadata = <table> {
 }
 IsDragonflightRetail = false
 InjectOptions = <table> {
 }
 Localization = <table> {
 }
 Plugins = <table> {
 }
 Libs = <table> {
 }
 L = <table> {
 }
 Util = <table> {
 }
 IsWrathClassic = false
}
Message: .../AddOns/Krowi_ExtendedVendorUI/Gui/MerchantFrame.lua:48: attempt to index field 'db' (a nil value)
Time: Fri Jul 26 01:21:24 2024
Count: 5
Stack: .../AddOns/Krowi_ExtendedVendorUI/Gui/MerchantFrame.lua:48: attempt to index field 'db' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantFrame.lua"]:48: in function <.../AddOns/Krowi_ExtendedVendorUI/Gui/MerchantFrame.lua:47>
[string "=[C]"]: in function `MerchantFrame_UpdateMerchantInfo'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:187: in function `MerchantFrame_Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:91: in function <...ns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua:83>

Locals: (*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'db' (a nil value)"
addon = <table> {
 Icon = <table> {
 }
 Options = <table> {
 }
 Api = <table> {
 }
 Gui = <table> {
 }
 Filters = <table> {
 }
 CachedItemIndices = <table> {
 }
 Metadata = <table> {
 }
 IsDragonflightRetail = false
 InjectOptions = <table> {
 }
 Localization = <table> {
 }
 Plugins = <table> {
 }
 Libs = <table> {
 }
 L = <table> {
 }
 Util = <table> {
 }
 IsWrathClassic = false
}
merchantItemsContainer = <table> {
 OffsetBuybackInfoY = 15
 DefaultMerchantInfoNumRows = 5
 ItemHeight = 44.000004
 OffsetMerchantInfoY = 8
 DefaultBuybackInfoNumColumns = 2
 OffsetX = 12
 FirstOffsetX = 11
 ItemWidth = 153
 DefaultMerchantInfoNumColumns = 2
 FirstOffsetY = -69
 DefaultBuybackInfoNumRows = 6
}
originalWidth = 336.000031
originalHeight = 444.000031
Message: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
Time: Fri Jul 26 01:22:38 2024
Count: 1
Stack: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:76: in function `PrepareMerchantInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:85: in function `PrepareInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:92: in function <...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:91>
[string "=[C]"]: in function `Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:184: in function `MerchantFrame_Update'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Krowi_ExtendedVendorUI.lua"]:39: in function `MerchantFrame_SetFilter'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua"]:16: in function <...wi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua:15>
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua"]:22: in function `clearSearchBox'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua"]:28: in function <...wi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua:26>
[string "=[C]"]: in function `Show'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:484: in function `SetUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:327: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:170: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:165>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:878: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:67: in function `showFunc'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:202: in function `ShowFrame'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:240: in function <...Panels_Game/Shared/PlayerInteractionFrameManager.lua:237>

Locals: self = <table> {
 OffsetBuybackInfoY = 15
 DefaultMerchantInfoNumRows = 5
 ItemHeight = 44.000004
 OffsetMerchantInfoY = 8
 DefaultBuybackInfoNumColumns = 2
 OffsetX = 12
 FirstOffsetX = 11
 ItemWidth = 153
 DefaultMerchantInfoNumColumns = 2
 FirstOffsetY = -69
 DefaultBuybackInfoNumRows = 6
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'db' (a nil value)"
infoNumRows = 0
infoNumColumns = 0
addon = <table> {
 Icon = <table> {
 }
 Options = <table> {
 }
 Api = <table> {
 }
 Gui = <table> {
 }
 Filters = <table> {
 }
 CachedItemIndices = <table> {
 }
 Metadata = <table> {
 }
 IsDragonflightRetail = false
 InjectOptions = <table> {
 }
 Localization = <table> {
 }
 Plugins = <table> {
 }
 Libs = <table> {
 }
 L = <table> {
 }
 Util = <table> {
 }
 IsWrathClassic = false
}
Message: Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua:88: attempt to call global 'GetItemInfo' (a nil value)
Time: Fri Jul 26 01:22:38 2024
Count: 1
Stack: Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua:88: attempt to call global 'GetItemInfo' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua"]:88: in function `IsPet'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua"]:56: in function `Validate'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantFrame.lua"]:153: in function `GetMerchantNumItems'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:251: in function <...ns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua:247>
[string "=[C]"]: ?
[string "=[C]"]: in function `MerchantFrame_UpdateMerchantInfo'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:187: in function `MerchantFrame_Update'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Krowi_ExtendedVendorUI.lua"]:39: in function `MerchantFrame_SetFilter'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua"]:16: in function <...wi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua:15>
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua"]:22: in function `clearSearchBox'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua"]:28: in function <...wi_ExtendedVendorUI/Gui/SearchBox/SearchBoxMixin.lua:26>
[string "=[C]"]: in function `Show'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:484: in function `SetUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:327: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:170: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:165>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:878: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:67: in function `showFunc'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:202: in function `ShowFrame'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:240: in function <...Panels_Game/Shared/PlayerInteractionFrameManager.lua:237>

Locals: itemId = 212283
(*temporary) = 12
(*temporary) = nil
(*temporary) = 212283
(*temporary) = "attempt to call global 'GetItemInfo' (a nil value)"
Message: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
Time: Fri Jul 26 01:22:38 2024
Count: 1
Stack: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:76: in function `PrepareMerchantInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:85: in function `PrepareInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:92: in function <...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:91>
[string "=[C]"]: in function `Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:144: in function <...ns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua:134>
[string "=[C]"]: ?
[string "=[C]"]: in function `Show'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:484: in function `SetUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:327: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:170: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:165>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:878: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:67: in function `showFunc'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:202: in function `ShowFrame'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:240: in function <...Panels_Game/Shared/PlayerInteractionFrameManager.lua:237>

Locals: self = <table> {
 OffsetBuybackInfoY = 15
 DefaultMerchantInfoNumRows = 5
 ItemHeight = 44.000004
 OffsetMerchantInfoY = 8
 DefaultBuybackInfoNumColumns = 2
 OffsetX = 12
 FirstOffsetX = 11
 ItemWidth = 153
 DefaultMerchantInfoNumColumns = 2
 FirstOffsetY = -69
 DefaultBuybackInfoNumRows = 6
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'db' (a nil value)"
infoNumRows = 0
infoNumColumns = 0
addon = <table> {
 Icon = <table> {
 }
 Options = <table> {
 }
 Api = <table> {
 }
 Gui = <table> {
 }
 Filters = <table> {
 }
 CachedItemIndices = <table> {
 }
 Metadata = <table> {
 }
 IsDragonflightRetail = false
 InjectOptions = <table> {
 }
 Localization = <table> {
 }
 Plugins = <table> {
 }
 Libs = <table> {
 }
 L = <table> {
 }
 Util = <table> {
 }
 IsWrathClassic = false
}
Message: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
Time: Fri Jul 26 01:22:38 2024
Count: 1
Stack: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:76: in function `PrepareMerchantInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:85: in function `PrepareInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:92: in function <...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:91>
[string "=[C]"]: in function `Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:184: in function `MerchantFrame_Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:146: in function <...ns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua:134>
[string "=[C]"]: ?
[string "=[C]"]: in function `Show'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:484: in function `SetUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:327: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:170: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:165>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:878: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:67: in function `showFunc'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:202: in function `ShowFrame'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:240: in function <...Panels_Game/Shared/PlayerInteractionFrameManager.lua:237>

Locals: self = <table> {
 OffsetBuybackInfoY = 15
 DefaultMerchantInfoNumRows = 5
 ItemHeight = 44.000004
 OffsetMerchantInfoY = 8
 DefaultBuybackInfoNumColumns = 2
 OffsetX = 12
 FirstOffsetX = 11
 ItemWidth = 153
 DefaultMerchantInfoNumColumns = 2
 FirstOffsetY = -69
 DefaultBuybackInfoNumRows = 6
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'db' (a nil value)"
infoNumRows = 0
infoNumColumns = 0
addon = <table> {
 Icon = <table> {
 }
 Options = <table> {
 }
 Api = <table> {
 }
 Gui = <table> {
 }
 Filters = <table> {
 }
 CachedItemIndices = <table> {
 }
 Metadata = <table> {
 }
 IsDragonflightRetail = false
 InjectOptions = <table> {
 }
 Localization = <table> {
 }
 Plugins = <table> {
 }
 Libs = <table> {
 }
 L = <table> {
 }
 Util = <table> {
 }
 IsWrathClassic = false
}
Message: Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua:88: attempt to call global 'GetItemInfo' (a nil value)
Time: Fri Jul 26 01:22:38 2024
Count: 1
Stack: Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua:88: attempt to call global 'GetItemInfo' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua"]:88: in function `IsPet'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua"]:56: in function `Validate'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantFrame.lua"]:153: in function `GetMerchantNumItems'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:251: in function <...ns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua:247>
[string "=[C]"]: ?
[string "=[C]"]: in function `MerchantFrame_UpdateMerchantInfo'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:187: in function `MerchantFrame_Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:146: in function <...ns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua:134>
[string "=[C]"]: ?
[string "=[C]"]: in function `Show'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:484: in function `SetUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:327: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:170: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:165>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:878: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:67: in function `showFunc'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:202: in function `ShowFrame'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:240: in function <...Panels_Game/Shared/PlayerInteractionFrameManager.lua:237>

Locals: itemId = 212283
(*temporary) = 12
(*temporary) = nil
(*temporary) = 212283
(*temporary) = "attempt to call global 'GetItemInfo' (a nil value)"
Message: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
Time: Fri Jul 26 01:22:38 2024
Count: 1
Stack: ...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:76: attempt to index field 'db' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:76: in function `PrepareMerchantInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:85: in function `PrepareInfo'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua"]:92: in function <...rowi_ExtendedVendorUI/Gui/MerchantItemsContainer.lua:91>
[string "=[C]"]: in function `Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:184: in function `MerchantFrame_Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:74: in function `showFunc'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:202: in function `ShowFrame'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:240: in function <...Panels_Game/Shared/PlayerInteractionFrameManager.lua:237>

Locals: self = <table> {
 OffsetBuybackInfoY = 15
 DefaultMerchantInfoNumRows = 5
 ItemHeight = 44.000004
 OffsetMerchantInfoY = 8
 DefaultBuybackInfoNumColumns = 2
 OffsetX = 12
 FirstOffsetX = 11
 ItemWidth = 153
 DefaultMerchantInfoNumColumns = 2
 FirstOffsetY = -69
 DefaultBuybackInfoNumRows = 6
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'db' (a nil value)"
infoNumRows = 0
infoNumColumns = 0
addon = <table> {
 Icon = <table> {
 }
 Options = <table> {
 }
 Api = <table> {
 }
 Gui = <table> {
 }
 Filters = <table> {
 }
 CachedItemIndices = <table> {
 }
 Metadata = <table> {
 }
 IsDragonflightRetail = false
 InjectOptions = <table> {
 }
 Localization = <table> {
 }
 Plugins = <table> {
 }
 Libs = <table> {
 }
 L = <table> {
 }
 Util = <table> {
 }
 IsWrathClassic = false
}
Message: Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua:88: attempt to call global 'GetItemInfo' (a nil value)
Time: Fri Jul 26 01:22:38 2024
Count: 1
Stack: Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua:88: attempt to call global 'GetItemInfo' (a nil value)
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua"]:88: in function `IsPet'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Filters.lua"]:56: in function `Validate'
[string "@Interface/AddOns/Krowi_ExtendedVendorUI/Gui/MerchantFrame.lua"]:153: in function `GetMerchantNumItems'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:251: in function <...ns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua:247>
[string "=[C]"]: ?
[string "=[C]"]: in function `MerchantFrame_UpdateMerchantInfo'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:187: in function `MerchantFrame_Update'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Mainline/MerchantFrame.lua"]:74: in function `showFunc'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:202: in function `ShowFrame'
[string "@Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua"]:240: in function <...Panels_Game/Shared/PlayerInteractionFrameManager.lua:237>

Locals: itemId = 212283
(*temporary) = 12
(*temporary) = nil
(*temporary) = 212283
(*temporary) = "attempt to call global 'GetItemInfo' (a nil value)"
TheKrowi commented 1 week ago

Still happening on live?