shirsig / aux-addon

Auction House addOn for Classic (1.13) IMPORTANT: The folder name must be "aux-addon" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/aux-addon-vanilla
https://www.curseforge.com/wow/addons/aux
196 stars 42 forks source link

Error 51900319 when posting and searching and looting for specific items #245

Closed DavidAlexCarden closed 4 years ago

DavidAlexCarden commented 5 years ago

Bolt of Woolen Cloth when trying to post is an instant crash Silk Cloth when scanning Issues with disconnects during Wailing Caverns - most likely related to certain items dropping.

shirsig commented 5 years ago

For the first two issues probably corrupted savedvariables. Try: /aux clear item cache /aux clear post /run ReloadUI() For the 3rd, I doubt this is related to aux.

Havenloft commented 5 years ago

1x aux-addon\tabs\post\core.lua:56: attempt to index global 'selected_item' (a nil value) aux-addon\tabs\post\core.lua:56: in function get_buyout_selection' aux-addon\tabs\post\frame.lua:109: in functionselected' aux-addon\gui\listing.lua:29: in function <aux-addon\gui\listing.lua:26>

Locals: (temporary) =

{ 4306:0 =
{ } 4338:0 =
{ } 5117:0 =
{ } } (temporary) = nil (*temporary) = "attempt to index global 'selected_item' (a nil value)" buyout_selections =
{ 4306:0 =
{ } 4338:0 =
{ } 5117:0 =
{ } }

Crisdmc commented 5 years ago

Message: Interface\AddOns\aux-addon\util\money.lua:61: attempt to compare nil with number Time: Sat Sep 28 11:47:43 2019 Count: 4 Stack: Interface\AddOns\aux-addon\util\money.lua:61: attempt to compare nil with number

Interface\AddOns\aux-addon\util\money.lua:61: in function to_string' Interface\AddOns\aux-addon\tabs\post\core.lua:406: in functionupdate_item' Interface\AddOns\aux-addon\tabs\post\frame.lua:63: in function <Interface\AddOns\aux-addon\tabs\post\frame.lua:61>

Locals:

Crisdmc commented 5 years ago

I used /aux clear item cache /aux clear post /run ReloadUI()

It kinda worked, the price for the post was wrong, 2H had the 8H price, so I opened the blizz UI to check, and aux was broken again:

Message: Interface\AddOns\aux-addon\util\money.lua:61: attempt to compare nil with number Time: Sat Sep 28 11:52:48 2019 Count: 10 Stack: Interface\AddOns\aux-addon\util\money.lua:61: attempt to compare nil with number

Interface\AddOns\aux-addon\util\money.lua:61: in function to_string' Interface\AddOns\aux-addon\tabs\post\core.lua:406: in functionupdate_item' Interface\AddOns\aux-addon\tabs\post\frame.lua:63: in function <Interface\AddOns\aux-addon\tabs\post\frame.lua:61>

Locals:

Crisdmc commented 5 years ago

I downloaded the github project RN, its working again, just the 2H and 8H text are wrong, not the price... Is showing [8H, 2H, 24H]

shirsig commented 5 years ago

There was a bug that the price got corrupted if something invalid was entered. I fixed that so hopefully this will not occur anymore.