View Single Post
11-05-10, 08:37 AM   #75
neverg
A Frostmaul Preserver
 
neverg's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 268
Hey cargor, great addon by the way. I'm making a layout based on Simplicity examples, monoBags and gBags and going well so far, only problem I've found so fair is the currencies tags. It gives an error when tracking any kind of currency:

This is the error:

lua Code:
  1. Message: Interface\AddOns\lumBags\plugins\tagDisplay.lua:84: bad argument #1 to 'format' (string expected, got nil)
  2. Time: 11/05/10 14:36:18
  3. Count: 1
  4. Stack: [C]: in function `format'
  5. Interface\AddOns\lumBags\plugins\tagDisplay.lua:84: in function <Interface\AddOns\lumBags\plugins\tagDisplay.lua:80>
  6. Interface\AddOns\lumBags\plugins\tagDisplay.lua:134: in function `currency'
  7. Interface\AddOns\lumBags\plugins\tagDisplay.lua:142: in function `?'
  8. Interface\AddOns\lumBags\plugins\tagDisplay.lua:42: in function <Interface\AddOns\lumBags\plugins\tagDisplay.lua:42>
  9. [C]: in function `gsub'
  10. Interface\AddOns\lumBags\plugins\tagDisplay.lua:47: in function `func'
  11. Interface\AddOns\lumBags\base\implementation.lua:217: in function `OnEvent'
  12. Interface\AddOns\lumBags\base\implementation.lua:74: in function `?'
  13. Interface\AddOns\lumBags\base\core.lua:131: in function <Interface\AddOns\lumBags\base\core.lua:131>
  14. [C]: in function `Show'
  15. Interface\AddOns\lumBags\base\implementation.lua:96: in function `Toggle'
  16. Interface\AddOns\lumBags\base\core.lua:67: in function `ToggleBackpack'
  17. [string "TOGGLEBACKPACK"]:1: in function <[string "TOGGLEBACKPACK"]:1>
  18.  
  19. Locals: (*temporary) = ""
  20. (*temporary) = nil
  21. (*temporary) = "16:16:0:0"
  22. (*temporary) = "string expected, got nil"

I'm testing it in the CC Beta btw. This is my progress so far. Nothing fancy. http://cl.ly/37XI
__________________
My oUF Layout: oUF Lumen

Last edited by neverg : 11-05-10 at 08:39 AM.
  Reply With Quote