alexander-pick / MKMTool

MKMTool ist a helper application I wrote for tinkering around with optimization of sale processes on magiccardmarket.eu and the idea of automisation of some tasks most people wouldn’t be able to get done by pure manpower.
GNU Affero General Public License v3.0
65 stars 15 forks source link

Cards appraised to 0.00 fail to upload #23

Closed yorii closed 4 years ago

yorii commented 4 years ago

image

Using the precompiled version 0.7.0.2

tomasjanak commented 4 years ago

Well, the fail is expected, MKM does not allow 0 as a price even if you do it through the website. The question is, was the appraisal correct? How did you get that price? Did you manually entered into a csv list and than tried to uploaded or did MKMTool really computed 0 for those cards?

yorii commented 4 years ago

It did really appraise it to 0, I imported a csv-list without prices, it failed for cards with playsets listed below 0.04, for example Divination.

yorii commented 4 years ago

PS: I'm using the treat playsets as singles option enabled.

tomasjanak commented 4 years ago

I see, I guess that's caused by some rounding errors, I'll fix it over the weekend.

tomasjanak commented 4 years ago

Fixed in 3374b8ae2c22f3d5701a9dc1825a86e37d20e8f0