SCMBot icon indicating copy to clipboard operation
SCMBot copied to clipboard

Trouble Selling Items

Open priddyma opened this issue 9 years ago • 2 comments

int input = Convert.ToInt32(strInput); line returns a FormatException was unhandled. Occurs when trying to place the item for sale with a "Buyer Pays" of $0.20. The value of strInput at time of failure is: "$020".

priddyma avatar Dec 29 '15 06:12 priddyma

yep, price parsing bug. just remove "$" char from price input textbox before pressing "set price" button

Maxx53 avatar Dec 29 '15 08:12 Maxx53

Doesn't seem to work and gives no exception. Log file also does not show anything relating to the selling or being successful or failing.

priddyma avatar Dec 29 '15 09:12 priddyma