You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2022. It is now read-only.
I have all the requirements installed. When I try to use the bot the cursor goes random, the console output was, -x was unexpected at this time.
and Traceback (most recent call last): File "C:\Users\Owner\wordscapes-bot\script.py", line 206, in <module> click(config["shuffle_button"]) File "C:\Users\Owner\wordscapes-bot\script.py", line 188, in click pyautogui.click(cx, cy) File "C:\Users\Owner\AppData\Local\Programs\Python\Python39\lib\site-packages\pyautogui\__init__.py", line 597, in wrapper failSafeCheck() File "C:\Users\Owner\AppData\Local\Programs\Python\Python39\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.
I have all the requirements installed. When I try to use the bot the cursor goes random, the console output was,
-x was unexpected at this time.and
Traceback (most recent call last): File "C:\Users\Owner\wordscapes-bot\script.py", line 206, in <module> click(config["shuffle_button"]) File "C:\Users\Owner\wordscapes-bot\script.py", line 188, in click pyautogui.click(cx, cy) File "C:\Users\Owner\AppData\Local\Programs\Python\Python39\lib\site-packages\pyautogui\__init__.py", line 597, in wrapper failSafeCheck() File "C:\Users\Owner\AppData\Local\Programs\Python\Python39\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.How do I fix this issue?