Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot can't login #43

Closed
Kikio1 opened this issue Nov 20, 2021 · 3 comments
Closed

Bot can't login #43

Kikio1 opened this issue Nov 20, 2021 · 3 comments
Labels
bug Something isn't working revised Problem solved

Comments

@Kikio1
Copy link

Kikio1 commented Nov 20, 2021

When I try to login into the game and the bot clicks to connect to the wallet, then metamask window appears (select wallet) and the bot never clicks it.

I tried changing Images, but without success

Any help

Thanks

@Kikio1
Copy link
Author

Kikio1 commented Nov 21, 2021

Another ussual bug:
failSafeCheck()
File "C:\Users\Mi\AppData\Local\Programs\Python\Python310\lib\site-packages\pyautogui_init_.py", line 1722, in failSafeCheck
raise FailSafeException(
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 IS NOT RECOMMENDED.

@Kikio1
Copy link
Author

Kikio1 commented Nov 22, 2021

Checking if game has disconnected...Traceback (most recent call last):
File "C:\bot\index.py", line 353, in
main()
File "C:\bot\index.py", line 331, in main
login()
File "C:\bot\index.py", line 243, in login
if clickBtn(sign_btn_img, name='sign button', timeout=8):
File "C:\bot\index.py", line 113, in clickBtn
pyautogui.moveTo(x+w/2,y+h/2,1)
File "C:\Users\Mi\AppData\Local\Programs\Python\Python310\lib\site-packages\pyautogui_init_.py", line 597, in wrapper
failSafeCheck()
File "C:\Users\Mi\AppData\Local\Programs\Python\Python310\lib\site-packages\pyautogui_init_.py", line 1722, in failSafeCheck
raise FailSafeException(
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 IS NOT RECOMMENDED.

@lobomfz
Copy link

lobomfz commented Nov 23, 2021

@Nucito Nucito added bug Something isn't working revised Problem solved labels Dec 11, 2021
@Nucito Nucito closed this as completed Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working revised Problem solved
Projects
None yet
Development

No branches or pull requests

4 participants
@Nucito @lobomfz @Kikio1 and others