dante4rt / fintopio-airdrop-bot

An automation bot to complete tasks, check in daily, and farm on Fintopio for airdrop rewards.
https://t.me/HappyCuanAirdrop
MIT License
32 stars 17 forks source link

fix: unable to start farming #7

Closed gkyla closed 1 week ago

gkyla commented 1 week ago

Before

Screenshot 2024-09-16 at 00 34 13

We will restart the farm from this error notice since a freshly created account (a new Fintopio user) cannot automatically start new farming.

After

Screenshot 2024-09-16 at 00 49 10
dante4rt commented 1 week ago

Before

Screenshot 2024-09-16 at 00 34 13

We will restart the farm from this error notice since a freshly created account (a new Fintopio user) cannot automatically start new farming.

After Screenshot 2024-09-16 at 00 49 10

I already update it in this commit: https://github.com/dante4rt/fintopio-airdrop-bot/commit/9eec78ae38609dc70a09415921b08d361e719ef8

Anyway, thanks for the PR.

gkyla commented 1 week ago

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!