View Single Post
04/21/20, 01:06 AM   #1
Mr.Envy
 
Mr.Envy's Avatar
Join Date: Apr 2020
Posts: 20
MM and ATT lua errors

Hi guys. I must ask for your help once again, I switched from BugEater to No, thank you! (wich is better btw, now I can see the errors that pops up in my Notifications, with BugEater i couldn't see them at all). Anyway, I noticed that I'm getting lots of Lua Errors from Master Merchant and Arkadius' Trade Tools... Both are up to date, don't have any dependencies either and both work as intended, I never had problems with them, and I've been using them for a while. I also want to mention that when the notifications for the lua errors come, they come hard ) For example, I just got 80+ notifications, all for MM, and the lua error message seems to be pretty much the same for all, slight differences here and there.

I'll post some of the errors I'm getting.

MM:
bad argument #2 to 'string.format' (number expected, got boolean)
stack traceback:
[C]: in function 'string.format'
user:/AddOns/MasterMerchant/MasterMerchant.lua:2659: in function 'MasterMerchant.AddSellingAdvice'
|caaaaaa<Locals> rowControl = ud, result = [table:1]{purchasePricePerUnit = 2000, icon = "/esoui/art/icons/gear_snowreac...", itemUniqueId = 1.3251638408408e+15, currencyType = 1, purchasePrice = 2000, itemLink = "|H0:item:129819:363:50:0:0:0:0...", name = "Briarheart Guards", quality = 4, timeRemaining = 2362403, slotIndex = 15, sellerName = "@Mr.Envy", stackCount = 1}, sellingAdvice = ud, itemLink = "|H0:item:129819:363:50:0:0:0:0...", dealValue = 1, margin = T </Locals>|r
user:/AddOns/MasterMerchant/MasterMerchant.lua:2626: in function 'func'
EsoUI/Libraries/Globals/globalapi.lua:207: in function '(anonymous)'

ATT:
user:/AddOns/ArkadiusTradeToolsSales/ArkadiusTradeToolsSales.lua:456: attempt to index a nil value
stack traceback:
user:/AddOns/ArkadiusTradeToolsSales/ArkadiusTradeToolsSales.lua:456: in function 'ArkadiusTradeToolsSales:UpdateTemporaryVariables'
|caaaaaa<Locals> self = [table:1]{AUTHOR = "@Aldanga, @Arkadius1", VERSION = "1.5.4", displayName = "@Mr.Envy", TITLE = "Arkadius Trade Tools - Sales", serverName = "EU Megaserver", NAME = "ArkadiusTradeToolsSales"}, sale = [table:2]{taxes = 0, 1 = 25}, displayNamesLowered = [table:3]{}, guildNamesLowered = [table:4]{}, itemNamesLowered = [table:5]{}, itemSales = [table:6]{}, guildSales = [table:7]{}, itemLinkInfos = [table:8]{}, itemLink = "|H0:item:23265:30:30:0:0:0:0:0...", itemName = "cleansed water", itemType = 33, itemLevel = 30, itemCP = 0, itemTrait = 0, itemQuality = 1 </Locals>|r
user:/AddOns/ArkadiusTradeToolsSales/ArkadiusTradeToolsSales.lua:390: in function 'ArkadiusTradeToolsSales:LoadSales'
|caaaaaa<Locals> self = [table:1], t = 5, eventId = 1249510856, sale = [table:2] </Locals>|r
user:/AddOns/ArkadiusTradeToolsSales/ArkadiusTradeToolsSales.lua:257: in function 'ArkadiusTradeToolsSales:Initialize'
|caaaaaa<Locals> self = [table:1], serverName = "EU Megaserver", displayName = "@Mr.Envy" </Locals>|r
user:/AddOns/ArkadiusTradeTools/ArkadiusTradeTools.lua:100: in function 'ArkadiusTradeTools:Initialize'
|caaaaaa<Locals> self = [table:9]{TITLE = "Arkadius Trade Tools", AUTHOR = "@Aldanga, @Arkadius1", fireCallbackDepth = 0, VERSION = "1.5.4", NAME = "ArkadiusTradeTools"}, serverName = "EU Megaserver", displayName = "@Mr.Envy" </Locals>|r
user:/AddOns/ArkadiusTradeTools/ArkadiusTradeTools.lua:644: in function 'OnPlayerActivated'
|caaaaaa<Locals> eventCode = 589824 </Locals>|r

I am also getting this error wich I have no idea where it's from:
EsoUI/Libraries/Utility/ZO_Hook.lua:15: attempt to index a nil value
stack traceback:
EsoUI/Libraries/Utility/ZO_Hook.lua:15: in function 'ZO_PreHook'
|caaaaaa<Locals> existingFunctionName = "GetAutoCompletionResults", hookFunction = user:/AddOns/NoThankYou/NoThankYou.lua:1008 </Locals>|r
user:/AddOns/NoThankYou/NoThankYou.lua:1011: in function 'DoDisableChatAutoComplete'
|caaaaaa<Locals> GetAutoCompletionResults_Hook = user:/AddOns/NoThankYou/NoThankYou.lua:1008 </Locals>|r
user:/AddOns/NoThankYou/NoThankYou.lua:1016: in function 'OnPlayerActivated_DisableChatAutoComplete'

Last edited by Mr.Envy : 04/21/20 at 01:21 AM.
  Reply With Quote