Giter Club home page Giter Club logo

auctionator's Introduction

Auctionator

Auctionator Discord Donate to Auctionator On Curseforge On Wago

Auctionator is designed for casual everyday auction house users, to make interactions easier and faster, and to provide quick access to auction prices.

Key Features

  • Auction prices in item tooltips (with an AH full scan function to update the prices)
  • Straightforward UI
  • Protection against posting too low
  • Recipe reagent costs and profits in crafting views
  • Searches with lots of filters with a search history and organised into shopping lists
  • Undercut scan and one-click cancelling for owned auctions

For a description of and usage guide for more features please see the Curseforge page.

Contributing to Auctionator

Bugs

Please report bugs on the issues page. The use of BugGrabber and BugSack will help tremendously with the debugging process.

Feature requests

Ask for features either on the Discord or by creating a new issue on the issues page.

Donations

You can also contribute to the addon by donating on our Patreon.

auctionator's People

Contributors

caleb98 avatar ceylina avatar chipzz avatar ckaotik avatar derfloh205 avatar dillon-brown avatar dpcodes avatar fdawgs avatar fusoya avatar hantunaar avatar iamadagostino avatar interruptspeed avatar jrob8577 avatar kodewdle avatar mbattersby avatar micolous avatar mitalie avatar nanjuekaien1 avatar plusmouse avatar praydog avatar teelolws avatar terry182 avatar wetxius avatar willexan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

auctionator's Issues

Undermine Journal stat plugin bug

I've been trying to get an Undermine Journal stat plugin working for Auctioneer to no avail, when I found out there was Undermine functionality included in this addon. I'm not particularly a fan of this one, since I like the mostly autonomous nature of Auctioneer, particularly clicking one button in a single spot for a whole bag of items.

Anyways, I noticed it wasn't really working and you only had two of the four prices included in Undermine. I have fixed up the Undermine code if you would like to include it, or for anyone who wants it.

    if (TUJMarketInfo) then
        local id = zc.RawItemIDfromLink (itemLink);

        local tujData = {}
        TUJMarketInfo (tonumber(id), tujData)

        local rawStdDevServer = tujData['stddev']
        local rawStdDevGlobal = tujData['globalStdDev']

        local stdDevServer = "???"
        if (rawStdDevServer) then
            stdDevServer = zc.priceToString (rawStdDevServer)
        end

        local stdDevGlobal = "???"
        if (rawStdDevGlobal) then
            stdDevGlobal = zc.priceToString (rawStdDevGlobal)
        end

        Atr_AppendHint (results, tujData['globalMean'], ZT("Undermine global avg (deviation: "..stdDevGlobal.." )"));
        Atr_AppendHint (results, tujData['recent'], ZT("Undermine 3-day server avg"));
        Atr_AppendHint (results, tujData['market'], ZT("Undermine 14-day server avg (deviation: "..stdDevServer.." )"));
        Atr_AppendHint (results, tujData['globalMedian'], ZT("Undermine global median"));
    end

Just open the AuctionatorHints.lua file and replace everything between the "-- The Undermine Journal" line and the "-- Wowecon" line with the code quoted above.

Reported by http://www.curse.com/users/Kanegasi on 7/7/2015
http://www.curse.com/addons/wow/auctionator?comment=5581

sitting at the Garrison retrieving my completed follower missions LibPeriodicTable-3.1.lua:291: Invalid arg1: invalid item.

Problem 1: I was just sitting at the Garrison retrieving my completed follower missions when this popped up.

Message: ...e\libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:291: Invalid arg1: invalid item.
Time: 07/23/15 15:49:50
Count: 3
Stack: Interface\AddOns\Auctionator\AtrErrorInspector.lua:107: in function <Interface\AddOns\Auctionator\AtrErrorInspector.lua:52>

...e\libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:291: in function ItemInSet' ...dOns\DataStore_Reputations\DataStore_Reputations.lua:433: in functionGetSource'
Interface\AddOns\Altoholic\Loots.lua:614: in function `GetSource'
Interface\AddOns\Altoholic\Tooltip.lua:463: in function <Interface\AddOns\Altoholic\Tooltip.lua:447>
Interface\AddOns\Altoholic\Tooltip.lua:554: in function <Interface\AddOns\Altoholic\Tooltip.lua:545>

C: in function `SetTradeSkillItem'
[string ":OnEnter"]:2: in function <[string ":OnEnter"]:1>

Locals: msg = " ...e\libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:291: Invalid arg1: invalid item."
funcnames =

