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

MACOS no such file or directory #107

Open
PieterPaulussen opened this issue Feb 25, 2025 · 0 comments
Open

MACOS no such file or directory #107

PieterPaulussen opened this issue Feb 25, 2025 · 0 comments

Comments

@PieterPaulussen
Copy link

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'

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