TBC Classic: keep getting message in chat:"specialtyTargetBags Item Info true"
SuHwak opened this issue ยท 15 comments
Hi,
In TBC Classic I keep getting a message in chat:"specialtyTargetBags Item Info true" (repeated instantly 3 times) every time I open my bags (shortcut 'b'). The option 'Override Default Bags' is on. When its off it doesn't display that message, but I like my bags sorted like that.
I clicked every reset button that I could find, but no go. Also reinstalled the add-on, also didn't help.
Please help!
It does not matter if I have it on or not. Currently its off. I have not changed any option since resetting.
I just noticed, all the options are labeled "Compress Stackable Items" when two of them are meant to be labeled Compress Shards/Compress Ammo. So im guessing you tried turning them all off? Did you reload ui after?
the most helpful thing would be if you could change
Line 137 in 0b87e32
Baggins:Debug('specialtyTargetBags Item Info', select(1, GetItemInfo(link)))
(Baggins-ItemOps.lua line 137)
that should make it print the name of the item that is giving the issue.
All options off in the Compress section, still gives me the 3x repeated error.
Do you want me to find some logs? Not sure exactly were to find the log yet, but more than willing.
I think its an issue with warlock shards not being in a shard bag. Or something shard related.
This is the extra lines I get now:
specialtyTargetBags Item Info Enchanted Runecloth Bag 2 55 0 Container Enchanting Bag 1 INVTYPE_BAG 133666 10000 1 3 2 254 nil false
I do actually have 3 Enchanted Runecloth bags in my bag (not in a bag slot, but actually in my bag).
Going to check if I put them in the bank, the error goes away.
So when I put them in the bank, it only shows that error when opening the bank. I'll check tomorrow if I can help pinpoint the error further if you need.
ok so it is definitely because of that bag, its just a debug print so not really anything wrong, unless you are having issues other than the text appearing.
As long as special bags like that work(it puts items in special bags where appropriately) then theres not anything needed print can just be left out of the code.