Bidding issues.
Gombolface opened this issue ยท 4 comments
When creating a "Bid" for an item, most of the time said item won't show up in the bidding screen.
It'll say it's opening the bid window, but it opens, no item in it.
How are you creating the bid window? /dkp bid item_link or shift+alt click item in loot window?
If you're opening with the /dkp bid command, make sure you link the item (shift+click) into the command and there are no trailing spaces.
If it's still not showing the item information, please turn on LUA errors with "/console scriptErrors 1" and try again. Toss me the error if possible. It appears to be working on my end.
Message: Interface\AddOns\MonolithDKP\MonolithDKP.lua:10: attempt to call method 'IsShown' (a nil value)
Time: Sat Aug 10 23:29:26 2019
Count: 1
Stack: Interface\AddOns\MonolithDKP\MonolithDKP.lua:10: attempt to call method 'IsShown' (a nil value)
Interface\AddOns\MonolithDKP\MonolithDKP.lua:10: in function config' Interface\AddOns\MonolithDKP\init.lua:53: in function
?'
Interface\FrameXML\ChatFrame.lua:4606: in function ChatEdit_ParseText' Interface\FrameXML\ChatFrame.lua:4267: in function
ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:4303: in function `ChatEdit_OnEnterPressed'
[string ":OnEnterPressed"]:1: in function <[string ":OnEnterPressed"]:1>
Locals: self = nil
(*temporary) = nil
(*temporary) =
}
(*temporary) = nil
(*temporary) =
}
(*temporary) = "attempt to call method 'IsShown' (a nil value)"
core =
BidInProgress = false
TableNumRows = 27
MonDKPUI =
}
MonDKP =
}
settings =
}
BossList =
}
ShowState = false
WorkingTable =
}
MonVersion = "v1.0.2 (Release)"
classFiltered =
}
NumLootItems = 0
SelectedData =
}
SelectedRows =
}
classes =
}
TableRowHeight = 18
currentSort = "class"
faction = "Horde"
IsOfficer = ""
TableWidth = 500
CColors =
}
ClassGraph = MonDKPClassIcons {
}
}
MonDKP =
SortDKPHistoryTable = defined @interface\AddOns\MonolithDKP\Modules\DKPHistory.lua:23
StartTimer = defined @interface\AddOns\MonolithDKP\Core.lua:304
GetDKPSettings = defined @interface\AddOns\MonolithDKP\Core.lua:223
Table_Search = defined @interface\AddOns\MonolithDKP\Core.lua:384
StartBidTimer = defined @interface\AddOns\MonolithDKP\Modules\Bidding.lua:239
SortDKPTable = defined @interface\AddOns\MonolithDKP\MonolithDKP.lua:57
DKPTable_Set = defined @interface\AddOns\MonolithDKP\Core.lua:462
PurgeDKPHistory = defined @interface\AddOns\MonolithDKP\Core.lua:238
Commands =
}
ConfigTab3 = {
}
PurgeLootHistory = defined @interface\AddOns\MonolithDKP\Core.lua:227
CreateTimer = defined @interface\AddOns\MonolithDKP\Modules\Bidding.lua:339
ConfigTab2 = {
}
GetGuildRankGroup = defined @interface\AddOns\MonolithDKP\Core.lua:189
GetGuildRankIndex = defined @interface\AddOns\MonolithDKP\Core.lua:173
ConfigTab4 = {
}
BroadcastTimer = defined @interface\AddOns\MonolithDKP\Core.lua:292
ConfigMenuTabs = defined @interface\AddOns\MonolithDKP\ConfigMenuTabs.lua:110
TableStrFind = defined @interface\AddOns\MonolithDKP\Core.lua:423
ConfigTab6 = {
}
SeedVerify_Update = defined @interface\AddOns\MonolithDKP\TableFunctions.lua:280
ClassGraph = defined @interface\AddOns\MonolithDKP\Modules\ClassGraph.lua:6
UIConfig = MonDKPConfig {
}
GetPlayerDKP = defined @interface\AddOns\MonolithDKP\Core.lua:212
BroadcastStopBidTimer = defined @interface\AddOns\MonolithDKP\Modules\Bidding.lua:220
ToggleExportWindow = defined @interface\AddOns\MonolithDKP\Modules\exportDKP.lua:181
DKPTable_Create = defined @interface\AddOns\MonolithDKP\TableFunctions.lua:239
Options = defined @interface\AddOns\MonolithDKP\Modules\Options.lua:7
GetGuildRank = defined @interface\AddOns\MonolithDKP\Core.lua:142
LootHistory_Update = defined @interface\AddOns\MonolithDKP\Modules\LootHistory.lua:232
CreateBidWindow = defined @interface\AddOns\MonolithDKP\Modules\Bidding.lua:477
ClassGraph_Update = defined @interface\AddOns\MonolithDKP\Modules\ClassGraph.lua:116
ManageEntries = defined @interface\AddOns\MonolithDKP\Modules\ManageEntries.lua:97
OnInitialize = defined @interface\AddOns\MonolithDKP\init.lua:122
Toggle =
This looks like an error stemming from another possible error as there is nothing wrong with that code. Are there any other errors when it occurs? (bottom of the Lua error report there is left and right arrows).