Closed gkyla closed 2 months ago
Before
We will restart the farm from this error notice since a freshly created account (a new Fintopio user) cannot automatically start new farming.
After
I already update it in this commit: https://github.com/dante4rt/fintopio-airdrop-bot/commit/9eec78ae38609dc70a09415921b08d361e719ef8
Anyway, thanks for the PR.
alright thanks @dante4rt, Correct me if im wrong, but. The error message actually happens on lines 214-218 (on this commit 9eec78ae38609dc70a09415921b08d361e719ef8 to be precise). this section not handling the error message of Error Handling farming: Farming has not been started
.
Actually on my opinion we can start the farm with the startFarming(BEARER)
function that you already wrote when we detecting the error. this error will not happen if you already start the farm manually on the apps before. but if you have never started it before when u tryna run option number 4 (Auto Farming) Error Handling farming: Farming has not been started
will appear
once again, correct me if im wrong. thanks!
Before
We will restart the farm from this error notice since a freshly created account (a new Fintopio user) cannot automatically start new farming.
After