{
1 = "ItemInSet"
2 = "GetSource"
3 = "GetSource"
4 = "SetTradeSkillItem"
}
funcstr = "ItemInSet > GetSource > GetSource > SetTradeSkillItem"
looksLikeAuctionatorError = false
inAtrErrorHandler = true
origErrorHandler = defined Interface\FrameXML\BasicControls.xml::4
zc =
{
msg_anm = defined @interface\AddOns\Auctionator\zcUtils.lua:680
msg = defined @interface\AddOns\Auctionator\zcUtils.lua:780
GetArrayElemOrFirst = defined @interface\AddOns\Auctionator\zcUtils.lua:161
NumToBool = defined @interface\AddOns\Auctionator\zcUtils.lua:605
StringStartsWith = defined @interface\AddOns\Auctionator\zcUtils.lua:973
TrimQuotes = defined @interface\AddOns\Auctionator\zcUtils.lua:1016
padstring = defined @interface\AddOns\Auctionator\zcUtils.lua:191
GetArrayElemOrNil = defined @interface\AddOns\Auctionator\zcUtils.lua:176
BoolToNum = defined @interface\AddOns\Auctionator\zcUtils.lua:595
periodic = defined @interface\AddOns\Auctionator\zcUtils.lua:368
pluralizeIf = defined @interface\AddOns\Auctionator\zcUtils.lua:626
msg_pink = defined @interface\AddOns\Auctionator\zcUtils.lua:652
SetTextIf = defined @interface\AddOns\Auctionator\zcUtils.lua:47
HSV2RGB = defined @interface\AddOns\Auctionator\zcUtils.lua:695
LinkFromItemID = defined @interface\AddOns\Auctionator\zcUtils.lua:548
IsBattlePetLink = defined @interface\AddOns\Auctionator\zcUtils.lua:434
printableLink = defined @interface\AddOns\Auctionator\zcUtils.lua:1080
PrintTable = defined @interface\AddOns\Auctionator\zcUtils.lua:398
PrintKeysSorted = defined @interface\AddOns\Auctionator\zcUtils.lua:121
Negate = defined @interface\AddOns\Auctionator\zcUtils.lua:615
IsTextQuoted = defined @interface\AddOns\Auctionator\zcUtils.lua:997
CopyDeep = defined @interface\AddOns\Auctionator\zcUtils.lua:1065
UTF8_Truncate = defined @interface\AddOns\Auctionator\zcUtils.lua:139
val2gsc = defined @interface\AddOns\Auctionator\zcUtils.lua:830
words = defined @interface\AddOns\Auctionator\zcUtils.lua:297
tableIsEmpty = defined @interface\AddOns\Auctionator\zcUtils.lua:386
Max = defined @interface\AddOns\Auctionator\zcUtils.lua:95
printstack = defined @interface\AddOns\Auctionator\zcUtils.lua:1104
pluralize = defined @interface\AddOns\Auctionator\zcUtils.lua:637
RawItemIDfromLink = defined @interface\AddOns\Auctionator\zcUtils.lua:462
EnableDisable = defined @interface\AddOns\Auctionator\zcUtils.lua:25
TrimBrackets = defined @interface\AddOns\Auctionator\zcUtils.lua:1036
ParseBattlePetLink = defined @interface\AddOns\Auctionator\zcUtils.lua:442
ShowHide = defined @interface\AddOns\Auctionator\zcUtils.lua:36
QuoteString = defin

Reported by http://www.curse.com/users/Sahalu on 7/23/2015
http://www.curse.com/addons/wow/auctionator?comment=5602

Subcategires

I want to request subcategories for subcategories in the Weapon and armor category. As of today, you can only search for "Armor/Cloth/....", while i want to search for "Armor/Cloth/Head/...". This would make it alot easyer to find pices that you are looking for

zcUtils.lua:1067: bad argument 1 to 'pairs' (table expected, got nil)

Interface\AddOns\Auctionator\zcUtils.lua:1067: bad argument #1 to 'pairs' (table expected, got nil)

VERS:3.2.4 MEM: 1040 KB DB:61 SE:1 SL:2 FSCHUNK: DBVERS:4

REALMS: , Draenor_Horde (61), Moonglade_Horde (0), Grim Batol_Alliance (0), Darksorrow_Alliance (11), Moonglade_Alliance (10)

STACK: pairs > CopyDeep > Atr_OnBagUpdate > Atr_EventHandler

ADDONS: , _NPCScan, AskMrRobot, AtlasLoot, Auctionator, Bazooka, Broker_Garrison, Details, epgp, ExtraCD, HandyNotes, MasterPlanA, Pawn, Postal, RaidChecklist, RSA, rTimeToDie, ThogarAssist, TrufiGCD, WeakAuras, ElvUI, DBM

Reported by http://www.curse.com/users/Sayormo on 8/2/2015
http://www.curse.com/addons/wow/auctionator?comment=5614

Auctionator.lua:1274: attempt to index global 'AtrScanningTooltip' (a nil value)

Interface\AddOns\Auctionator\Auctionator.lua:1274: attempt to index global 'AtrScanningTooltip' (a nil value)

VERS:3.2.4 MEM: 15982 KB DB:8743 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Shadowsong_Alliance (8743), Ravencrest_Horde (32978)

STACK: Atr_GetSellItemInfo > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , AskMrRobot, AtlasLoot, Auctionator, BagBrother, Bagnon, DugisGuideViewerZ, GatherMate2, GTFO, MoveAnything, Omen, Postal, TitanBag, TitanClock, TitanGold, TitanLocation, TitanLootType, TitanPerformance, TitanRepair, TitanVolume, TitanXP, Titan, ZPerl

Posted by http://www.curse.com/users/Scorpish1 on 8/6/2015
http://www.curse.com/addons/wow/auctionator?comment=5621

zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

I tried to sell JC ring
Interface\AddOns\Auctionator\zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

VERS:3.2.3 MEM: 15734 KB DB:21490 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Saurfang_Neutral (0), Magtheridon_Horde (14818), Magtheridon_Alliance (15097), Saurfang_Alliance (0), Saurfang_Horde (21490)

STACK: ItemIDStrfromLink > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , _NPCScan, Auctionator, HandyNotes, MyRareFinder, Postal, Recount, TomTom

Reported by http://www.curse.com/users/Pingviini11 on 7/23/2015
http://www.curse.com/addons/wow/auctionator?comment=5601

Bug Report: zcUtils.lua:1067: bad argument 1 to 'pairs' (table expected, got nil)

Just got this before a Kazzak pull, after a CRZ transfer for the raid group.

Interface\AddOns\Auctionator\zcUtils.lua:1067: bad argument #1 to 'pairs' (table expected, got nil)

VERS:3.2.4 MEM: 987 KB DB:27 SE:1 SL:2 FSCHUNK: DBVERS:4

REALMS: , Stormrage_Alliance (27), Trollbane_Horde (0)

STACK: pairs > CopyDeep > Atr_OnBagUpdate > Atr_EventHandler

ADDONS: , AtlasLoot, Auctionator, BagSync, BankStack, FarmHud, FarmIt2, GatherMate2, HandyNotes, MageNuggets, MasterPlanA, MogIt, myBigIgnite, Paste, Postal, Routes, Skada, TomTom, WeakAuras, XToLevel, SVUI_!Core, SVUI_ActionBars, SVUI_Auras, SVUI_Chat, SVUI_Inventory, SVUI_Maps, SVUI_NamePlates, SVUI_QuestTracker, SVUI_Skins, SVUI_Tooltip, SVUI_UnitFrames, SVUI_CraftOMatic, WoWPro, DBM

LibPeriodicTable-3.1.lua:291: Invalid arg1: invalid item.

Heya anyone know if i can fix this? Everytime i mouseover any mats in my enchanting or tailoring or whatever this comes up..

Message: ...e\libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:291: Invalid arg1: invalid item.
Time: 07/14/15 03:35:45
Count: 8
Stack: Interface\AddOns\Auctionator\AtrErrorInspector.lua:107: in function <Interface\AddOns\Auctionator\AtrErrorInspector.lua:52>

...e\libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:291: in function ItemInSet' ...e\AddOns\DataStore_Inventory\DataStore_Inventory.lua:373: in functionGetSource'
Interface\AddOns\Altoholic\Loots.lua:614: in function `GetSource'
Interface\AddOns\Altoholic\Tooltip.lua:463: in function <Interface\AddOns\Altoholic\Tooltip.lua:447>
Interface\AddOns\Altoholic\Tooltip.lua:554: in function <Interface\AddOns\Altoholic\Tooltip.lua:545>
(tail call): ?

C: in function `SetTradeSkillItem'
[string ":OnEnter"]:2: in function <[string ":OnEnter"]:1>

Locals: msg = " ...e\libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:291: Invalid arg1: invalid item."
funcnames =

{
1 = "ItemInSet"
2 = "GetSource"
3 = "GetSource"
4 = "SetTradeSkillItem"
}
funcstr = "ItemInSet > GetSource > GetSource > SetTradeSkillItem"
looksLikeAuctionatorError = false
inAtrErrorHandler = true
origErrorHandler = defined Interface\FrameXML\BasicControls.xml::4
zc =
{
msg_anm = defined @interface\AddOns\Auctionator\zcUtils.lua:680
msg = defined @interface\AddOns\Auctionator\zcUtils.lua:780
GetArrayElemOrFirst = defined @interface\AddOns\Auctionator\zcUtils.lua:161
NumToBool = defined @interface\AddOns\Auctionator\zcUtils.lua:605
StringStartsWith = defined @interface\AddOns\Auctionator\zcUtils.lua:973
TrimQuotes = defined @interface\AddOns\Auctionator\zcUtils.lua:1016
padstring = defined @interface\AddOns\Auctionator\zcUtils.lua:191
GetArrayElemOrNil = defined @interface\AddOns\Auctionator\zcUtils.lua:176
BoolToNum = defined @interface\AddOns\Auctionator\zcUtils.lua:595
periodic = defined @interface\AddOns\Auctionator\zcUtils.lua:368
pluralizeIf = defined @interface\AddOns\Auctionator\zcUtils.lua:626
msg_pink = defined @interface\AddOns\Auctionator\zcUtils.lua:652
SetTextIf = defined @interface\AddOns\Auctionator\zcUtils.lua:47
HSV2RGB = defined @interface\AddOns\Auctionator\zcUtils.lua:695
LinkFromItemID = defined @interface\AddOns\Auctionator\zcUtils.lua:548
IsBattlePetLink = defined @interface\AddOns\Auctionator\zcUtils.lua:434
printableLink = defined @interface\AddOns\Auctionator\zcUtils.lua:1080
PrintTable = defined @interface\AddOns\Auctionator\zcUtils.lua:398
PrintKeysSorted = defined @interface\AddOns\Auctionator\zcUtils.lua:121
Negate = defined @interface\AddOns\Auctionator\zcUtils.lua:615
IsTextQuoted = defined @interface\AddOns\Auctionator\zcUtils.lua:997
CopyDeep = defined @interface\AddOns\Auctionator\zcUtils.lua:1065
UTF8_Truncate = defined @interface\AddOns\Auctionator\zcUtils.lua:139
val2gsc = defined @interface\AddOns\Auctionator\zcUtils.lua:830
words = defined @interface\AddOns\Auctionator\zcUtils.lua:297
tableIsEmpty = defined @interface\AddOns\Auctionator\zcUtils.lua:386
Max = defined @interface\AddOns\Auctionator\zcUtils.lua:95
printstack = defined @interface\AddOns\Auctionator\zcUtils.lua:1104
pluralize = defined @interface\AddOns\Auctionator\zcUtils.lua:637
RawItemIDfromLink = defined @interface\AddOns\Auctionator\zcUtils.lua:462
EnableDisable = defined @interface\AddOns\Auctionator\zcUtils.lua:25
TrimBrackets = defined @interface\AddOns\Auctionator\zcUtils.lua:1036
ParseBattlePetLink = defined @interface\AddOns\Auctionator\zcUtils.lua:442
ShowHide = defined @interface\AddOns\Auctionator\zcUtils.lua:36
QuoteString = <functio

Reported by http://www.curse.com/users/Mcouzo on 7/13/2015
http://www.curse.com/addons/wow/auctionator?comment=5588

Sellling tab settings

It is awesome to see new blood on this addon, it has been my FAVORITE by far compared to the other AH addons. Simple and does exactly what its supposed to. The few things I could recommend for this addon is a setting to automatically post Max stacks + Leftovers or if not that, maybe a setting that will set the # of stacks to the max for all items that don't have a specific behavior. on that same topic, adding new categories of items into the selling list would be nice, instead of only being able to add in items specifically.

The other topic of suggestion would be support for an addon called LinkWrangler. It allows you to open up sever items on your screen at one time, it is very useful for going to the AH with things you need to pick up, or comparing a whole set of armor on the screen at one time. Its great, I love it. But I cannot use it. I cannot use the addon because it doesnt work with this one, and I absolutely NEED this addon. The author of the addon has the instructions on his page on how to support the multiple tooltips that will be on the screen. I tried to inquire about this a year ago, but it was never pursued.

zcUtils.lua:532: attempt to concatenate field '?' (a nil value)

Interface\AddOns\Auctionator\zcUtils.lua:532: attempt to concatenate field '?' (a nil value)

VERS:3.2.2 MEM: 1064 KB DB:39 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Korgath_Alliance (22), Arygos_Alliance (0), Kil'jaeden_Horde (0), Kel'Thuzad_Alliance (39)

STACK: ItemIDStrfromLink > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , Auctionator, BagBrother, Bagnon, HandyNotes, MasterPlanA, Postal, Recount, Skada, DBM

Reported by http://www.curse.com/users/sweetwineandroses on 8/7/2015
http://www.curse.com/addons/wow/auctionator?comment=5624

zcUtils.lua:1067: bad argument 1 to 'pairs' (table expected, got nil)

Interface\AddOns\Auctionator\zcUtils.lua:1067: bad argument #1 to 'pairs' (table expected, got nil)

VERS:3.2.4 MEM: 1419 KB DB:320 SE:1 SL:3 FSCHUNK: DBVERS:4

REALMS: , Nemesis_Alliance (0), Illidan_Horde (0), Gurubashi_Alliance (0), Bleeding Hollow_Horde (0), Gallywix_Alliance (0), Kel'Thuzad_Alliance (0), Emerald Dream_Horde (0), Azralon_Horde (320)

STACK: pairs > CopyDeep > Atr_OnBagUpdate > Atr_EventHandler

ADDONS: , Auctionator, BattlegroundTargets, BigWigs, Capping, epgp, GladiatorlosSA, GladiusEx, Grid2, MasterPlanA, Postal, Quartz, ShadowedUnitFrames, Skada, TidyPlates, WeakAuras, ElvUI_Microbar, ElvUI

Reported by http://www.curse.com/users/Fovid on 7/15/2015
http://www.curse.com/addons/wow/auctionator?comment=5593

History Tracking and Summary

The one feature I do miss however, is a more enhanced history panel to see how much I've made of the item. Could you possibly look into a profit/loss tab, and take cancelling of auctions (so the deposit that is lost) into account? Then I'd have everything I need. :D It'd be nice if it kept track of all the sales, perhaps per week/month and tell me a bit more then Item price: 125g (for example) on 26th of August, since I've started putting so many things on that I don't recall if it even got sold or not.

Ideally, it'd be a tab split in half, something like:

Profit ------------------ Loss

Materials Sold -----------------Any materials you bought.

Equipment Sold ------------ Any equipment pieces you bought.

Potions Sold ------------- Any potions you bought.

Pets Sold ----------- Any pets you bought.

etc ---------- Etc items bought.

------------------ Deposit costs at the end.

With a total profit and total loss bit all the way at the bottom?

Or if you prefer to keep it more simple (or perhaps the above is not possible! No idea.), you could just go with "Sales" as overarching term, though I'd love to see a history of the deposits/purchases made.

Requested by http://www.curse.com/users/Psychynn on 8/26/15
http://www.curse.com/addons/wow/auctionator?comment=5657

AuctionatorShop.lua:366: attempt to call method 'FindItemIndex' (a nil value)

Interface\AddOns\Auctionator\AuctionatorShop.lua:366: attempt to call method 'FindItemIndex' (a nil value)

VERS:3.2.4 MEM: 6807 KB DB:14184 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Drak'thul_Horde (17), Dragonmaw_Horde (14184)

STACK: FindItemIndex > Atr_AddToRecents > Atr_Shop_OnFinishScan > Atr_OnSearchComplete > Atr_OnAuctionUpdate > Atr_EventHandler

ADDONS: , _NPCScan, Auctionator, BagBrother, Bagnon, BigWigs, HandyNotes, HealBot, Malkorok, MasterPlanA, Omen, oqueue, Postal, Prat-3.0, Recount, Skada, TomTom, Transcriptor

Reported by http://www.curse.com/users/Kmotrus on 8/17/2015
http://www.curse.com/addons/wow/auctionator#c5631

Gbank and Screen freezing for 3-5 seconds.

http://i.imgur.com/tWpVN3s.jpg?2

When u try placing an item into the gbank from ur bags u get spammed with that wall of unknown as the screenshot says....It is auctionator doing it...I love the addon and hope it get fixed. At first I thought it was TSM3,,,but further investigation confirmed its ur addon. The screen will freeze for like 3-5 seconds then place the item in...it does that for the majority of items.....one by one.

zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

Interface\AddOns\Auctionator\zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

VERS:3.2.3 MEM: 1139 KB DB:94 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Kel'Thuzad_Alliance (94)

STACK: ItemIDStrfromLink > AnalyzeResultsPage > Atr_OnAuctionUpdate > Atr_EventHandler

ADDONS: , _NPCScan, ACP, Altoholic, Auctionator, BadBoy, BGSpy, DataStore, GoingPrice_US, LFRAdvanced, MasterPlanA, Paste, Postal, Prat-3.0, Recount, SellJunk, SimpleILevel, TitanBag, TitanClock, TitanCurrency, TitanGold, TitanLocation, TitanLootType, TitanPerformance, TitanRepair, TitanSocial, TitanVolume, TitanXP, Titan, TomTom, ZPerl, DBM

Reported by http://www.curse.com/users/n0ts0h0ly on 7/24/2015
http://www.curse.com/addons/wow/auctionator?comment=5603

AuctionatorScan.lua:1414: script ran too long

Interface\AddOns\Auctionator\AuctionatorScan.lua:1414: script ran too long

VERS:3.2.4 MEM: 1107 KB DB:216 SE:0 SL:1 FSCHUNK: DBVERS:4

REALMS: , Dalvengyr_Horde (0), Malygos_Horde (0), Blackrock_Horde (0), Aman'Thul_Alliance (0), Blackhand_Horde (0), Eredar_Horde (216), Antonidas_Alliance (2), Khaz'goroth_Horde (0)

STACK: collectgarbage > Atr_PrunePostDB > Atr_InitScanDB > Atr_OnLoad > Atr_EventHandler

ADDONS: , AngryAssignments, AtlasLoot, Auctionator, BadBoy, BagBrother, Bagnon, BigWigs, Clique, DragonOverlay, epgp_lootmaster, MasterPlanA, MikScrollingBattleText, Postal, Quartz, Skada, WeakAuras, AddOnSkins, ElvUI

Reported by http://www.curse.com/users/Sanlayn on 7/15/2015
http://www.curse.com/addons/wow/auctionator?comment=5592

zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

Interface\AddOns\Auctionator\zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

VERS:3.2.3 MEM: 10315 KB DB:29799 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Windrunner_Neutral (0), Windrunner_Alliance (29799), Darrowmere_Alliance (6), Emerald Dream_Neutral (0), Aegwynn_Horde (13), Windrunner_Horde (6), Fizzcrank_Horde (0), Emerald Dream_Alliance (16064)

STACK: ItemIDStrfromLink > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , _NPCScan.Overlay, Auctionator, GarrisonCommander-Broker, HealBot, Postal, Skada, SpellFlashCore, SpellFlash, DBM

Reported by http://www.curse.com/users/NaeyrutheHunter on 7/21/2015
http://www.curse.com/addons/wow/auctionator?comment=5599

zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

Interface\AddOns\Auctionator\zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

VERS:3.2.3 MEM: 1050 KB DB:31 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Steamwheedle Cartel_Alliance (31)

STACK: ItemIDStrfromLink > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , Auctionator, BagBrother, Bagnon, Bartender4, IceHUD, Recount, SellJunk, SexyMap

Reported by http://www.curse.com/users/Tuxon86 on 7/9/2015
http://www.curse.com/addons/wow/auctionator?comment=5583

Prevent rescan when buying

Alright, this is ridiculous, it makes me upset and I'm sure it makes everyone else upset. I love Auctionator, I really do. It's a fantastic addon. but you NEED TO FIX THIS.

I search an item, it scans 22 pages and gives me a list of items. I see a stack of items posted for well under the current market value. I click on this stack and press buy. What does Auctionator do? SCANS THE ENTIRE FUCKING AH A SECOND TIME. Do you know how much gold this has cost me, when other people buy those stacks in that wasted time? An insignificant amount. I have shit tons of gold, but it still pisses me off. Please fix it.

Reported by http://www.curse.com/users/Tableslave on 6/29/2015
http://www.curse.com/addons/wow/auctionator?comment=5553

Auctionator.lua:1274: attempt to index global 'AtrScanningTooltip' (a nil value)

Re: Auctionator Bug
Interface\AddOns\Auctionator\Auctionator.lua:1274: attempt to index global 'AtrScanningTooltip' (a nil value)

VERS:3.2.4 MEM: 29612 KB DB:29663 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Stormrage_Alliance (29663), Scarlet Crusade_Alliance (20897)

STACK: Atr_GetSellItemInfo > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , Auctionator, GTFO, Postal

Reported by http://www.curse.com/users/Chelspriest on 7/16/2015
http://www.curse.com/addons/wow/auctionator?comment=5594

zcUtils.lua:1067: bad argument 1 to 'pairs' (table expected, got nil)

Received an automated bug alert pop up.

I was in my Garrison at my banker. Had all bags open. Was moving a trinket into the bag and an on use item out of the bag.

Interface\AddOns\Auctionator\zcUtils.lua:1067: bad argument #1 to 'pairs' (table expected, got nil)

VERS:3.2.4 MEM: 8650 KB DB:24205 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Area 52_Horde (24205), Echo Isles_Horde (0)

STACK: pairs > CopyDeep > Atr_OnBagUpdate > Atr_EventHandler

ADDONS: , AskMrRobot, Auctionator, GTFO, IskarAssist, MasterPlanA, Recount, TomTom, WhoPulled, DBM

Reported by http://www.curse.com/users/Teraxxus on 8/9/2015
http://www.curse.com/addons/wow/auctionator#c5625

Update Bug Report Format

Bug report format adds characters interpreted in markdown to be headers. Change for appropriate markdown formatting.

Rapport Error Lua

Here you can find the rapport : Interface\AddOns\Auctionator\zcUtils.lua:1067: bad argument 1 to 'pairs' (table expected, got nil)

VERS:3.2.4 MEM: 10518 KB DB:8510 SE:1 SL:9 FSCHUNK: DBVERS:4

REALMS: , Hyjal_Alliance (13207), Uldaman_Horde (0), Kirin Tor_Alliance (0), Sinstralis_Horde (7), Archimonde_Horde (8510), Khaz Modan_Alliance (0), Dalaran_Alliance (6577), Archimonde_Alliance (22), Sargeras_Horde (3), Ysondre_Horde (0), Eitrigg_Alliance (6), Eldre'Thalas_Alliance (87), Khaz Modan_Horde (94), Hyjal_Horde (31), Naxxramas_Alliance (0), Confrérie du Thorium_Alliance (0), Elune_Horde (0), Outland_Alliance (4), Suramar_Horde (0)

STACK: pairs > CopyDeep > Atr_OnBagUpdate > Atr_EventHandler

ADDONS: , _NPCScan, AckisRecipeList, AtlasLoot, Auctionator, AutoRepair, BagBrother, Bagnon, BigDebuffs, DugisGuideViewerZ, ExtraCD, MasterPlanA, MikScrollingBattleText, MogIt, NugComboBar, Postal, Scrap, Skada, Storyline, Titan, WeakAuras, TradeSkillMaster, ElvUI, DBM

Undercutting/Search bug

Crafted Malevolent Gladiator's Barrier

Auction Connecting Valve

I've had a bunch, but right now, these two, that are not selling correctly, they aren't able to sell "4 stacks of 1", I can have 4 in my bag, it gives the "You do not have enough items" error, even when I have 4 in my bags.

The other problem, it's not finding existing auctions with those items, and I end up being undercut by existing auctions when I reset prices because I don't even see the other tiems in the Auctionator - Sell page, but they will show up in the default system "Browse" page.

Reported by http://www.curse.com/users/fraNkMinion on 7/6/2015
http://www.curse.com/addons/wow/auctionator?comment=5579

zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

Following directions and posting a bug. Thank you.

Interface\AddOns\Auctionator\zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

VERS:3.2.3 MEM: 1561 KB DB:298 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Hyjal_Alliance (1), Korgath_Alliance (17), Bladefist_Alliance (0), Hyjal_Horde (298), Bladefist_Horde (0)

STACK: ItemIDStrfromLink > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , Auctionator, SellJunk

Reported by http://www.curse.com/users/raggapunk on 7/14/2015
http://www.curse.com/addons/wow/auctionator?comment=5590

AuctionatorLocalize.lua:129: Attempt to find 'this' in non-framescript object

Interface\AddOns\Auctionator\AuctionatorLocalize.lua:129: Attempt to find 'this' in non-framescript object

VERS:3.2.4 MEM: 28976 KB DB:45637 SE:1 SL:2 FSCHUNK: DBVERS:4

REALMS: , Defias Brotherhood_Horde (2), Argent Dawn_Alliance (31268), Defias Brotherhood_Alliance (45637), Argent Dawn_Horde (18909)

STACK: GetName > Atr_LocalizeFrames > Atr_Init > Atr_OnAddonLoaded > Atr_EventHandler > LoadAddOn > UIParentLoadAddOn > AuctionFrame_LoadUI

ADDONS: , Auctionator, GHI, GHM, MasterPlanA, Postal, TomTom, Tongues, totalRP3, ElvUI, DBM

Reported by http://www.curse.com/users/sonikana3 on 7/1/2015
http://www.curse.com/addons/wow/auctionator?comment=5557

zcUtils.lua:532: attempt to concatenate field '?' (a nil value)

Interface\AddOns\Auctionator\zcUtils.lua:532: attempt to concatenate field '?' (a nil value)

VERS:3.2.2 MEM: 9807 KB DB:24404 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Chamber of Aspects_Alliance (24404)

STACK: ItemIDStrfromLink > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , Auctionator

Reported by http://www.curse.com/users/Kharianne on 7/28/2015
http://www.curse.com/addons/wow/auctionator?comment=5609

zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

ERROR INFORMATION
Interface\AddOns\Auctionator\zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

VERS:3.2.3 MEM: 5940 KB DB:12075 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Stormreaver_Alliance (0), Zul'jin_Alliance (0), Ravencrest_Alliance (12075), Stormreaver_Horde (0)

STACK: ItemIDStrfromLink > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , _NPCScan, Altoholic, AtlasLoot, Auctionator, BadPet, BittensSpellFlashLibrary, DataStore, Gatherer, HealBot, Healers-Have-To-Die, MyRareFinder, Omen, OPie, pusikas-spellflash-ttd, Quartz, RareSpawnOverlay, RareCoordinator, Recount, SexyMap, SilverDragon, SpellFlashCore, TitanReputation, TitanGuild, TitanSpec, TitanBag, TitanClock, TitanCurrency, TitanGold, TitanLocation, TitanLootType, TitanPerformance, TitanRepair, TitanVolume, TitanXP, Titan, TomTom, WhoPulled, ZygorGuidesViewer, SpellFlash, DBM

Reported by http://www.curse.com/users/SisterSpooky on 8/3/2015
http://www.curse.com/addons/wow/auctionator?comment=5617

Duplicate entries in multiple tabs

For some reason - I'm having problems with a couple of items making duplicate - umm - not entries but groups. If you do a search for "Bait" in the Buy Tab you'll see what I mean. Almost every fish has 2 or 3 Bates - but they are all the same. Where I noticed it was with the "Arcane Crystal Conduitor".

I've no idea why but - when creating an auction using the Sell Tab - even though it says I can create 4 auctions - when I tell it to create them I get an error stating that I don't have enough of that item. Each has to be created manually.

This duplication also shows up with the More Tab. Right now there are 17 Arcane Crystal Conduitors but the More Tab has 2 listings 8 and 9.

So how bad is it? With the More tab - Check for Undercuts obviously has a problem. At the moment - there is a 1 Gold 99 Silver & 99 Copper difference between the two listings. With the Sell Tab it's more of an anoyance than anything else. That is mainly because the Auctionator Sell Tab only looks at the Buyout Price and calculates the Starting Price from it.

Personally - that sucks almost as badly as the lack of functionallity for Bidding does. I've gotten used to switching to the original Browse Tab to determin a workable Starting Price. But selecting one of my Auctions really should copy both items and not just the Starting Price. Switching to Browse - finding my auction and switching back to change the Starting Price is a royal pain.

Reported by http://www.curse.com/users/RideaStar on 7/4/2015
http://www.curse.com/addons/wow/auctionator?comment=5572

Problem when adding/selling crafted/pet items

Thanks for a great addon, without it I probably couldnt' be arsed to bother with AH. However after 6.2 there seems to be a weird bug when adding/selling crafted/pet items - others won't always show in the Auctionator search window, so I have to go back to the default search windows to see if there's actually any other up already.Not sure if it's a known issue, a friend was experiencing it aswell, and it's becoming very annoying when you have to deal with alot of crafted items/pets, would be incredible if the one(s) in charge of the development could look into this. Thanks!

Reported by http://www.curse.com/users/tehmoff on 7/21/2015
http://www.curse.com/addons/wow/auctionator?comment=5598

Not working

Interface\AddOns\Auctionator\Auctionator.lua:1274: attempt to index global 'AtrScanningTooltip' (a nil value)

VERS:3.2.4 MEM: 1018 KB DB:137 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Earthen Ring_Alliance (137)

STACK: Atr_GetSellItemInfo > Atr_SetDepositText > Atr_UpdateUI_SellPane > Atr_UpdateUI > Atr_Idle > Atr_OnUpdate

ADDONS: , Auctionator, Pawn

AuctionatorScan.lua:1414: script ran too long

My client crashed when in a raid setting. Upon relog I received this.

Interface\AddOns\Auctionator\AuctionatorScan.lua:1414: script ran too long

VERS:3.2.4 MEM: 1370 KB DB:453 SE:0 SL:14 FSCHUNK: DBVERS:4

REALMS: , Proudmoore_Horde (36), Kilrogg_Horde (0), Galakrond_Alliance (0), Ravencrest_Horde (0), Proudmoore_Alliance (453), Thunderhorn_Alliance (0), Aggramar_Neutral (0), Proudmoore_Neutral (0), Ravencrest_Alliance (0), Ravencrest_Neutral (0), Galakrond_Horde (0)

STACK: collectgarbage > Atr_PrunePostDB > Atr_InitScanDB > Atr_OnLoad > Atr_EventHandler

ADDONS: , Altoholic, AskMrRobot, Auctionator, Broker_Currencyflow, DataStore, GreenWall, IceHUD, IskarAssist, MasterPlanA, Name2Face, Postal, Skada, ElvUI, DBM

Reported by http://www.curse.com/users/sun_wyvern on 7/22/2015
http://www.curse.com/addons/wow/auctionator?comment=5600

AuctionatorLocalize.lua:130: Attempt to access forbidden object from code tainted by an AddOn

Interface\AddOns\Auctionator\AuctionatorLocalize.lua:130: Attempt to access forbidden object from code tainted by an AddOn

VERS:3.2.4 MEM: 2387 KB DB:992 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Emerald Dream_Alliance (992), Cenarius_Horde (265), Cenarius_Alliance (377), Emerald Dream_Horde (0)

STACK: GetName > Atr_LocalizeFrames > Atr_Init > Atr_OnAddonLoaded > Atr_EventHandler > LoadAddOn > UIParentLoadAddOn > AuctionFrame_LoadUI

ADDONS: , _NPCScan, AskMrRobot, Auctionator, BestInSlot, BigWigs, BonusRollPreview, Clique, CrossRealmAssist, ExRT, FishingBuddy, Gnosis, HandyNotes, IskarAssist, Kui_Nameplates, MasterPlanA, MikScrollingBattleText, MogIt, MountFarmHelper, Pawn, Postal, Rarity, RCLootCouncil, SavedInstances, ShadowedUnitFrames, Skada, Spy, TheUndermineJournal, WeakAuras, WIM, AddOnSkins, ElvUI

Reported by http://www.curse.com/users/n3l1t4 on 8/2/2015
http://www.curse.com/addons/wow/auctionator?comment=5616

zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

Interface\AddOns\Auctionator\zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

VERS:3.2.3 MEM: 1125 KB DB:100 SE:1 SL:2 FSCHUNK: DBVERS:4

REALMS: , Burning Steppes_Horde (3), Outland_Alliance (0), Kazzak_Horde (100), Burning Steppes_Alliance (0)

STACK: ItemIDStrfromLink > AnalyzeResultsPage > Atr_OnAuctionUpdate > Atr_EventHandler

ADDONS: , _NPCScan, Auctionator, BagBrother, Bagnon, CooldownCount, DraenorTreasures, GladiatorlosSA, Gladius, HandyNotes, MasterPlanA, MogIt, MyRareFinder, OmniBar, Postal, Recount, SaySapped, DBM

Reported by http://www.curse.com/users/paein on 8/4/2015
http://www.curse.com/addons/wow/auctionator?comment=5618

zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

Re: Bug Report
Interface\AddOns\Auctionator\zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

VERS:3.2.3 MEM: 17620 KB DB:45379 SE:0 SL:2 FSCHUNK: DBVERS:4

REALMS: , Borean Tundra_Alliance (0), Ysera_Horde (0), Kargath_Alliance (0), Ysera_Alliance (45379)

STACK: ItemIDStrfromLink > Atr_OnNewAuctionUpdate > Atr_EventHandler > ClickAuctionSellItemButton > Atr_ClickAuctionSellItemButton

ADDONS: , _NPCScan, Auctionator, BagBrother, GatherMate2, HandyNotes, MasterPlanA, Overachiever, PetBattleMaster, PetXPToLevel, Postal, RaidAchievement, Skada, TellMeWhen, TomTom, WoWPro, DBM

Reported by http://www.curse.com/users/Jahzper on 7/12/2015
http://www.curse.com/addons/wow/auctionator?comment=5586

zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

Getting the following bug when I try to buy Heavy Leather at the auction house. Does this on Horde on Argent Dawn

Interface\AddOns\Auctionator\zcUtils.lua:534: attempt to concatenate field '?' (a nil value)

VERS:3.2.3 MEM: 1785 KB DB:275 SE:0 SL:6 FSCHUNK: DBVERS:4

REALMS: , Dalaran_Horde (6), Dalaran_Neutral (0), The Scryers_Alliance (0), Draenor_Alliance (249), Draenor_Neutral (0), Argent Dawn_Horde (275), Argent Dawn_Neutral (0), Dalaran_Alliance (7)

STACK: ItemIDStrfromLink > AnalyzeResultsPage > Atr_OnAuctionUpdate > Atr_EventHandler

ADDONS: , Altoholic, Auctionator, Bagnon, DataStore, DugisGuideViewerZ, EasyLoot, GatherMate2, MarketWatcher, Postal, Routes, SexyMap, TitanBag, TitanClock, TitanCurrency, TitanGold, TitanLocation, TitanLootType, TitanPerformance, TitanRepair, TitanVolume, TitanXP, Titan

Reported by http://www.curse.com/users/mamarose127 on 7/25/2015
http://www.curse.com/addons/wow/auctionator?comment=5607

integer overflow attempting to store 2151977950

Getting an error lately, in multiple zones during looting, loading etc.

Message: integer overflow attempting to store 2151977950
Time: 07/25/15 16:13:33
Count: 8
Stack: Interface\AddOns\Auctionator\AtrErrorInspector.lua:107: in function <Interface\AddOns\Auctionator\AtrErrorInspector.lua:52>

C: in function format' Interface\FrameXML\RaidFrame.lua:181: in functionRaidInfoFrame_Update'
Interface\FrameXML\RaidFrame.lua:84: in function `RaidFrame_OnEvent'
Interface\AddOns\Blizzard_RaidUI\Blizzard_RaidUI.lua:167: in function <Interface\AddOns\Blizzard_RaidUI\Blizzard_RaidUI.lua:166>

Locals: msg = " integer overflow attempting to store 2151977950"
funcnames =

{
1 = "format"
2 = "RaidInfoFrame_Update"
3 = "RaidFrame_OnEvent"
}
funcstr = "format > RaidInfoFrame_Update > RaidFrame_OnEvent"
looksLikeAuctionatorError = false
inAtrErrorHandler = true
origErrorHandler = defined *:OnLoad:1
zc =
{
msg_anm = defined @interface\AddOns\Auctionator\zcUtils.lua:680
msg = defined @interface\AddOns\Auctionator\zcUtils.lua:780
GetArrayElemOrFirst = defined @interface\AddOns\Auctionator\zcUtils.lua:161
NumToBool = defined @interface\AddOns\Auctionator\zcUtils.lua:605
StringStartsWith = defined @interface\AddOns\Auctionator\zcUtils.lua:973
TrimQuotes = defined @interface\AddOns\Auctionator\zcUtils.lua:1016
padstring = defined @interface\AddOns\Auctionator\zcUtils.lua:191
GetArrayElemOrNil = defined @interface\AddOns\Auctionator\zcUtils.lua:176
BoolToNum = defined @interface\AddOns\Auctionator\zcUtils.lua:595
periodic = defined @interface\AddOns\Auctionator\zcUtils.lua:368
pluralizeIf = defined @interface\AddOns\Auctionator\zcUtils.lua:626
msg_pink = defined @interface\AddOns\Auctionator\zcUtils.lua:652
SetTextIf = defined @interface\AddOns\Auctionator\zcUtils.lua:47
HSV2RGB = defined @interface\AddOns\Auctionator\zcUtils.lua:695
LinkFromItemID = defined @interface\AddOns\Auctionator\zcUtils.lua:548
IsBattlePetLink = defined @interface\AddOns\Auctionator\zcUtils.lua:434
printableLink = defined @interface\AddOns\Auctionator\zcUtils.lua:1080
PrintTable = defined @interface\AddOns\Auctionator\zcUtils.lua:398
PrintKeysSorted = defined @interface\AddOns\Auctionator\zcUtils.lua:121
Negate = defined @interface\AddOns\Auctionator\zcUtils.lua:615
IsTextQuoted = defined @interface\AddOns\Auctionator\zcUtils.lua:997
CopyDeep = defined @interface\AddOns\Auctionator\zcUtils.lua:1065
UTF8_Truncate = defined @interface\AddOns\Auctionator\zcUtils.lua:139
val2gsc = defined @interface\AddOns\Auctionator\zcUtils.lua:830
words = defined @interface\AddOns\Auctionator\zcUtils.lua:297
tableIsEmpty = defined @interface\AddOns\Auctionator\zcUtils.lua:386
Max = defined @interface\AddOns\Auctionator\zcUtils.lua:95
printstack = defined @interface\AddOns\Auctionator\zcUtils.lua:1104
pluralize = defined @interface\AddOns\Auctionator\zcUtils.lua:637
RawItemIDfromLink = defined @interface\AddOns\Auctionator\zcUtils.lua:462
EnableDisable = defined @interface\AddOns\Auctionator\zcUtils.lua:25
TrimBrackets = defined @interface\AddOns\Auctionator\zcUtils.lua:1036
ParseBattlePetLink = defined @interface\AddOns\Auctionator\zcUtils.lua:442
ShowHide = defined @interface\AddOns\Auctionator\zcUtils.lua:36
QuoteString = defined @interface\AddOns\Auctionator\zcUtils.lua:1004
round = defined @interface\AddOns\Auctionator\zcUtils.lua:645
StringEndsWith = defined @interface\AddOns\Auctionator\zcUtils.lua:953
priceToMoneyString = defined @interface\AddOns\Auctionator\zcUtils.lua:884
tallyPrint = defined @interface\AddOns\Auctionator\zcUtils.lua:1195
msg_yellow = <func

Reported by http://www.curse.com/users/hohner on 7/24/2015
http://www.curse.com/addons/wow/auctionator?comment=5606

zcUtils.lua:1067: bad argument 1 to 'pairs' (table expected, got nil)

Interface\AddOns\Auctionator\zcUtils.lua:1067: bad argument #1 to 'pairs' (table expected, got nil)

VERS:3.2.4 MEM: 1871 KB DB:881 SE:1 SL:2 FSCHUNK: DBVERS:4

REALMS: , Frostmane_Neutral (0), Frostmane_Alliance (881)

STACK: pairs > CopyDeep > Atr_OnBagUpdate > Atr_EventHandler

ADDONS: , Altoholic, AngryAssignments, AskMrRobot, AUCTIONEER, Auctionator, BadBoy, BlizzMove, CrossRealmAssist, DataStore, ExRT, GTFO, HandyNotes, Hansgar_And_Franzok_Assist, IskarAssist, MasterPlanA, MikScrollingBattleText, Postal, Skada, Stubby, ThogarHelper, WeakAuras, ElvUI_Skullflower, ElvUI, DBM

Reported by http://www.curse.com/users/freedomofnow on 7/7/2015
http://www.curse.com/addons/wow/auctionator?comment=5582

AH Button in profession window

My question for you:
When in auctionhouse with a proffession window open I have a "AH-button" in that profession window.
When I click it, the name of the object appears in my auction windows in brackets {....}. That makes it not easy to see if items are already in auctionhouse.

By example two search results with and without brackets:

  • {Dancing steel} gives a result of items that I need to make the enchant but it says that there are none in the auctionhouse yet.
  • Dancing Steel tells me how many dancing steel enchants there are on the auctionhouse at that moment and what the price is. That price makes it possible for me if to determine if it's profitable for me to make the enchant and put it up for auction.

Is there a way that I can get both results when I click the "AH-button"?
I now am constantly deleting the bracekts manually.

Requested by http://www.curse.com/users/Knopie88 on 7/2/2015
http://www.curse.com/addons/wow/auctionator?comment=5563

disregard the suffix of the item when searching for current prices

I've been using this addon for quite some time now and always liked it very much. I have one question though, regarding selling of items for Xmog purpose.

What happens so far: I do quest, leveling up, and ending up with a bunch of green BoEs items that looks great. Hell yeah it looks so great, people won't pay for the stats, they will buy it for Xmog. Of course, i want to undercut the lowest of the current listed items, so i go to the AH, alt-click my item, see that the lowest 'Bikini skimpy platemail of the monkey" is currently at 1337g13s37c, click again and yay i have it for sale at 1 copper less. Sounds good ? WRONG, because there are already a couple "Bikini skimpy platemail of the tiger" at 669g69s69. So instead i have to go the browsing page, shift-click the items's name, remove the "of the money" part using the backspace key, search, check for the lowest auction and remember it, then go to the selling page, manually enter the price, and well.. that takes alot of time ! Well... not that much actually, but as a wise goblin once told me, "time is money friend !"

So, is there a way to make it disregard the suffix of the item when searching for current prices in the selling tab ?

Requested by http://www.curse.com/users/salawow on 8/24/2015.
http://www.curse.com/addons/wow/auctionator?comment=5652

zcUtils.lua:1067: bad argument 1 to 'pairs' (table expected, got nil)

was replacing a piece of gear when erro popped up.

Interface\AddOns\Auctionator\zcUtils.lua:1067: bad argument #1 to 'pairs' (table expected, got nil)

VERS:3.2.4 MEM: 5533 KB DB:0 SE:1 SL:2 FSCHUNK: DBVERS:4

REALMS: , Ravencrest_Alliance (11571), Ravencrest_Horde (0)

STACK: pairs > CopyDeep > Atr_OnBagUpdate > Atr_EventHandler

ADDONS: , _NPCScan, AchieveIt, AskMrRobot, Auctionator, BankItems, ExRT, FishingBuddy, HandyNotes, IskarAssist, KKonferSK, MasterPlanA, Pawn, PetBattleMaster, PetTracker, Rarity, Recount, SoulSpeak, TidyPlates, WeakAuras, ElvUI_Skullflower, ElvUI, DBM

Reported by http://www.curse.com/users/Iamsick on 8/4/2015
http://www.curse.com/addons/wow/auctionator?comment=5619

Opening Mailbox LibPeriodicTable-3.1.lua:291: Invalid arg1: invalid item.

Problem 2: Opening my mail box I got this error:

Message: ...e\libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:291: Invalid arg1: invalid item.
Time: 07/23/15 16:01:34
Count: 1
Stack: Interface\AddOns\Auctionator\AtrErrorInspector.lua:107: in function <Interface\AddOns\Auctionator\AtrErrorInspector.lua:52>

...e\libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:291: in function ItemInSet' ...dOns\DataStore_Reputations\DataStore_Reputations.lua:433: in functionGetSource'
Interface\AddOns\Altoholic\Loots.lua:614: in function `GetSource'
Interface\AddOns\Altoholic\Tooltip.lua:463: in function <Interface\AddOns\Altoholic\Tooltip.lua:447>
Interface\AddOns\Altoholic\Tooltip.lua:554: in function <Interface\AddOns\Altoholic\Tooltip.lua:545>

C: in function `SetTradeSkillItem'
...dOns\Blizzard_TradeSkillUI\Blizzard_TradeSkillUI.lua:1011: in function <...dOns\Blizzard_TradeSkillUI\Blizzard_TradeSkillUI.lua:1008>

Locals: msg = " ...e\libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:291: Invalid arg1: invalid item."
funcnames =

{
1 = "ItemInSet"
2 = "GetSource"
3 = "GetSource"
4 = "SetTradeSkillItem"
}
funcstr = "ItemInSet > GetSource > GetSource > SetTradeSkillItem"
looksLikeAuctionatorError = false
inAtrErrorHandler = true
origErrorHandler = defined Interface\FrameXML\BasicControls.xml::4
zc =
{
msg_anm = defined @interface\AddOns\Auctionator\zcUtils.lua:680
msg = defined @interface\AddOns\Auctionator\zcUtils.lua:780
GetArrayElemOrFirst = defined @interface\AddOns\Auctionator\zcUtils.lua:161
NumToBool = defined @interface\AddOns\Auctionator\zcUtils.lua:605
StringStartsWith = defined @interface\AddOns\Auctionator\zcUtils.lua:973
TrimQuotes = defined @interface\AddOns\Auctionator\zcUtils.lua:1016
padstring = defined @interface\AddOns\Auctionator\zcUtils.lua:191
GetArrayElemOrNil = defined @interface\AddOns\Auctionator\zcUtils.lua:176
BoolToNum = defined @interface\AddOns\Auctionator\zcUtils.lua:595
periodic = defined @interface\AddOns\Auctionator\zcUtils.lua:368
pluralizeIf = defined @interface\AddOns\Auctionator\zcUtils.lua:626
msg_pink = defined @interface\AddOns\Auctionator\zcUtils.lua:652
SetTextIf = defined @interface\AddOns\Auctionator\zcUtils.lua:47
HSV2RGB = defined @interface\AddOns\Auctionator\zcUtils.lua:695
LinkFromItemID = defined @interface\AddOns\Auctionator\zcUtils.lua:548
IsBattlePetLink = defined @interface\AddOns\Auctionator\zcUtils.lua:434
printableLink = defined @interface\AddOns\Auctionator\zcUtils.lua:1080
PrintTable = defined @interface\AddOns\Auctionator\zcUtils.lua:398
PrintKeysSorted = defined @interface\AddOns\Auctionator\zcUtils.lua:121
Negate = defined @interface\AddOns\Auctionator\zcUtils.lua:615
IsTextQuoted = defined @interface\AddOns\Auctionator\zcUtils.lua:997
CopyDeep = defined @interface\AddOns\Auctionator\zcUtils.lua:1065
UTF8_Truncate = defined @interface\AddOns\Auctionator\zcUtils.lua:139
val2gsc = defined @interface\AddOns\Auctionator\zcUtils.lua:830
words = defined @interface\AddOns\Auctionator\zcUtils.lua:297
tableIsEmpty = defined @interface\AddOns\Auctionator\zcUtils.lua:386
Max = defined @interface\AddOns\Auctionator\zcUtils.lua:95
printstack = defined @interface\AddOns\Auctionator\zcUtils.lua:1104
pluralize = defined @interface\AddOns\Auctionator\zcUtils.lua:637
RawItemIDfromLink = defined @interface\AddOns\Auctionator\zcUtils.lua:462
EnableDisable = defined @interface\AddOns\Auctionator\zcUtils.lua:25
TrimBrackets = defined @interface\AddOns\Auctionator\zcUtils.lua:1036
ParseBattlePetLink = defined @interface\AddOns\Auctionator\zcUtils.lua:442
ShowHide = defined

Reported by http://www.curse.com/users/Sahalu on 7/23/2015
http://www.curse.com/addons/wow/auctionator?comment=5602

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.