-
Notifications
You must be signed in to change notification settings - Fork 4
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
read error: 0: Resource temporarily unavailable
when querying user for branch name
#38
Comments
Thanks for the bug report! I can't reproduce on Ubuntu and Bash, but I'll try to investigate. Does the error occur before the prompt is displayed or after you enter a branch name and press |
It looks like fzf versions prior to curl https://raw.githubusercontent.com/benelan/gh-fzf/benelan/38-read-error/gh-fzf > ~/.local/share/gh/extensions/gh-fzf/gh-fzf |
@benelan that worked - thank you! For context, the error was after pressing |
Also my fzf is at |
🤖 I have created a release *beep* *boop* --- ## [0.14.1](v0.14.0...v0.14.1) (2024-08-21) ### Bug Fixes * **issue, label, milestone:** Add manual `/dev/tty` redirection to prevent `read` error during user input prompts ([#39](#39)) ([4e2ba98](4e2ba98)), closes [#38](#38) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ben Elan <[email protected]>
Interesting, it must be something related to |
gh-fzf/gh-fzf
Lines 866 to 875 in 510181c
Line 873 produces the following error when I run
gh fzf i
and thenalt-o
. This happens on MacOS using Tabby terminal and zsh.Versions:
The text was updated successfully, but these errors were encountered: