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

uninstall throws error and doesn't complete task on macos 14.5 #9

Open
stalgiag opened this issue Aug 7, 2024 · 0 comments
Open

uninstall throws error and doesn't complete task on macos 14.5 #9

stalgiag opened this issue Aug 7, 2024 · 0 comments

Comments

@stalgiag
Copy link
Collaborator

stalgiag commented Aug 7, 2024

While testing #8, I saw that uninstall does not work on my machine. I have confirmed that it is installed and that serve works correctly. When I run uninstall I get this not entirely helpful error:

Uninstall text to speech extension and other support

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Error: spawn /bin/sh ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:286:19)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /bin/sh',
  path: '/bin/sh',
  spawnargs: [
    '-c',
    '/System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/LaunchServices.framework/Versions/Current/Support/lsregister -f -R -trusted -u MacOSATDriverServer.app'
  ],
  cmd: '/System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/LaunchServices.framework/Versions/Current/Support/lsregister -f -R -trusted -u MacOSATDriverServer.app',
  stdout: '',
  stderr: ''
}

I am on macOS 14.5.

@stalgiag stalgiag changed the title uninstall doesn't work uninstall throws error and doesn't complete task on my machine Aug 7, 2024
@stalgiag stalgiag changed the title uninstall throws error and doesn't complete task on my machine uninstall throws error and doesn't complete task on macos 14.5 Aug 7, 2024
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