Auctionator

Auctionator

137M Downloads

Price history showing 0silver entry for some items.

lunamoonraker opened this issue ยท 8 comments

commented

Please include as much of the following information as possible to help me fix the bug:

Brief Description of Bug

Updated Auctionator 1-2 days ago and after running Full Scan or automated scan on opening, Any item in my inventory not already listed when using Selling is showing a 0s price at the top with previous normal prices in the history below.

Running subsequent scans after cancelling show additional item count but still 0s.

If 0s entry clicked it is added as sell price, as 0s (not tried actually listing). I had to be v careful when relisting high value items as it auto enters 0s value though Post was greyed until unit price selected.

Screenshot 2020-12-09 185240
Screenshot 2020-12-09 184507
Screenshot 2020-12-09 183823

Steps to Reproduce

Tried Cancelling item, rerunning scan (both auto scan at open AH and manual) then Selling with same result. Updated to latest version (9.0.1.2) just now and the same result. Closed game and restarted, the same. Disabled all other addons, the same. Appears to add item listed count in history window in Selling after cancel and retry also. See screenshots.

Displays 0s even when previous price added and posted, then cancelled and resell. Just to confirm, no items were actually listed to AH at 0s value only at previously used values.

Repeatable each time.

Loaded Addons

Same with all other addons disabled, only Auctionator running.

Back Trace (LUA Error Output)

No error in Bugsack with Buggrabber running.

commented

Can you attach your Auctionator.lua file [WoW Directory]_retail_\WTF\Account[Some numbers]\SavedVariables and it's the Auctionator.lua file.

I haven't been able to replicate the bug, but hopefully this file will tell me more.

commented

I've had a look at the code, something went wrong in one scan, which has left a 0 as the price for today. I'm unsure what caused the scan to fail. If another addon interfered it would have happened then (so disabling them would have made so difference).

I think the new price is updating correctly - the price shown is the least price it saw today, so a higher price won't bump it up.

Preventing posting when the price is 0 is intentional. What I can't figure out (yet) is why a 0 price got into the price history.

commented

From your file I can establish that 0 prices started showing at least 17 days ago.

Comparing it to my own file it seems there are 0 prices in there too (though not as far back as I reset my database a lot) - so its likely not an add-on. I've setup my Auctionator build to alert me if a 0 price shows up again.

Having the prices and availability persist is by design - it keeps the lowest price for the day and the greatest quantity.

commented

I'm glad that the code that blocked posting with a 0 price was effective, even though the 0 shouldn't have appeared in the first place.

What version were you on before you updated?

commented

Update: Found a way to replicate the bug. Progress ๐Ÿ˜„

commented

I've found a fix for it. It should go out in the next release (9.0.1.3). The old prices that are already 0 will remain 0, but there should be no more zero prices in future.

commented

Thanks for looking into this. here is the .lua as requested.

Is there a quick way to copy/ paste a list of addons? otherwise Ill need to type them all. I do not use another auction addon fyi.
Auctionator.zip

On the gloves, there was another item already listed after I cancelled mine, rescanned and went to relist. it did not include that price in the history and shows 2 Available even rescanning after cancelling.

commented

Thanks a lot for your prompt attention and fix. Appreciated as with all the work done on the addon.