[ISSUE]
Seeron opened this issue ยท 9 comments
Describe the bug
Anniversary Server/Classic:
When listing in the lfg tool the listing page is stuck in "Searching...". It displays normally after a /reload
Accompanying lua error:
7x [ADDON_ACTION_BLOCKED] AddOn 'ElvUI' tried to call the protected function 'Search()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `Search'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Browse.lua"]:250: in function `LFGBrowse_DoSearch'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Browse.lua"]:189: in function `SearchActiveEntry'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_ParentFrame.lua"]:95: in function `LFGParentFrame_SearchActiveEntry'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Listing.lua"]:77: in function <...pFinder_VanillaStyle/Blizzard_LFGVanilla_Listing.lua:54>
Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
}
To Reproduce
Steps to reproduce the behavior:
- Go to LfG Page
- List for any activity/dungeon
- see the open search page
Expected behavior
Search page directly showing the listings without needing a reload
Screenshots
Addon Versions (please complete the following information):
- ElvUI version: 13.81
- Eltruism version: 4.2.7.1 installed via curseForge
- all others were disabled for testing
Can you try disabling the Elvui Skin and Ace3 skin in eltruism > skins > addons?
Might be because of that, if it still doesnt work it might be something else,
additional info: also tried to use different textures for the background from Eltreum ones to Blizzard ones, but the error happens with all of them including texture none
with eltruismdebug on and textures enabled same error:
14x [ADDON_ACTION_BLOCKED] AddOn 'ElvUI' tried to call the protected function 'Search()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `Search'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Browse.lua"]:250: in function `LFGBrowse_DoSearch'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Browse.lua"]:189: in function `SearchActiveEntry'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_ParentFrame.lua"]:95: in function `LFGParentFrame_SearchActiveEntry'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Listing.lua"]:77: in function <...pFinder_VanillaStyle/Blizzard_LFGVanilla_Listing.lua:54>
Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
}
with debug on and textures off no errors