Unrecognized LFR instance parent id=1942
manly1138 opened this issue ยท 8 comments
Describe the bug
Do you have an error log of what happened?
To Reproduce
Screenshots
Did you try having SavedInstances as the only enabled addon and everything else (especially something like ElvUI) disabled?
Which version of SavedInstances are you using?
Was it working in a previous version? If yes, which was the last good one?
Additional context
same issue when im in hfc mythic it keeps spamming itself. using the current verison of saved instances
it has spammed me 3 times in the last 5 mins
verison 8.0.9
I got this error right after doing lfr BoD on alliance side; the hover over popup is not showing lfr BoD progress either
disabling all other addons still has the issue, using 8.0.9 version
Sorry for the double post, but steps to reproduce:
Log into character that didn't do BoD LFR (still ally tho) -> get error
Delete first character from addon history, reload ui -> no error
do first boss of BoD LFR -> get error on boss kill into hover over minimap icon
This is an error occuring when "Combine LFR" is turned on
I wonder if it's because the 2 other comming LFR raids are not open yet?
for boxname, line in pairs(lfrbox) do
if type(boxname) == "number" then
bugReport("Unrecognized LFR instance parent id= "..boxname)
lfrbox[boxname] = nil
end
end
boxname is 1942 and recognized as a number which shows this error... maybe somewhere earlier in the code the purpose was to replace boxname to a string with the name of the raid... but that string does not exist in the lookup table used there and because of that it does not get to be a string?
Describe the bug. When I hover over the icon attached to the map, or other addon icons, I sometimes receive the error shown in the screenshot.
Do you have an error log of what happened? No.
To Reproduce. Complete M+ 9 Siege of Boralus, hearth from dungeon to The Great Seal in Zuldazar and mouse over the icon attached to the map.
Did you try having SavedInstances as the only enabled addon and everything else (especially something like ElvUI) disabled? Not running ElvUI, but other addons are enabled.
Which version of SavedInstances are you using? 8.0.9
Was it working in a previous version? If yes, which was the last good one? It was working before BoD was released, but I'm unsure what version of SavedInstances was running.
Additional context This has also happened at other times when hovering over the icon attached to the map. Possibly once per login.