AvyAddons / BetterBags_WarWithin_Crafting

Filters for TWW Crafting categories in AdiBags.
MIT License
0 stars 1 forks source link

[BUG] - Non-existent - Attempted to add item 222698 to category Cooking #2

Closed dsoundmn closed 2 weeks ago

dsoundmn commented 3 weeks ago

Description

Message: Interface/AddOns/BetterBags/data/categories.lua:140: Attempted to add item 222698 to category Cooking, but the item does not exist.
Time: Mon Aug 26 19:24:30 2024
Count: 1
Stack: Interface/AddOns/BetterBags/data/categories.lua:140: Attempted to add item 222698 to category Cooking, but the item does not exist.
[string "@Interface/AddOns/BetterBags/data/categories.lua"]:140: in function `AddItemToCategory'
[string "@Interface/AddOns/BetterBags_TWW_Crafting/main.lua"]:14: in main chunk

Locals: self = <table> {
 modules = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 categoryCount = 0
 name = "BetterBags_Categories"
 ephemeralCategories = <table> {
 }
 orderedModules = <table> {
 }
 categoryFunctions = <table> {
 }
 baseName = "BetterBags"
 ephemeralCategoryByItemID = <table> {
 }
 enabledState = false
 defaultModuleState = true
 moduleName = "Categories"
 itemsWithNoCategory = <table> {
 }
}
id = 222698
category = "Cooking"
database = <table> {
 modules = <table> {
 }
 defaultModuleState = true
 data = <table> {
 }
 enabledState = true
 baseName = "BetterBags"
 defaultModuleLibraries = <table> {
 }
 name = "BetterBags_Database"
 orderedModules = <table> {
 }
 moduleName = "Database"
}

Addon Version

v1.0.0

World of Warcraft Flavor

Retail (The War Within)

Tested with only BetterBags_TWW_Crafting

Lua Error

No response

Reproduction Steps

occurs on log-on.

Screenshots

No response

dsoundmn commented 3 weeks ago

thanks for the amazing app - as an aside - no issues occur following the failure - please let me know if i should try anything!

lucasvienna commented 2 weeks ago

Thanks for the report, I've fixed it in v1.0.1!

dsoundmn commented 2 weeks ago

awesome! thank you! - tested and it's all set.