-
Notifications
You must be signed in to change notification settings - Fork 53
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
pyautogui.FAILSAFE #260
Comments
Interesting. Does this happen every time the bot logs in? |
Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): this is mine |
I'll have to look into that one as well. |
Describe the bug
If the bot goes ingame, the error comes and the game closes
Version
3.0.1
ERROR CODE:
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.
[20:23:22] [ERROR ] Traceback (most recent call last):
File "C:\Users\test\Desktop\lolbot\lolbot\bot\bot.py", line 67, in run
launcher.launch_league(
File "C:\Users\test\Desktop\lolbot\lolbot\bot\launcher.py", line 60, in launch_league
manual_login(username, password)
File "C:\Users\test\Desktop\lolbot\lolbot\bot\launcher.py", line 76, in manual_login
controller.write(username)
File "C:\Users\test\Desktop\lolbot\lolbot\bot\controller.py", line 26, in write
pyautogui.write(keys, interval=0.11)
File "C:\Users\test\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyautogui_init_.py", line 593, in wrapper
failSafeCheck()
File "C:\Users\test\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyautogui_init_.py", line 1734, 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.
[20:23:22] [ERROR ] Unknown Error. Exiting
The text was updated successfully, but these errors were encountered: