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

Autocomplete do not work on my zsh terminal #715

Open
mibrahim2001 opened this issue Apr 14, 2024 · 1 comment
Open

Autocomplete do not work on my zsh terminal #715

mibrahim2001 opened this issue Apr 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mibrahim2001
Copy link

mibrahim2001 commented Apr 14, 2024

Environment

% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset: no such variable: _autocomplete__funcfiletrace
typeset VENDOR=apple
typeset OSTYPE=darwin23.0
typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173
% git -C ~autocomplete log --oneline -n1
not applicable for this issue
  • Operating system: macOS Sonoma Version 14.3.1

Steps to reproduce

Nothing to reproduce it is some issue with a file or directory not created on installation maybe

Whenever I type anything into my terminal (on every character) this line is printed

.autocomplete:async:complete:6: no such file or directory: /Users/ibrahim/.local/state/zsh-autocomplete/log/2024-04-14.log

@mibrahim2001 mibrahim2001 added the bug Something isn't working label Apr 14, 2024
@rodney-estigarribia
Copy link

I've just installed this package via Homebrew to try it out and stumble upon the same issue.

  • It seams that there is a permission issue with creating some folders that the package needs. Specifically within the .local/state folders.
  • I created the /zsh-autocomplete/log folders manually and this message disappears.

So as an example for your case I would go to the terminal and do:
sudo mkdir /Users/ibrahim/.local/state/zsh-autocomplete/log/
And test it again 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants