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

Recorder stops recording and app becomes unresponsive #68

Open
invertednz opened this issue May 15, 2024 · 1 comment
Open

Recorder stops recording and app becomes unresponsive #68

invertednz opened this issue May 15, 2024 · 1 comment

Comments

@invertednz
Copy link

invertednz commented May 15, 2024

I am trying to record on windows store app 'Warehouse Management' by Microsoft, which can be found in the Microsoft store by searching for 'D365 warehouse management'.

Once installed I open the warehouse management app and go to demo mode. After clicking around for approx one min the recorder will stop and the app will become unresponsive.

I see the following in the terminal.

['Traceback (most recent call last):\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\recorder.py", line 896, in run\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\recorder.py", line 671, in __find_unique_element_array_2d\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\core.py", line 281, in get_sorted_region\n', 'IndexError: list index out of range\n']
['Traceback (most recent call last):\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\recorder.py", line 896, in run\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\recorder.py", line 671, in __find_unique_element_array_2d\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\core.py", line 281, in get_sorted_region\n', 'IndexError: list index out of range\n']
['Traceback (most recent call last):\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\recorder.py", line 896, in run\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\recorder.py", line 671, in __find_unique_element_array_2d\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\core.py", line 281, in get_sorted_region\n', 'IndexError: list index out of range\n']
['Traceback (most recent call last):\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\recorder.py", line 863, in run\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto\base_wrapper.py", line 367, in rectangle\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto\uia_element_info.py", line 326, in rectangle\n', "_ctypes.COMError: (-2147220991, 'An event was unable to invoke any of the subscribers', (None, None, None, 0, None))\n"]

Later the following starts to occur:
['Traceback (most recent call last):\n', ' File "C:\Users\THETES1\AppData\Local\Programs\PYWINA1\pywinauto_recorder\recorder.py", line 825, in run\n', "pywintypes.error: (5, 'GetCursorPos', 'Access is denied.')\n"]

Copy link

Thank you very much for sharing this first issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant