tiemonl / Bit-Heroes-Fishing-Bot

Fisher program that automates the fishing task in Bit Heroes
GNU General Public License v3.0
27 stars 11 forks source link

Stucked in "cast" phase #43

Open KLIIIIIII opened 4 years ago

KLIIIIIII commented 4 years ago

Describe the bug After adding the step of: "java -jar bh-fisher.jar " the bot will click "start" on the fishing spot, but won't cast afterward.

To Reproduce 1) cd ~/Downloads/ 2) java -jar bh-fisher.jar 3) Will click "start" 4) won't click cast anytime. No error sent on terminal; and bait count will be stuck in 0/

Expected behavior No error sent on terminal. I don't know if I'm doing something wrong.

Screenshots

Screen Shot 2020-04-05 at 6 28 47 PM Screen Shot 2020-04-05 at 6 31 29 PM

Version(please complete the following information): Lastest version of Google Chrome, Safari and Java. Tried on different browsers.

Additional context Anything else you need me to attach, let me know!

tiemonl commented 4 years ago

Hey, sorry for the late reply. This issue is similar to the other open one. Different versions of mac and linux have very slight differences in the rgb color. I have a fix in the works, I just never have time to actually finish it. My solution is to create modifiable color values where users can input their values to fill in those discrepancies. I tried to add variance, but even then it wouldn't work, so this is only solution I could think of so far, but I am not a fan of it as it requires user interaction. The whole point of this program was to avoid user interaction. I'm still trying to come up with a different solution meanwhile.