unable to interact with consumables in bag
Suddenly117 opened this issue ยท 16 comments
Running Software (issues missing this information will be deleted):
- Addon version: 10.0.11
- Server patch: 10.0.2.46924
Have you read the changelog? (please don't waste our time)
Mark if read. Yes, read
Describe the bug
A clear and concise description of what the bug is.
With the newest update, attempted to learn a knowledge point item, immediately got "Bagnon has been blocked from an action only available to the Blizzard UI." Continued upon reload, only with consumable items (potion, knowledge point item). Solved by reverting back to 10.0.10
To Reproduce
Steps to reproduce the behaviour:
- Go to update addon to 10.0.11
- Open bags
- click on potion
- See error
- Click on Alchemy KP item
- See error
Expected behaviour
A clear and concise description of what you expected to happen.
to drink the potion or to learn knowledge points
Screenshots
If applicable, add screenshots to help explain your problem.
Error Logs
Type /console scriptErrors 1
in the chat and reload the game. If an error window appears, write here the message with ID: 1
(labelled 1/X). This is generally NOT the message that the window shows by default.
No message appeared
Additional context
Add any other context about the problem here.
I have the same issue right after i updated to this version. I had to go back and install version Bagnon-10.0.10 for WoW-10.0.2.zip using Curseforge to be able to consume the skinning skill points i just collected
I have this same issue after installing the latest version of Bagnon, can't consume things directly from the bags, to consume them I need to place the item in the action bars and consume it from there.
Same issue. On attempting to eat something, received error:
Message: [ADDON_ACTION_FORBIDDEN] AddOn 'Bagnon' tried to call the protected function 'UNKNOWN()'.
Time: Fri Dec 9 19:00:26 2022
Count: 1
Stack: [ADDON_ACTION_FORBIDDEN] AddOn 'Bagnon' tried to call the protected function 'UNKNOWN()'.
[string "@Interface/FrameXML/ContainerFrame.lua"]:1409: in function `ContainerFrameItemButton_OnClick'
[string "@Interface/FrameXML/ContainerFrame.lua"]:1461: in function <Interface/FrameXML/ContainerFrame.lua:1448>
[string "=[C]"]: ?
Locals: <none>
Reverted to 10.0.10
Same issue. On attempting to eat something, received error:
Message: [ADDON_ACTION_FORBIDDEN] AddOn 'Bagnon' tried to call the protected function 'UNKNOWN()'. Time: Fri Dec 9 19:00:26 2022 Count: 1 Stack: [ADDON_ACTION_FORBIDDEN] AddOn 'Bagnon' tried to call the protected function 'UNKNOWN()'. [string "@Interface/FrameXML/ContainerFrame.lua"]:1409: in function `ContainerFrameItemButton_OnClick' [string "@Interface/FrameXML/ContainerFrame.lua"]:1461: in function <Interface/FrameXML/ContainerFrame.lua:1448> [string "=[C]"]: ? Locals: <none>
Reverted to 10.0.10
Same error, and reverting to 10.0.10 fixed the issue for me.
The fix right now is to revert to 10.0.10 until Bagnon is updated.
This is a Blizzard bug, but Bagnon seemed to be working around it until the 10.0.11 update.
Culprit seems to be Blizzard UseContainerItem() -> #1579