Closed Saxayone closed 3 years ago
There's nothing wrong with those values, instanceMatch
correctly find the instanceID
, so unless you have an outdated version of the add-on, I don't see how that's possible. Does it happen only after reloading? And in all instances or specifically the Sanctum of Domination? Were you in the Sanctum when it happened or in another instance?
Reloading within an instance has always given me an error. Latest version. Only after reload. In all instances, this one was from Halls after completing a m+ key, char had only saved instance from SoD.
Go into your WoW folder then put the file in this archive in Interface\AddOns\AdventureGuideLockouts
, replacing the existing one. Then show me again the report after /reload
, please.
Same output on login, reload in open world and reload within instance:
[23:49:45] AdventureGuideLockouts ERROR: instanceID is nil. Please report following values at https://github.com/Meivyn/AdventureGuideLockouts/issues [23:49:45] AdventureGuideLockouts DEBUG: [23:49:45] instanceIDNumber=2450, [23:49:45] instanceLink="|cffff8000|Hinstancelock:Player-1597-0D7E9503:2450:15:1023|h[Sanctum of Domination]|h|r", [23:49:45] instanceMatch="2450", [23:49:45] instances={ [23:49:45] [33]=64, [23:49:45] [552]=254, [23:49:45] [616]=756, [23:49:45] [967]=187, [23:49:45] [553]=257, [23:49:45] [585]=249, [23:49:45] [649]=757, [23:49:45] [469]=742, [23:49:45] [1677]=900, [23:49:45] [554]=258, [23:49:45] [650]=284, [23:49:45] [1001]=311, [23:49:45] [555]=253, [23:49:45] [619]=271, [23:49:45] [938]=184, [23:49:45] [556]=252, [23:49:45] [939]=185, [23:49:45] [1492]=727, [23:49:45] [557]=250, [23:49:45] [1493]=707, [23:49:45] [940]=186, [23:49:45] [1175]=385, [23:49:45] [1004]=316, [23:49:45] [558]=247, [23:49:45] [1176]=537, [23:49:45] [2217]=1180, [23:49:45] [1753]=945, [23:49:45] [2096]=1177, [23:49:45] [560]=251, [23:49:45] [2097]=1178, [23:49:45] <skipped 111> [23:49:45] }
line 118 was missing comma at the end, added that then reload within instance gave:
[00:03:10] AdventureGuideLockouts ERROR: instanceID is nil. Please report following values at https://github.com/Meivyn/AdventureGuideLockouts/issues [00:03:10] AdventureGuideLockouts DEBUG: [00:03:10] instanceIDNumber=2450, [00:03:10] instanceLink="|cffff8000|Hinstancelock:Player-1597-0D7E9503:2450:15:1023|h[Sanctum of Domination]|h|r", [00:03:10] addonVersion="1.3.8", [00:03:10] instanceMatch="2450"
For some reason was showing 1.3.8 in toc
addonVersion="1.3.8"
You aren't on the latest version that's why it produces this error. Latest is v.1.4.0.
Yeah seems to have been caused by that, curseforge was saying I had latest/1.4.0 but TOC/in-game it seems it was using 1.3.8 for some reason.
I'll add this version info to prevent future similar issues, thanks for reporting that.
Ok, definitely updated now and don't get that other issue but I did get this error when I reloaded within m+:
5x AdventureGuideLockouts\Core.lua:358: attempt to index field 'instancesLockouts' (a nil value) [string "@AdventureGuideLockouts\Core.lua"]:358: in function
UpdateInstanceStatusFrame'
[string "@AdventureGuideLockouts\Core.lua"]:385: in function <AdventureGuideLockouts\Core.lua:382>
string "=[C]": in function EncounterJournal_ListInstances' [string "@Blizzard_EncounterJournal\Blizzard_EncounterJournal-1.0.lua"]:2614: in function
EJ_ContentTab_Select'
[string "@Blizzard_EncounterJournal\Blizzard_EncounterJournal-1.0.lua"]:300: in function `EncounterJournal_ResetDisplay'
[string "@Blizzard_EncounterJournal\Blizzard_EncounterJournal-1.0.lua"]:331: in function <...zzard_EncounterJournal\Blizzard_EncounterJournal.lua:312>
string "=[C]": in function Show' [string "@FrameXML\UIParent.lua"]:2958: in function
SetUIPanel'
[string "@FrameXML\UIParent.lua"]:2803: in function ShowUIPanel' [string "@FrameXML\UIParent.lua"]:2671: in function <FrameXML\UIParent.lua:2667> [string "=[C]"]: in function
resume'
[string "@WeakAuras\WeakAuras-3.7.3.lua"]:1055: in function `Login'
[string "@WeakAuras\WeakAuras-3.7.3.lua"]:1138: in function <WeakAuras\WeakAuras.lua:1089>
Locals: self =
Reloading within instances causes the following error: [19:58:49] AdventureGuideLockouts ERROR: instanceID is nil. Please report following values at https://github.com/Meivyn/AdventureGuideLockouts/issues [19:58:49] AdventureGuideLockouts DEBUG: [19:58:50] instanceMatch="2450", [19:58:50] instanceLink="|cffff8000|Hinstancelock:Player-1597-0D7E9503:2450:15:1023|h[Sanctum of Domination]|h|r"