the new version show 3 lua error on loading
milotic opened this issue ยท 4 comments
addon version: 20250719.1
game: retail
the addon was updated via wowup and show:
error 1:
1x SexyReputation/SexyReputation.lua:73: Cannot find a library instance of "LibDropdown-1.0".
[!Swatter/Support/LibStub.lua]:23: in function 'LibStub'
[SexyReputation/SexyReputation.lua]:73: in main chunk
Locals:
self =
minors =
}
minor = 2
libs =
}
}
major = "LibDropdown-1.0"
silent = nil
error 2:
1x SexyReputation/Config.lua:201: attempt to index field 'repTitles' (a nil value)
error 3:
1x SexyReputation/Libs/LibDropdown-1.0/LibDropdown-1.0/LibDropdown-1.0.lua:1 .../SexyReputation/Libs/LibDropdown-1.0/LibDropdown-1.0/LibDropdown-1.0.lua:2: '=' expected near 'MINOR'
looks like libdropdown is missing the l from local on line 2, it says ocal and as soon as i added the l it fixed it