TellMeWhen

TellMeWhen

24M Downloads

[Bug]

Toucanslam opened this issue ยท 1 comments

commented

**What version of TellMeWhen are you using? **
8.7.5.

What steps will reproduce the problem?

  1. Install TellMeWhen 8.7.5
  2. type in the chat box : /console scriptErrors 1
  3. Observe Lua Errors

What do you expect to happen? What happens instead?
I expect no errors, instead I get thousands

Screenshots and Export Strings

Lua Error 1

Message: ...Components\Core\Conditions\Categories\Currencies.lua:141: attempt to call global 'GetCurrencyInfo' (a nil value)
Time: Tue Oct 13 23:20:20 2020
Count: 1
Stack: ...Components\Core\Conditions\Categories\Currencies.lua:141: attempt to call global 'GetCurrencyInfo' (a nil value)
[string "@interface\AddOns\TellMeWhen\Components\Core\Conditions\Categories\Currencies.lua"]:141: in function <...Components\Core\Conditions\Categories\Currencies.lua:135>
[string "=(tail call)"]: ?
[string "=[C]"]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
[string "=(tail call)"]: ?
[string "@interface\AddOns\TellMeWhen\TellMeWhen.lua"]:841: in function Fire' [string "@Interface\AddOns\TellMeWhen\TellMeWhen.lua"]:1192: in function ?'
[string "@interface\AddOns\TellMeWhen\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:119: in function <...When\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
[string "=[C]"]: ?
[string "@interface\AddOns\TellMeWhen\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:29: in function <...When\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@interface\AddOns\TellMeWhen\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:64: in function `Fire'
[string "@interface\AddOns\TellMeWhen\Lib\AceEvent-3.0\AceEvent-3.0.lua"]:120: in function <...\AddOns\TellMeWhen\Lib\AceEvent-3.0\AceEvent-3.0.lua:119>

Locals:

Lua Error 2

Message: [string ":OnLoad"]:1: attempt to call method 'SetBackdrop' (a nil value)
Time: Tue Oct 13 23:20:20 2020
Count: 1
Stack: [string ":OnLoad"]:1: attempt to call method 'SetBackdrop' (a nil value)
[string ":OnLoad"]:1: in function <[string ":OnLoad"]:1>
[string "=[C]"]: in function `resume'
[string "@interface\AddOns\TellMeWhen\TellMeWhen.lua"]:2857: in function <Interface\AddOns\TellMeWhen\TellMeWhen.lua:2818>

Locals: self = {
0 =
}
(*temporary) = nil
(*temporary) = {
0 =
}
(*temporary) =

{
edgeSize = 3
tile = true
edgeFile = "Interface\Tooltips\UI-Tooltip-Background"
}
(*temporary) = "attempt to call method 'SetBackdrop' (a nil value)"

Lua Error 3 (this one gives thousands of errors)

Message: ...rface\AddOns\TellMeWhen\Lib\LibDogTag-3.0\Events.lua:681: ...When\Lib\LibDogTag-Unit-3.0\Categories\GuildNote.lua:71: attempt to call upvalue 'GuildRoster' (a nil value)
Time: Tue Oct 13 23:22:30 2020
Count: 1713
Stack: ...rface\AddOns\TellMeWhen\Lib\LibDogTag-3.0\Events.lua:681: ...When\Lib\LibDogTag-Unit-3.0\Categories\GuildNote.lua:71: attempt to call upvalue 'GuildRoster' (a nil value)
[string "=[C]"]: ?
[string "@interface\AddOns\TellMeWhen\Lib\LibDogTag-3.0\Events.lua"]:681: in function <...rface\AddOns\TellMeWhen\Lib\LibDogTag-3.0\Events.lua:672>

Locals: (*temporary) = false
(*temporary) = "...When\Lib\LibDogTag-Unit-3.0\Categories\GuildNote.lua:71: attempt to call upvalue 'GuildRoster' (a nil value)"

Additional Info
I've uninstalled and reinstalled the addon. I've disabled all addons except TellMeWhen and TellMeWhen Options and the issue still remains.

commented

Update fixed the issue