-
-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Is there an existing issue for this?
- I have searched the existing open and closed issues.
Description
Getting the following error from Scrap the first time it is used in a session:
59x [ADDON_ACTION_BLOCKED] AddOn 'Scrap' tried to call the protected function 'UNKNOWN()'.
[Scrap/libs/WildAddon-1.1-10/WildAddon-1.1.lua]:138: in function 'SendSignal'
[Scrap/addons/main/main.lua]:44: in function <Scrap/addons/main/main.lua:43>
Locals:
self =
Merchant = Button {
}
charsets =
}
Spotlight =
}
Tag = "Scrap."
Defaults =
}
Learning =
}
BaseList =
}
CharDefaults =
}
sets =
}
Visualizer = ScrapVisualizer {
}
junk =
}
Name = "Scrap"
None =
}
}
event = "Scrap.MERCHANT_SHOW"
Lib =
Calls =
}
Loading =
}
Frame = Frame {
}
}
Scrap Version
Scrap 11.2.5
World of Warcraft Flavor
Retail
World of Warcraft Region
US/NA
Tested with only Scrap
I got this issue with only Scrap enabled
Lua Error
59x [ADDON_ACTION_BLOCKED] AddOn 'Scrap' tried to call the protected function 'UNKNOWN()'.
[Scrap/libs/WildAddon-1.1-10/WildAddon-1.1.lua]:138: in function 'SendSignal'
[Scrap/addons/main/main.lua]:44: in function <Scrap/addons/main/main.lua:43>
Locals:
self = <table> {
Merchant = Button {
}
charsets = <table> {
}
Spotlight = <table> {
}
Tag = "Scrap."
Defaults = <table> {
}
Learning = <table> {
}
BaseList = <table> {
}
CharDefaults = <table> {
}
sets = <table> {
}
Visualizer = ScrapVisualizer {
}
junk = <table> {
}
Name = "Scrap"
None = <table> {
}
}
event = "Scrap.MERCHANT_SHOW"
Lib = <table> {
Calls = <table> {
}
Loading = <table> {
}
Frame = Frame {
}
}
Reproduction Steps
This error occurs the first time any character opens a session with any vendor. It only occurs the first time I interact with the vendor. It does not happen on subsequent interactions with either that vendor or any other vendor. As soon as I log out of the game or switch to a different character, the error will reoccur the first time that character interacts with any vendor. When interacting for the first time with a 'summoned' vendor (vendors on the Grand Expedition Yak), the first number changes to 61x.
Last Working Version
Unknown
Screenshots
No response