Closed Kurisu68 closed 4 years ago
This likely has to do with them changing a lot of the api calls anymore.
GuildRoster(); has been changed to C_GuildInfo.GuildRoster()
Lines 1273, 1359, & 1972 all are calling the old api pull.
@ReglohPri can you take alook on it
Okay, having attempted to apply the changes from GuildRoster(); to C_GuildInfo.GuildRoster() - the following seems to be the next problem.
Message: Interface\AddOns\GuildGreet\GuildGreet.lua:1245: attempt to call global 'ShowFriends' (a nil value)
Time: Wed Oct 21 11:28:40 2020
Count: 1
Stack: Interface\AddOns\GuildGreet\GuildGreet.lua:1245: attempt to call global 'ShowFriends' (a nil value)
[string "@Interface\AddOns\GuildGreet\GuildGreet.lua"]:1245: in function GLDG_InitRoster' [string "@Interface\AddOns\GuildGreet\GuildGreet.lua"]:238: in function
GLDG_OnEvent'
Locals: name = "GuildGreetFrameSettingsGreeting" (temporary) = nil (temporary) = "attempt to call global 'ShowFriends' (a nil value)" L =
And this error:
Message: Interface\AddOns\GuildGreet\GuildGreet.lua:1314: attempt to call global 'GuildRoster' (a nil value) Time: Wed Oct 14 07:30:03 2020 Count: 9420 Stack: Interface\AddOns\GuildGreet\GuildGreet.lua:1314: attempt to call global 'GuildRoster' (a nil value) [string "@Interface\AddOns\GuildGreet\GuildGreet.lua"]:1314: in function `GLDG_OnUpdate'
Locals: self = GuildGreet { 0 =
}
elapsed = 0.017000
setting = true
(temporary) = nil
(temporary) = "attempt to call global 'GuildRoster' (a nil value)"