Windows: if you remote desktop into the PC and exit the remote session, pyautogui doesnt work
Budget: ₹1,500 – ₹12,500 INR
I'm looking for a freelancer to help me with a unique issue on a Windows server 2019 machine. I have experienced a problem when trying to use Remote Desktop to access the machine, the automation tool pyautogui does not work once the connection has been dropped. I have tried some troubleshooting steps already, but have not been able to resolve the issue. I'm hoping to find a freelancer with experience in working with Windows servers that can diagnose and resolve this issue. Ideally, interested freelancers should include past work demonstrating their experience in the area, as well as detailed project proposals.
Steps to reproduce:
have a script running that uses pyautogui
from a different PC remote into the pc that is running pyautogui
Exit remote desktop
Expected:
pyautogui would continue to work as expected
Actual:
gives error "Error Message: PyAutoGUI fail-safe triggered from mouse moving to upper-left corner. To disable this fail-safe, set pyautogui.FAILSAFE to False.;"
Additional Note:
if i set it, to False, I get permission error when trying to call click function.
If i simply log in physically to the machine that is running pyautogui, everything starts to work
Steps to reproduce:
have a script running that uses pyautogui
from a different PC remote into the pc that is running pyautogui
Exit remote desktop
Expected:
pyautogui would continue to work as expected
Actual:
gives error "Error Message: PyAutoGUI fail-safe triggered from mouse moving to upper-left corner. To disable this fail-safe, set pyautogui.FAILSAFE to False.;"
Additional Note:
if i set it, to False, I get permission error when trying to call click function.
If i simply log in physically to the machine that is running pyautogui, everything starts to work