You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many items (regardless of any existing Blizzard taxonomy, as far as I can tell) cannot be added by dragging and dropping. They can, however, be added to custom categories that already have items in them.
At first, I thought this had to be a tooltip/elvUI/install thing; now and again, I could get a Lua Error to throw. But that was this bug.
Details
Message: ...erface/AddOns/ElvUI/Core/Modules/Tooltip/Tooltip.lua:901: bad argument #1 to 'strmatch' (string expected, got nil)
Time: Wed Feb 21 11:20:15 2024
Count: 16
Stack: ...erface/AddOns/ElvUI/Core/Modules/Tooltip/Tooltip.lua:901: bad argument #1 to 'strmatch' (string expected, got nil)
[string "=[tsm error check]"]:1: in main chunk
[string "=(tail call)"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI/Core/Modules/Tooltip/Tooltip.lua"]:901: in function <...erface/AddOns/ElvUI/Core/Modules/Tooltip/Tooltip.lua:898>
[string "=(tail call)"]: ?
[string "=[C]"]: in function `SetCurrencyToken'
[string "@Interface/AddOns/BetterBags/frames/currency.lua"]:85: in function
The odd thing is that items that could be added first to other categories cannot be added to
I've tested renaming categories to irrelevant things outside of any BlizzardDB taxonomy,
It depends not just on the item but the category created and when that category was created. For instance, a category that works can be made after one that doesn't, where a previously immovable item can be moved into the category.
It appears that there's an issue with the category initialization in the Lua script. It could be that some data type parameter is not matching up, could be the dreaded missing parenthesis, or some other syntax disagreement. Hell, just two simple guesses, as I haven't had a chance to look under the hood.
Hope I get a cookie for doing all this work.
Steps to reproduce
Create custom category
try to grab and drop from any source to the field indicated
enjoy watching your brain explode as you test items endlessly to figure this out (this was me), I'm hoping you'll have an easy time with some pointers.
The text was updated successfully, but these errors were encountered:
Addon Version
v0.1.7
World of Warcraft Version
Retail
Describe the bug
Many items (regardless of any existing Blizzard taxonomy, as far as I can tell) cannot be added by dragging and dropping. They can, however, be added to custom categories that already have items in them.
At first, I thought this had to be a tooltip/elvUI/install thing; now and again, I could get a Lua Error to throw. But that was this bug.
Details
Message: ...erface/AddOns/ElvUI/Core/Modules/Tooltip/Tooltip.lua:901: bad argument #1 to 'strmatch' (string expected, got nil) Time: Wed Feb 21 11:20:15 2024 Count: 16 Stack: ...erface/AddOns/ElvUI/Core/Modules/Tooltip/Tooltip.lua:901: bad argument #1 to 'strmatch' (string expected, got nil) [string "=[tsm error check]"]:1: in main chunk [string "=(tail call)"]: ? [string "=[C]"]: ? [string "=[C]"]: ? [string "@Interface/AddOns/ElvUI/Core/Modules/Tooltip/Tooltip.lua"]:901: in function <...erface/AddOns/ElvUI/Core/Modules/Tooltip/Tooltip.lua:898> [string "=(tail call)"]: ?
[string "=[C]"]: in function `SetCurrencyToken' [string "@Interface/AddOns/BetterBags/frames/currency.lua"]:85: in function
The odd thing is that items that could be added first to other categories cannot be added to
I've tested renaming categories to irrelevant things outside of any BlizzardDB taxonomy,
It depends not just on the item but the category created and when that category was created. For instance, a category that works can be made after one that doesn't, where a previously immovable item can be moved into the category.
It appears that there's an issue with the category initialization in the Lua script. It could be that some data type parameter is not matching up, could be the dreaded missing parenthesis, or some other syntax disagreement. Hell, just two simple guesses, as I haven't had a chance to look under the hood.
Hope I get a cookie for doing all this work.
Steps to reproduce
Create custom category
try to grab and drop from any source to the field indicated
enjoy watching your brain explode as you test items endlessly to figure this out (this was me), I'm hoping you'll have an easy time with some pointers.
The text was updated successfully, but these errors were encountered: