mpcabete / bombcrypto-bot

This is a python bot that automatically logs in, clicks the new button, and sends heroes to work in the bombcrypto game. It is fully open source and free.
819 stars 538 forks source link

PyAutoGUI fail-safe #533

Closed doug14 closed 2 years ago

doug14 commented 2 years ago

Bom dia galera,

Há três dias ao executar o index.py estou recebendo a seguinte mensagem de erro do bot, saberiam dizer o que é?

Screenshot_17

pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE OS NOT RECOMMENDED.

doug14 commented 2 years ago

Seguindo a linha de ter dúvida e continuar indo atrás da resolução, encontrei isso: https://stackabuse.com/getting-started-with-python-pyautogui/ Screenshot_18

Levando em conta isso, na linha 21 do index.py adicionei o seguinte comando: pyautogui.FAILSAFE = False

Deixarei o bot rodando para verificar se o problema vai parar

fguide commented 2 years ago

pyautogui.FAILSAFE = False no index.py resolve o problema, ele foi removido em algum dos commits.