Auctipus

Auctipus

4.9k Downloads

Attempting to buy a missing auction while having multiple selected doesn't reenable Buy button

empiricalbw opened this issue ยท 2 comments

commented

If two auctions are selected, and someone else buys out the first auction, and then we attempt to buy that auction, it will be correctly grayed out. However, the second auction will still be selected but the Buy button will be disabled. Then, selecting a third auction results in the following Lua error:

Message: Interface\AddOns\Auctipus\AuctipusSearch.lua:218: FindAuction illegal in STATE_WAIT_BUYOUT_RESULT
Time: Thu Sep 9 18:34:36 2021
Count: 1
Stack: Interface\AddOns\Auctipus\AuctipusSearch.lua:218: FindAuction illegal in STATE_WAIT_BUYOUT_RESULT
[string "=[C]"]: in function error' [string "@Interface\AddOns\Auctipus\AuctipusSearch.lua"]:218: in function FindAuction'
[string "@interface\AddOns\Auctipus\AuctipusBrowseFrame.lua"]:434: in function ToggleAuctionSelection' [string "@Interface\AddOns\Auctipus\AuctipusBrowseFrame.lua"]:416: in function SetAuctionSelection'
[string "@interface\AddOns\Auctipus\AuctipusAuctionRow.lua"]:38: in function `OnClick'
[string "@interface\AddOns\Auctipus\AuctipusAuctionRow.lua"]:4: in function <Interface\AddOns\Auctipus\AuctipusAuctionRow.lua:4>

Locals: (*temporary) = "FindAuction illegal in STATE_WAIT_BUYOUT_RESULT"

commented

Resolved in 2.5.2-v3.

commented

This is resolved by handling ERR_ITEM_NOT_FOUND.