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
I have searched the issues of this repo and believe that this is not a duplicate.
OS name and version: Windows 11 Home, Version: 23H2
ActivityWatch version: v0.13.1
Describe the bug
Module aw-window-watcher won't run.
To Reproduce
Steps to reproduce the behavior, for example:
1. Go to C:\Users<user name>\AppData\Local\Programs\ActivityWatch\aw-watcher-window
2. Click on aw-watcher-window.exe
4. See error
Expected behavior
I expected it to work.
Documentation
The following constantly repeats:
2024-08-16 09:45:39 [INFO ]: Connection to aw-server established by aw-watcher-window (aw_client.client:447)
2024-08-16 09:45:40 [ERROR]: Exception thrown while trying to get active window (aw_watcher_window.main:124)
Traceback (most recent call last):
File "aw_watcher_window\main.py", line 106, in heartbeat_loop
File "aw_watcher_window\lib.py", line 70, in get_current_window
File "aw_watcher_window\lib.py", line 39, in get_current_window_windows
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "aw_watcher_window\windows.py", line 5, in
ImportError: DLL load failed while importing win32api: The specified procedure could not be found.
Additional context
I've since installed python and pywin32 but no change. By the way I found data that it worked a year ago even though I didn't install this till yesterday.
The text was updated successfully, but these errors were encountered:
Hi there!
As you're new to this repo, please make sure you've used an appropriate issue template and searched for duplicates (it helps us focus on actual development!). We'd also like to suggest that you read our contribution guidelines and our code of conduct.
Thanks a bunch for opening your first issue! 🙏
Describe the bug
Module aw-window-watcher won't run.
To Reproduce
Steps to reproduce the behavior, for example:
1. Go to C:\Users<user name>\AppData\Local\Programs\ActivityWatch\aw-watcher-window
2. Click on aw-watcher-window.exe
4. See error
Expected behavior
I expected it to work.
Documentation
The following constantly repeats:
2024-08-16 09:45:39 [INFO ]: Connection to aw-server established by aw-watcher-window (aw_client.client:447)
2024-08-16 09:45:40 [ERROR]: Exception thrown while trying to get active window (aw_watcher_window.main:124)
Traceback (most recent call last):
File "aw_watcher_window\main.py", line 106, in heartbeat_loop
File "aw_watcher_window\lib.py", line 70, in get_current_window
File "aw_watcher_window\lib.py", line 39, in get_current_window_windows
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "aw_watcher_window\windows.py", line 5, in
ImportError: DLL load failed while importing win32api: The specified procedure could not be found.
Additional context
I've since installed python and pywin32 but no change. By the way I found data that it worked a year ago even though I didn't install this till yesterday.
The text was updated successfully, but these errors were encountered: