Daily To Do Continued

Daily To Do Continued

15.6k Downloads

Getting this error when trying to open options and manager.

l3vines opened this issue · 9 comments

commented

Getting this error when trying to open options and manager.

Message: Interface/AddOns/DailyToDo/DailyToDo.lua:171: attempt to call global 'InterfaceAddOnsList_Update' (a nil value)
Time: Wed Nov 22 20:52:00 2023
Count: 1
Stack: Interface/AddOns/DailyToDo/DailyToDo.lua:171: attempt to call global 'InterfaceAddOnsList_Update' (a nil value)
[string "@Interface/AddOns/DailyToDo/DailyToDo.lua"]:171: in function `?'
[string "@Interface/AddOns/Ace3/AceConsole-3.0/AceConsole-3.0.lua"]:90: in function `?'
[string "@Interface/FrameXML/ChatFrame.lua"]:5291: in function `ChatEdit_ParseText'
[string "@Interface/FrameXML/ChatFrame.lua"]:4948: in function `ChatEdit_SendText'
[string "@Interface/FrameXML/ChatFrame.lua"]:4984: in function `ChatEdit_OnEnterPressed'
[string "*ChatFrame.xml:141_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:141_OnEnterPressed"]:1>

Locals: self = <table> {
 SetDefaultModuleLibraries = <function> defined @Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:363
 ResetTimer = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:235
 checklistFrameHeaderExpandPool = <table> {
 }
 checklistManagerFrame = ChecklistManagerFrame {
 }
 RemoveListFromChecklistFrame = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:750
 CreateChecklistFrameElements = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:374
 EnableModule = <function> defined @Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:328
 modules = <table> {
 }
 CancelTimer = <function> defined @Interface/AddOns/Ace3/AceTimer-3.0/AceTimer-3.0.lua:147
 IterateEmbeds = <function> defined @Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:438
 checklistManagerFrameUp = Button {
 }
 UnregisterAllEvents = <function> defined @Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:164
 DeleteSelectedList = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:1395
 icon = <table> {
 }
 ToggleChecklistFrameListCheckbox = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:1734
 checklistManagerFridayCheckbox = CheckButton {
 }
 ToggleSingleChecklistManagerCheckbox = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:1695
 CreateChecklistFrame = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:329
 CreateChecklistList = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:1544
 Printf = <function> defined @Interface/AddOns/Ace3/AceConsole-3.0/AceConsole-3.0.lua:65
 checklistManagerLockText = FontString {
 }
 SetDefaultModulePrototype = <function> defined @Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:405
 UpdateEntryPositionsOnChecklistFrame = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:639
 checklistManagerDeleteListButton = Button {
 }
 UpdateVisibilityForEntryOnChecklistFrame = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:1907
 defaultModuleState = true
 UpdateEntryCompletedOnChecklistFrame = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:705
 IsEnabled = <function> defined @Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:447
 HideChecklistFrame = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:1869
 ScheduleTimer = <function> defined @Interface/AddOns/Ace3/AceTimer-3.0/AceTimer-3.0.lua:94
 DisableModule = <function> defined @Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:346
 UpdateVisibility = <function> defined @Interface/AddOns/DailyToDo/DailyToDo.lua:122
 managerPanelHeight = 300
 currentDay = 4
 checklistManagerFrameCheckboxes = <table> {
 }
 RegisterMessage = <function> defined @Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:80
 GetArgs = <function> defined @Interface/AddOns/Ace3/AceConsole-3.0/AceConsole-3.0.lua:140
 data = <table> {
 }
 checklistManagerFrameScroll = checklistManagerFrameScroll {
 }
 selectedManagerFrameList = 1
 checklistManagerListDropDown = ChecklistManagerListDropDown {
 }
 checklistFrameCheckboxPool = <table> {
 }
 checklistManagerThursdayCheckbox = CheckButton {
 }
 checklistFrameHeaderTextPool = <table> {
 }
commented
commented

can you try deleting your entries? also can you test with just dailytodo loaded?

commented

Which game version are you playing?

commented
commented

What do you mean by legacy? Retail? 10.2.0.52188 is working fine from my testing

commented
commented

are you grabbing the version from curse?

commented

I havent done anything at all with the mod yet so i dont have any entries.
Just cut/pasted all other addons out and just tested it with ToDo and still got the error.

But just found out (because for some reason i didnt check the game menu options->addons) that it looks like all the things you can do with commands you can get trough there? Ifso then its only the commands that want to open windows that dont work for me.

commented

Ah ok that explains it, the chat command is what is erroring, ill push a new version to fix it