typewritten: Random async error message
Not sure how to reproduce this it happens randomly it seems
❯ typewritten
async_worker_eval: no such async worker: _worker
async_job: no such async worker: _worker
async_job: no such async worker: _worker
async_job: no such async worker: _worker
❯
```
I have to exist and restart the shell to get it to go away, it will print this error after every command
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 19 (11 by maintainers)
Thanks for letting me know @frdrk !
I have a fix in mind right now. I’m pretty sure it’s related to https://github.com/mafredri/zsh-async/issues/42.
I’m not able to reproduce the error, though. So it’s pretty hard for me to debug.
If you would like to help, there is one comment that mentions that a temporary workaround would be to initialize the worker on the
precmdhook.Could you add these lines just after
_prompt_precmd() {on line 94? :The file is at
~/.zsh/typewritten/typewritten.zshThen reload
zshand see if the error still happens. Thanks!Just letting you know that I’m getting this same error too. Clean install from a few days ago with oh-my-zsh. Happens consistently after a few minutes of normal terminal use.
here is my zshrc btw