Questie

Questie

116M Downloads

[BCC] QueryQuest LUA error

corporategoth opened this issue ยท 2 comments

commented

Bug description

Message: Interface\AddOns\Questie\Database\QuestieDB.lua:582: attempt to call field 'QueryQuest' (a table value)
Time: Fri Jun  4 09:20:35 2021
Count: 1
Stack: Interface\AddOns\Questie\Database\QuestieDB.lua:582: attempt to call field 'QueryQuest' (a table value)
[string "@Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua"]:758: in function <...Ons\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:717>
[string "=[C]"]: in function `QueryQuest'
[string "@Interface\AddOns\Questie\Database\QuestieDB.lua"]:582: in function `GetQuest'
[string "@Interface\AddOns\RXPGuides\functions.lua"]:109: in function `GetQuestName'
[string "@Interface\AddOns\RXPGuides\functions.lua"]:452: in function `?'
[string "@Interface\AddOns\RXPGuides\RXPGuides.lua"]:1448: in function `UpdateBottomFrame'
[string "@Interface\AddOns\RXPGuides\RXPGuides.lua"]:990: in function <Interface\AddOns\RXPGuides\RXPGuides.lua:966>
[string "@Interface\SharedXML\C_TimerAugment.lua"]:16: in function <Interface\SharedXML\C_TimerAugment.lua:14>

Locals: errMsg = "Interface\AddOns\Questie\Database\QuestieDB.lua:582: attempt to call field 'QueryQuest' (a table value)"
isBugGrabber = nil
tsmErrMsg = nil
oldModule = nil
private = <table> {
 globalNameTranslation = <table> {
 }
 FormatErrorMessageSection = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:517
 ErrorHandler = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:134
 origErrorHandler = <function> defined @Interface\SharedXML\SharedBasicControls.lua:296
 hitInternalError = false
 CreateErrorFrame = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:536
 num = 0
 SanitizeString = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:510
 AddonBlockedHandler = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:502
 GetStackLevelInfo = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:344
 ParseLocals = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:396
 ignoreErrors = false
 errorReports = <table> {
 }
 IsTSMAddon = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:478
 localLinesTemp = <table> {
 }
 GetStackInfo = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:313
}
MAX_STACK_DEPTH = 50
OLD_TSM_MODULES = <table> {
 1 = "TradeSkillMaster_Accounting"
 2 = "TradeSkillMaster_AuctionDB"
 3 = "TradeSkillMaster_Auctioning"
 4 = "TradeSkillMaster_Crafting"
 5 = "TradeSkillMaster_Destroying"
 6 = "TradeSkillMaster_Mailing"
 7 = "TradeSkillMaster_Shopping"
 8 = "TradeSkillMaster_Vendoring"
 9 = "TradeSkillMaster_Warehousing"
}

Screenshots

Questie version

v6.3.14

commented

Not completely sure, but looks like a problem with RXPGuides?

commented

Yeah, it is - They are calling db:GetQuest instead of db.GetQuest.