Lua errors after updating
Vysci opened this issue ยท 1 comments
Describe the bug
Pulled the latest version from master (3.32) was on 3.24 previously. Add-on is broken with the following error
Message: ...terface/AddOns/LFGBulletinBoard/CustomCategories.lua:95: attempt to index field 'CustomFilters' (a nil value)
Time: Mon Jul 1 11:11:12 2024
Count: 1
Stack: ...terface/AddOns/LFGBulletinBoard/CustomCategories.lua:95: attempt to index field 'CustomFilters' (a nil value)
[string "@Interface/AddOns/LFGBulletinBoard/CustomCategories.lua"]:95: in function `InitializeCustomFilters'
[string "@Interface/AddOns/LFGBulletinBoard/GroupBulletinBoard.lua"]:541: in function `Init'
[string "@Interface/AddOns/LFGBulletinBoard/GroupBulletinBoard.lua"]:857: in function `?'
[string "@Interface/AddOns/LFGBulletinBoard/LibGPIToolBox.lua"]:117: in function <Interface/AddOns/LFGBulletinBoard/LibGPIToolBox.lua:114>
Locals: (for generator) = <function> defined =[C]:-1
(for state) = <table> {
RDF = <table> {
}
BLOOD = <table> {
}
BOOSTS = <table> {
}
INCUR = <table> {
}
}
(for control) = "RDF"
key = "RDF"
preset = <table> {
sortIdx = 1
levels = <table> {
}
name = "Random Dungeon"
tags = <table> {
}
isDisabled = true
key = "RDF"
}
(*temporary) = nil
(*temporary) = <table> {
sortIdx = 1
levels = <table> {
}
name = "Random Dungeon"
tags = <table> {
}
isDisabled = true
key = "RDF"
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'CustomFilters' (a nil value)"
presets = <table> {
RDF = <table> {
}
BLOOD = <table> {
}
BOOSTS = <table> {
}
INCUR = <table> {
}
}
isModuleInitialized = false
To Reproduce
Steps to reproduce the behavior:
- Go from 3.24 to 3.32 and login
@juemrami for visibility