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 encountered the following issue when running the latest version.
➜ aw-watcher-window git:(master) poetry run aw-watcher-window
2025-02-25 11:42:52 [INFO ]: aw-watcher-window started (aw_watcher_window.main:71)
2025-02-25 11:42:52 [INFO ]: Using swift strategy, calling out to swift binary (aw_watcher_window.main:76)
2025-02-25 11:42:52 [INFO ]: Connection to aw-server established by aw-watcher-window (aw_client.client:461)
2025-02-25 11:42:52 [ERROR]: Unhandled exception (root:50)
Traceback (most recent call last):
File "", line 1, in
File "/Users/pieterpaulussen/Code/activitywatcher/aw-watcher-window/aw_watcher_window/main.py", line 82, in main
p = subprocess.Popen(
File "/Users/pieterpaulussen/.pyenv/versions/3.10.11/lib/python3.10/subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Users/pieterpaulussen/.pyenv/versions/3.10.11/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/.../aw-watcher-window/aw_watcher_window/aw-watcher-window-macos'
The text was updated successfully, but these errors were encountered:
I encountered the following issue when running the latest version.
➜ aw-watcher-window git:(master) poetry run aw-watcher-window
2025-02-25 11:42:52 [INFO ]: aw-watcher-window started (aw_watcher_window.main:71)
2025-02-25 11:42:52 [INFO ]: Using swift strategy, calling out to swift binary (aw_watcher_window.main:76)
2025-02-25 11:42:52 [INFO ]: Connection to aw-server established by aw-watcher-window (aw_client.client:461)
2025-02-25 11:42:52 [ERROR]: Unhandled exception (root:50)
Traceback (most recent call last):
File "", line 1, in
File "/Users/pieterpaulussen/Code/activitywatcher/aw-watcher-window/aw_watcher_window/main.py", line 82, in main
p = subprocess.Popen(
File "/Users/pieterpaulussen/.pyenv/versions/3.10.11/lib/python3.10/subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Users/pieterpaulussen/.pyenv/versions/3.10.11/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/.../aw-watcher-window/aw_watcher_window/aw-watcher-window-macos'
The text was updated successfully, but these errors were encountered: