exnil / crop_planner

Stardew Valley Crop Planner
MIT License
102 stars 57 forks source link

Profit calculation is not working #13

Open tmbridge opened 7 years ago

tmbridge commented 7 years ago

Despite entering crop planting data for three seasons (Spring, Summer, and Fall) in Year 2, the profit value remains at 0g - > 0g. Screenshots are available here: http://imgur.com/a/Uvn6y as well as attached to this issue.

I am running on Windows 10 with Chrome Version 56.0.2924.87 (64-bit). I do have quite a few Chrome extensions installed but I've tested in an incognito session as well, which severely minimizes the number of extensions enabled, and experienced the same issue.

I've also included the JSON of the export of the plan with which I am experiencing this issue.

2_spring 2_summer 2_fall

{"plans":[null,{"farm":{"1":[{"crop":"cauliflower","amount":480}],"14":[{"crop":"strawberry","amount":480}],"29":[{"crop":"blueberry","amount":240},{"crop":"blueberry","amount":240,"fertilizer":"basic_fertilizer"}],"57":[{"crop":"cranberries","amount":240},{"crop":"cranberries","amount":240,"fertilizer":"basic_fertilizer"}]}}],"version":"2"}

exnil commented 7 years ago

Hey, sorry for the really late reply. I've been busy and haven't had time to work on the planner.

I imported the json data after resetting my planner, and I'm not able to recreate the problem you're seeing. I'm on the same version of Chrome, also 64 bit. If you're still able to reproduce the bug, could you open the browser's dev console (ctrl + shift + j) and send a copy of any error logs there?

Thanks