aux

aux

1M Downloads

Error when trying to post Fused Wiring

refaim opened this issue · 2 comments

commented

I'm playing the Russian version of a game client and using aux 0.3.1. When I try to post Fused Wiring ("Кабельная система с плавкими предохранителями" in russian), an error occurs and the search does not begin.

Message: Interface\AddOns\aux-addon\util\money.lua:62: attempt to compare nil with number
Time: Thu Sep 19 09:32:03 2019
Count: 4
Stack: Interface\AddOns\aux-addon\util\money.lua:62: attempt to compare nil with number
Interface\AddOns\aux-addon\util\money.lua:62: in function `to_string'
Interface\AddOns\aux-addon\tabs\post\core.lua:400: in function `update_item'
Interface\AddOns\aux-addon\tabs\post\frame.lua:63: in function <Interface\AddOns\aux-addon\tabs\post\frame.lua:61>

Locals: money = nil
pad = true
trim = nil
color = nil
no_color = true
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to compare nil with number"
T = <table> {
}
aux = <table> {
}
commented

Try /aux clear post and /run ReloadUI()

commented

Problem solved. Thanks.