thebrumby / HotWalletClaimer

Looking to optimize HOT earnings on Near Protocol, Wave on SUI, Vertus on TON, or 19 other supported Telegram mini-apps? This Python script monitors and claims rewards for your favorite Telegram crypto-based games. By simulating mouse movements and keystrokes in a real browser session, it avoids the need for direct API injection or token scraping.
MIT License
191 stars 47 forks source link

Time Farm Errors #160

Closed bscongluanbui closed 2 months ago

bscongluanbui commented 3 months ago

hi ad Today i got errors with the timefarm. File "/usr/src/app/games/time-farm.py", line 191, in main() File "/usr/src/app/games/time-farm.py", line 188, in main claimer.run() File "/usr/src/app/games/claimer.py", line 160, in run wait_time = self.full_claim() ^^^^^^^^^^^^^^^^^ File "/usr/src/app/games/time-farm.py", line 95, in full_claim remaining_time = self.apply_random_offset(remaining_time) File "/usr/src/app/games/claimer.py", line 1392, in apply_random_offset if self.settings['allowEarlyClaim']: KeyError: 'allowEarlyClaim'

thebrumby commented 2 months ago

Hi,

Please update your code.

prognt commented 2 months ago
1   | HOT:1831             | 1.066029             | 0.009                | 02 August - 04:40    | An error occurred while trying to claim: 'allowEarlyClaim'                       |
| 2   | Oxygen:1831          | 4071.608             | None                 | 02 August - 04:39    | An error occurred while trying to claim: 'allowEarlyClaim'
bscongluanbui commented 2 months ago

Hi,

Please update your code.

Hi I update the latest and got that errors. It's run infinity and not stop.

bscongluanbui commented 2 months ago
1   | HOT:1831             | 1.066029             | 0.009                | 02 August - 04:40    | An error occurred while trying to claim: 'allowEarlyClaim'                       |
| 2   | Oxygen:1831          | 4071.608             | None                 | 02 August - 04:39    | An error occurred while trying to claim: 'allowEarlyClaim'

I got the same

thebrumby commented 2 months ago

Hi,

The claimer.py file in the repository was out-of-date. I've pushed the new version if you could kindly update and restart.