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

delete_client() missing 1 required positional argument: 'service' #75

Open
r-dent opened this issue Jan 23, 2025 · 1 comment
Open

delete_client() missing 1 required positional argument: 'service' #75

r-dent opened this issue Jan 23, 2025 · 1 comment

Comments

@r-dent
Copy link

r-dent commented Jan 23, 2025

Hey there!

When i run sudo tccutil -r some.bundle.Identifier i am getting the following output:

Traceback (most recent call last):
  File "/opt/homebrew/bin/tccutil", line 383, in <module>
    main()
    ~~~~^^
  File "/opt/homebrew/bin/tccutil", line 367, in main
    delete_client(item_to_remove)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
TypeError: delete_client() missing 1 required positional argument: 'service'

It looks like the service argument is actually missing on the caller side (see line 367).

@jacobsalmela
Copy link
Owner

Thanks. I'll see if I can verify. I have mostly been relying on the community for fixes, so if you want to give it a try, a PR is easier to review and test than an 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

2 participants