sylvanaar / prat-3-0

Prat-3.0 is a chat enhancement addon for world of warcraft
https://www.curseforge.com/wow/addons/prat-3-0
GNU General Public License v3.0
25 stars 45 forks source link

Beta/PTR/Prepatch errors: even more errors #139

Closed Zetaprime82 closed 3 years ago

Zetaprime82 commented 3 years ago

Beta/PTR/Prepatch errors

5x Prat-3.0-3.8.26\modules\Editbox.lua:823: or '...' expected near '"Frame"'

Locals:

Vashidu commented 3 years ago

Interface\AddOns\Prat-3.0\modules\PlayerNames.lua:1323: attempt to call global 'GuildRoster' (a nil value)

ronin-seven commented 3 years ago

Updating GuildRoster() calls in modules\AltNames.lua and modules\PlayerNames.lua to C_GuildInfo.GuildRoster() fixed that error for me.

Vashidu commented 3 years ago

140 #141 are dupes of this essentially. should close and merge them here

Zetaprime82 commented 3 years ago

2x Prat-3.0-3.8.26-3-g1f17b47\modules\Invites.lua:393: attempt to call global 'CanGroupInvite' (a nil value) [string "@Prat-3.0-3.8.26-3-g1f17b47\modules\Invites.lua"]:393: in function <Prat-3.0\modules\Invites.lua:386>

[string "=[C]"]: in function gsub' [string "@Prat-3.0-3.8.26-3-g1f17b47\services\patterns.lua"]:197: in functionMatchPatterns' [string "@Prat-3.0-3.8.26-3-g1f17b47\addon\addon.lua"]:695: in function <Prat-3.0\addon\addon.lua:613>

[string "@FrameXML\ChatFrame.lua"]:3031: in function `ChatFrame_OnEvent'

Locals: self =

{ SetDefaultModuleLibraries = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:367 Enable = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:294 NewModule = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:235 EnableModule = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:332 modules =
{ } GetModule = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:210 IterateEmbeds = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:442 SecureHookScript = defined @Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:410 defaultModuleLibraries =
{ } Invite_Link = defined @Prat-3.0\modules\Invites.lua:343 RawHookScript = defined @Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:395 GetName = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:279 name = "Prat_Invites" IsEnabled = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:451 orderedModules =
{ } DisableModule = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:350 HookScript = defined @Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:366 Player_Link = defined @Prat-3.0\modules\Invites.lua:365 baseName = "Prat-3.0" IsHooked = defined @Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:493 InviteLink = defined @Prat-3.0\modules\Invites.lua:404 ScanForLinks = defined @Prat-3.0\modules\Invites.lua:386 IsModule = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:217 db =
{ } SetDefaultModuleState = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:387 OnModuleEnable = defined @Prat-3.0\modules\Invites.lua:258 SetAltInvite = defined @Prat-3.0\modules\Invites.lua:273 SetEnabledState = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:424 Hook = defined @Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:274 enabledState = true UnhookAll = defined @Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:477 SetItemRef = defined @Prat-3.0\modules\Invites.lua:359 PL =
{ } hooks =
{ } SetDefaultModulePrototype = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:409 SecureHook = defined @Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:336 IterateModules = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:437 OnValueChanged = defined @Prat-3.0\modules\Invites.lua:265 RawHook = defined @Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:313 Unhook = defined @Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:418 moduleName = "Invites" defaultModuleState = true Disable = defined @Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:314 } text = "invite" name = "Kawari-Frostwhisper" enabled = true (temporary) = nil (temporary) = "attempt to call global 'CanGroupInvite' (a nil value)" EVENTS_FOR_INVITE =
{ CHAT_MSG_PARTY = true CHAT_MSG_GUILD = true CHAT_MSG_OFFICER = true CHAT_MSG_RAID_LEADER = true CHAT_MSG_YELL = true CHAT_MSG_RAID_WARNING = true CHAT_MSG_CHANNEL = true CHAT_MSG_SAY = true CHAT_MSG_WHISPER = true CHAT_MSG_RAID = true }

Vashidu commented 3 years ago

142 contains fixes for invites.lua

github-actions[bot] commented 3 years ago

This issue was flagged as stale