Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempted to add item 164254 to category Openable, but the item does not exist. #740

Open
GreenNite opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
bug Something isn't working triage

Comments

@GreenNite
Copy link

Addon Version

v0.3.18

World of Warcraft Version

Retail

Describe the bug

When logging in or resetting the UI, I get the following Lua Error

Message: Interface/AddOns/BetterBags/data/categories.lua:161: Attempted to add item 164254 to category Openable, but the item does not exist.
Time: Mon Jan 6 15:14:16 2025
Count: 1
Stack: Interface/AddOns/BetterBags/data/categories.lua:161: Attempted to add item 164254 to category Openable, but the item does not exist.
[string "@Interface/AddOns/BetterBags/data/categories.lua"]:161: in function `AddItemToCategory'
[string "@Interface/AddOns/betterbags-openable/Core.lua"]:23: in main chunk

Locals: self =

{
modules =
{
}
defaultModuleLibraries =
{
}
categoryCount = 0
name = "BetterBags_Categories"
ephemeralCategories =
{
}
orderedModules =
{
}
categoryFunctions =
{
}
baseName = "BetterBags"
ephemeralCategoryByItemID =
{
}
enabledState = false
defaultModuleState = true
moduleName = "Categories"
itemsWithNoCategory =
{
}
}
ctx =
{
keys =
{
}
done = false
}
id = 164254
category = "Openable"
context =
{
modules =
{
}
name = "BetterBags_Context"
orderedModules =
{
}
enabledState = false
baseName = "BetterBags"
defaultModuleLibraries =
{
}
moduleName = "Context"
defaultModuleState = true
}
database =
{
modules =
{
}
defaultModuleState = true
data =
{
}
baseName = "BetterBags"
enabledState = true
defaultModuleLibraries =
{
}
name = "BetterBags_Database"
orderedModules =
{
}
moduleName = "Database"
}

Steps to reproduce

Logging in or resetting the UI will cause the error to pop up every time. I have updated the addon but that has not helped
The item looks to be "https://www.wowhead.com/item=164254/steel-strongbox".

Searched every toon/bank/gbank/void bank. I do not have any steel strongboxes but it may be something else for all I know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
Status: To Triage
Development

No branches or pull requests

2 participants