attempt to call method 'S' (a nil value)
scalp42 opened this issue · 3 comments
Hi @Chipinators and thank you for the addon!
I'm running into an issue with version 1.0.6
(for Retail 11.0.2
):
Importer/locale/enUs.lua:46: attempt to call method 'S' (a nil value)
Here are the logs:
BugSack logs
5x ...ceBetterBags_AdiBagsImporter/locale/enUs.lua:46: attempt to call method 'S' (a nil value)
[string "@BetterBags_AdiBagsImporter/locale/enUs.lua"]:46: in main chunk
Locals:
BetterBags = <table> {
isBCC = false
modules = <table> {
}
defaultModuleLibraries = <table> {
}
defaultModuleState = false
_bindingFrame = Frame {
}
baseName = "BetterBags"
name = "BetterBags"
orderedModules = <table> {
}
backpackShouldClose = false
isRetail = true
backpackShouldOpen = false
Bags = <table> {
}
atBank = false
enabledState = true
atWarbank = false
isClassic = false
hooks = <table> {
}
isCata = false
_buttons = <table> {
}
}
L = <table> {
data = <table> {
}
modules = <table> {
}
defaultModuleLibraries = <table> {
}
baseName = "BetterBags"
enabledState = true
locale = "enUS"
moduleName = "Localization"
defaultModuleState = true
name = "BetterBags_Localization"
orderedModules = <table> {
}
}
generalStrings = <table> {
Developer = "Developer"
Warning! = "Warning!"
AdiBags Importer = "AdiBags Importer"
Enable AdiBags = "Enable AdiBags"
Import = "Import"
Check Out My Other BetterBags Plugins = "Check Out My Other BetterBags Plugins"
Version = "Version"
GitHub = "GitHub"
Undo = "Undo"
Support = "Support"
Date = "Date"
About = "About"
}
descriptions = <table> {
Enter the separator to use between Category and Sub-Category = "Enter the separator to use between Category and Sub-Category"
Import your AdiBags custom filters into BetterBags = "Import your AdiBags custom filters into BetterBags"
If enabled, only the Sub-Category will be used for the category name = "If enabled, only the Sub-Category will be used for the category name"
AdiBags is installed but disabled. Please enable it and reload the UI. = "AdiBags is installed but disabled. Please enable it and reload the UI."
If you find any issues with the plugin, please submit an issue on the projects GitHub page. = "If you find any issues with the plugin, please submit an issue on the projects GitHub page."
No import to undo. = "No import to undo."
Successfully imported %d AdiBags categories into BetterBags. = "Successfully imported %d AdiBags categories into BetterBags."
AdiBags not detected! The functionality of this module will be disabled. = "AdiBags not detected! The functionality of this module will be disabled."
Undo successful. Reverted imported items and categories. = "Undo successful. Reverted imported items and categories."
AdiBags configuration not found! = "AdiBags configuration not found!"
}
errors = <table> {
AdiBags Importer Warning: Attempted to import item '%d' but the item does not exist. Item import was skipped. = "AdiBags Importer Warning: Attempted to import item '%d' but the item does not exist. Item import was skipped."
Error: Selected profile does not have any overrides! = "Error: Selected profile does not have any overrides!"
}
(for state) = <table> {
Developer = "Developer"
Warning! = "Warning!"
AdiBags Importer = "AdiBags Importer"
Enable AdiBags = "Enable AdiBags"
Import = "Import"
Check Out My Other BetterBags Plugins = "Check Out My Other BetterBags Plugins"
Version = "Version"
GitHub = "GitHub"
Undo = "Undo"
Support = "Support"
Date = "Date"
About = "About"
}
(for control) = "Developer"
key = "Developer"
value = "Developer"
(*temporary) = nil
(*temporary) = <table> {
data = <table> {
}
modules = <table> {
}
defaultModuleLibraries = <table> {
}
baseName = "BetterBags"
enabledState = true
locale = "enUS"
moduleName = "Localization"
defaultModuleState = true
name = "BetterBags_Localization"
orderedModules = <table> {
}
}
(*temporary) = "Developer"
(*temporary) = "Developer"
(*temporary) = "attempt to call method 'S' (a nil value)"
Thank you in advance for the help! 🙏
Thanks for the report @scalp42! I'll look into this today and get a fix out ASAP!
Just pushed out v1.0.7
to CurseForge/Wago. Please update to this version and it should be fixed! Thanks again for the report, didn't realize BetterBags fundamentally changed how they were doing localization.
@Chipinators thank you so much for the quick answer and help stranger! Much much appreciated ❤️