Open
Conversation
Hello!
in patch 4.4.1 i got some errors by add this 2 lines the error is gone.
Message: ...rface/AddOns/PallyPowerLite/PallyPowerLiteValues.lua:129: attempt to index global 'L' (a nil value)
Time: Sat Mar 1 17:13:07 2025
Count: 1
Stack: ...rface/AddOns/PallyPowerLite/PallyPowerLiteValues.lua:129: attempt to index global 'L' (a nil value)
Locals:
Message: Interface/AddOns/PallyPowerLite/PallyPowerLite.lua:113: attempt to concatenate global 'PALLYPOWERLIGHT_NAME' (a nil value)
Time: Sat Mar 1 17:13:07 2025
Count: 1
Stack: Interface/AddOns/PallyPowerLite/PallyPowerLite.lua:113: attempt to concatenate global 'PALLYPOWERLIGHT_NAME' (a nil value)
[string "@Interface/AddOns/Accountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
[string "@Interface/AddOns/Accountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:619: in function <...ccountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>
Locals: self = <table> {
initializequeue = <table> {
}
statuses = <table> {
}
embeds = <table> {
}
frame = AceAddon30Frame {
}
addons = <table> {
}
enablequeue = <table> {
}
}
addon = <table> {
modules = <table> {
}
baseName = "PallyPowerLite"
defaultModuleState = true
pallyDataTemplate = <table> {
}
enabledState = true
Buffs = <table> {
}
LDB = <table> {
}
defaultModuleLibraries = <table> {
}
MinimapIcon = <table> {
}
prof = <table> {
}
BuffsIcons = <table> {
}
db = <table> {
}
options = <table> {
}
SealsIcons = <table> {
}
name = "PallyPowerLite"
orderedModules = <table> {
}
AurasIcons = <table> {
}
RoleIconCoords = <table> {
}
ClassIcons = <table> {
}
ClassID = <table> {
}
commPrefix = "PLPWRL"
Auras = <table> {
}
ClassToID = <table> {
}
Seals = <table> {
}
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello!
When i updated the addon i remember i got some errors from patch 4.4.1 and i did this to resolve it.
This is the errors.
Message: ...rface/AddOns/PallyPowerLite/PallyPowerLiteValues.lua:129: attempt to index global 'L' (a nil value)
Time: Sat Mar 1 17:13:07 2025
Count: 1
Stack: ...rface/AddOns/PallyPowerLite/PallyPowerLiteValues.lua:129: attempt to index global 'L' (a nil value)
Locals:
Message: Interface/AddOns/PallyPowerLite/PallyPowerLite.lua:113: attempt to concatenate global 'PALLYPOWERLIGHT_NAME' (a nil value)
Time: Sat Mar 1 17:13:07 2025
Count: 1
Stack: Interface/AddOns/PallyPowerLite/PallyPowerLite.lua:113: attempt to concatenate global 'PALLYPOWERLIGHT_NAME' (a nil value)
[string "@Interface/AddOns/Accountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
[string "@Interface/AddOns/Accountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:619: in function <...ccountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>
Locals: self =
{initializequeue =
}
statuses =
}
embeds =
}
frame = AceAddon30Frame {
}
addons =
}
enablequeue =
}
}
addon =
modules =
}
baseName = "PallyPowerLite"
defaultModuleState = true
pallyDataTemplate =
}
enabledState = true
Buffs =
}
LDB =
}
defaultModuleLibraries =
}
MinimapIcon =
}
prof =
}
BuffsIcons =
}
db =
}
options =
}
SealsIcons =
}
name = "PallyPowerLite"
orderedModules =
}
AurasIcons =
}
RoleIconCoords =
}
ClassIcons =
}
ClassID =
}
commPrefix = "PLPWRL"
Auras =
}
ClassToID =
}
Seals =
}
}