thebrumby / HotWalletClaimer

Looking to optimize HOT earnings on Near Protocol, Wave on SUI, Vertus on TON, or other supported apps like Hamster Kombat? This Python script monitors and claims rewards for your favorite Telegram crypto games. It avoids API injections by simulating mouse movements in a real browser.
MIT License
160 stars 47 forks source link

Keyboard interrupt #25

Closed bscongluanbui closed 4 months ago

bscongluanbui commented 4 months ago

Hi I got the this error with Wave, Seed, Vertus and normal with Tree

3|Vertus:a | File "/usr/src/app/games/vertus.py", line 1123, in main 3|Vertus:a | this_wait = min(wait_time, 15) 3|Vertus:a | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 3|Vertus:a | KeyboardInterrupt 3|Vertus:a | Traceback (most recent call last): 3|Vertus:a | File "/usr/src/app/games/vertus.py", line 1134, in 3|Vertus:a | if name == "main": 3|Vertus:a | ^^^^^^ 3|Vertus:a | File "/usr/src/app/games/vertus.py", line 1100, in main 3|Vertus:a | while True: 3|Vertus:a | ^^^^^^^^ 3|Vertus:a | File "/usr/src/app/games/vertus.py", line 297, in manage_session 3|Vertus:a | time.sleep(random.randint(5, 15)) 3|Vertus:a | KeyboardInterrupt How to fix this?

thebrumby commented 4 months ago

Hi,

Keyboard interupt means PM2 restarted your process. This might be because you asked it to restart, or it pulled the updated code from the GitHub repository. If you don't want it to update you can use pm2 stop daily-update as shown in the main README.md or restart with watch disabled :) pm2 restart [id] --watch