babichkata wrote:1. The POST tab is showing me that I can auction a lockbox (Strong Iron Lockbox, to be more specific). However, one cannot post "lootable" items in AH.
Unfortunately there's no way to find out that those can't be auctioned through the API afaik (except by staging them for auctioning. I actually used to do that for the whole inventory at the start, that's what was causing the delay. Now I'm only doing it once you click and for before rely on tooltip parsing, but this misses a few items (like the boxes)) It should be hidden automatically after a failed attempt of clicking it though, right?
babichkata wrote:1.1 The POST tab is not showing uncommon BoE items that I have in my bags, thus I cannot post them (tried dragging and right-clicking them from my bags - nothing works)
Maybe they don't have full durability? Such items can't be auctioned so aux doesn't show them.
babichkata wrote:2. An item found via random filters appears in the search tab. Clicking on the found item Aux says "Item found" or smth like that and then the item just disappears from the tab as if it's not there anymore. When this happens, I usually make an exact name search and the item is actually there. Could be frustrating if one is doing full scans and have to shut his scan down only to bid/buy on that bugged item.
You mean it says "item not found"? Well, that's bound to happen sometimes, especially after a long scan with lots of pages. You see, the way aux finds an auction is by storing the number of the page where it was seen and then checking that same page (well it's a little more complicated but that's the basic principle). After a while it will be on a different page so it won't be found anymore unless you do a fresh search. However, this should only happen for items which have more than one page when doing a specific search because aux tries that too for a single page. Can you explain precisely what happened, with which items and which queries?
babichkata wrote:3. /aux ignore owner still dispalys the char who posted the item (not sure if that's what it is expected to do)
What that option does is prevent extra time spent waiting for owner data. The data it does have will still be displayed of course. For the missing owners it shows '---' instead.