View Single Post
12/14/21, 02:06 PM   #5
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 257
hmm have this error now, when entering /setprofile command in chat

Code:
user:/AddOns/SettingsProfiler/Modules/Chat.lua:164: attempt to index a nil value
stack traceback:
user:/AddOns/SettingsProfiler/Modules/Chat.lua:164: in function 'Load'
|caaaaaa<Locals> self = [table:1]{}, save = [table:2]{FontSize = 16}, numcontainers = 1, numcontainers = 1, i = 1, container = [table:3]{fadeInReferences = 0, minAlpha = 1, allowSettingsSave = T, hiddenTabStartIndex = 4, primary = T, maxAlpha = 1, id = 1, isMinimizingOrMaximizing = F}, numwindows = 5, j = 4 </Locals>|r
user:/AddOns/SettingsProfiler/SettingsProfiler.lua:325: in function 'AddOn:SetProfile'
|caaaaaa<Locals> self = [table:4]{MinSaveVersion = 1, CharID = "8798292045467881", AcctName = "@V0idDrag0n"}, profile = [table:5]{}, chartimetbl = [table:6]{Keybinds = 1599856101}, now = 1639512353, datatbl = [table:7]{}, timetbl = [table:8]{Keybinds = 1599856101, Settings = 1599856252, Chat = 1599856257}, key = "Chat", mod = [table:1] </Locals>|r
user:/AddOns/SettingsProfiler/Commands.lua:21: in function 'fn'
|caaaaaa<Locals> arg = "main", exists = [table:5], isloaded = F </Locals>|r
/EsoUI/Ingame/SlashCommands/SlashCommands_Shared.lua:204: in function 'DoCommand'
|caaaaaa<Locals> text = "/setprofile main", command = "/setprofile", arguments = "main", fn = user:/AddOns/SettingsProfiler/Commands.lua:17 </Locals>|r
/EsoUI/Ingame/ChatSystem/SharedChatSystem.lua:1807: in function 'SharedChatSystem:SubmitTextEntry'
|caaaaaa<Locals> self = [table:9]{isAgentChatActive = F, ignoreTextEntryChangedEvent = F, currentChannel = 31, suppressSave = T, numUnreadMails = 5, minContainerWidth = 300, lastValidChannel = 0, isMinimizingOrMaximizing = F, shouldMinimizeAfterEntry = F, maxContainerWidth = 1824, minContainerHeight = 170, isMinimized = F, maxContainerHeight = 1026, allowMultipleContainers = F, currentNumNotifications = 0, loaded = T}, text = "/setprofile main", valid = F, prefix = 47 </Locals>|r
(tail call): ?
/EsoUI/Ingame/ChatSystem/SharedChatSystem.lua:2532: in function 'ZO_ChatTextEntry_Execute'
|caaaaaa<Locals> control = ud </Locals>|r
ZO_ChatWindowTextEntryEditBox_Enter:3: in function '(main chunk)'
|caaaaaa<Locals> self = ud </Locals>|r
(tail call): ?
(tail call): ?
  Reply With Quote