Bagnon

Bagnon

122M Downloads

Legion 7.0.3 error

siennathesane opened this issue ยท 3 comments

commented

Opening the bag pops up with this error:

Date: 2016-07-19 20:17:46
ID: 79
Error occured in: Global
Count: 1
Message: ..\AddOns\Bagnon\libs\Unfit-1.0\Unfit-1.0.lua line 125:
   attempt to index field '?' (a nil value)
Debug:
   Bagnon\libs\Unfit-1.0\Unfit-1.0.lua:125:
      Bagnon\libs\Unfit-1.0\Unfit-1.0.lua:123
   (tail call): ?
   Bagnon\common\components\item.lua:367: UpdateBorder()
   Bagnon\common\components\item.lua:399: UpdateSearch()
   Bagnon\common\components\item.lua:251: DelayedUpdates()
   Bagnon\common\components\item.lua:245:
      Bagnon\common\components\item.lua:243
Locals:
self = <table> {
 IsItemUnusable = <function> defined @Interface\AddOns\Bagnon\libs\Unfit-1.0\Unfit-1.0.lua:116
 IsClassUnusable = <function> defined @Interface\AddOns\Bagnon\libs\Unfit-1.0\Unfit-1.0.lua:123
 unusable = <table> {
 }
 cannotDual = true
}
class = 1
subclass = 0
slot = "INVTYPE_BAG"
(*temporary) = nil
(*temporary) = "attempt to index field '?' (a nil value)"
Lib = <table> {
 IsItemUnusable = <function> defined @Interface\AddOns\Bagnon\libs\Unfit-1.0\Unfit-1.0.lua:116
 IsClassUnusable = <function> defined @Interface\AddOns\Bagnon\libs\Unfit-1.0\Unfit-1.0.lua:123
 unusable = <table> {
 }
 cannotDual = true
}

AddOns:
  Swatter, v5.21f.5579 (SanctimoniousSwamprat)
  AucAdvanced, v5.21f.5579 (SanctimoniousSwamprat)
  AucFilterBasic, v5.21f.5579 (SanctimoniousSwamprat)
  AucFilterOutlier, v5.21f.5579.2531(5.21f/embedded)
  AucMatchUndercut, v5.21f.5579.2531(5.21f/embedded)
  AucStatHistogram, v5.21f.5579 (SanctimoniousSwamprat)
  AucStatiLevel, v5.21f.5579 (SanctimoniousSwamprat)
  AucStatPurchased, v5.21f.5579 (SanctimoniousSwamprat)
  AucStatSales, v5.21f.5579.2842(5.21f/embedded)
  AucStatSimple, v5.21f.5579 (SanctimoniousSwamprat)
  AucStatStdDev, v5.21f.5579 (SanctimoniousSwamprat)
  AucStatWOWEcon, v5.21f.5579.2530(5.21f/embedded)
  AucUtilAHWindowControl, v5.21f.5579.3311(5.21f/embedded)
  AucUtilAppraiser, v5.21f.5579.2530(5.21f/embedded)
  AucUtilAskPrice, v5.21f.5579.3175(5.21f/embedded)
  AucUtilAutoMagic, v5.21f.5579.3142(5.21f/embedded)
  AucUtilCompactUI, v5.21f.5579.2530(5.21f/embedded)
  AucUtilEasyBuyout, v5.21f.5579.3583(5.21f/embedded)
  AucUtilFixAH, v5.21f.5579 (SanctimoniousSwamprat)
  AucUtilItemSuggest, v5.21f.5579.3108(5.21f/embedded)
  AucUtilPriceLevel, v5.21f.5579.2545(5.21f/embedded)
  AucUtilScanButton, v5.21f.5579.2530(5.21f/embedded)
  AucUtilScanFinish, v5.21f.5579.2530(5.21f/embedded)
  AucUtilScanProgress, v5.21f.5579.2530(5.21f/embedded)
  AucUtilScanStart, v5.21f.5579.4784(5.21f/embedded)
  AucUtilSearchUI, v5.21f.5579.5272(5.21f/embedded)
  AucUtilSimpleAuction, v5.21f.5579.4546(5.21f/embedded)
  AucUtilVendMarkup, v5.21f.5579.2530(5.21f/embedded)
  Babylonian, v5.1.DEV.332(/embedded)
  BagBrother, v
  Bagnon, v7.0.2
  BeanCounter, v5.21f.5579 (SanctimoniousSwamprat)
  Configator, v5.1.DEV.396(/embedded)
  DBMCore, v
  DBMDefaultSkin, v
  DBMStatusBarTimers, v
  DebugLib, v5.1.DEV.337(/embedded)
  Enchantrix, v5.21f.5579 (SanctimoniousSwamprat)
  EnchantrixBarker, v5.21f.5579 (SanctimoniousSwamprat)
  HealBot, v6.2.3.0
  HealBotTips, v6.2.3.0
  Informant, v5.21f.5579 (SanctimoniousSwamprat)
  LibExtraTip, v5.12.DEV.395(/embedded)
  OmniCC, v7.0.1
  Quartz, v3.3.0
  Recount, vv6.2.4d release
  SlideBar, v5.21f.5579 (SanctimoniousSwamprat)
  Stubby, v5.21f.5579 (SanctimoniousSwamprat)
  TidyPlates, v6.17.1
  TidyPlatesGraphite, v
  TidyPlatesGrey, v
  TidyPlatesNeon, v
  TidyPlatesQuatre, v
  TidyPlatesHub, v
  TidyPlatesWidgets, v
  TipHelper, v5.12.DEV.389(/embedded)
  ZygorGuidesViewer, v5.0
  BlizRuntimeLib_enUS v7.0.3.70000 <none>
  (ck=95e)
commented

Same error but when opening bank

If you check to separate reagent bank the nit does not show this error so it is only with the normal bank bags

commented

This is caused by, among other things, Bag(s) within your bags/bank/guild bank. There is already a proposed fix:

https://github.com/Jaliborc/Unfit-1.0/pull/3/files

commented

Fixed