-
Notifications
You must be signed in to change notification settings - Fork 2
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
Timeout/write error on Termux #7
Comments
Hey, I'm not familiar with |
I ran |
I don't know what is the problem but you should open a ticket in plenary.nvim because it says it timed out in the image you attached. |
I found this issue on plenary.nvim, perhaps, this could be fixed by setting the timeout on open.nvim's side? |
Feel free to add timeout in |
This really seems like an issue on plenary's side. I'll open an issue there later. |
Solved with merging nvim-lua/plenary.nvim#503. In order to make open.nvim work on Termux, one must set # .bashrc
export XDG_RUNTIME_DIR="$PREFIX/tmp" Can you, please, mention this in the README? |
Thanks! |
For one
termux-open-url
takes some time to execute, giving me this error:Second thing,
termux-open-url
only accepts valid url's, so the address must be prepended with the protocol (see termux/termux-app#1684), so be wary of that in case you'd want to implement #3.The text was updated successfully, but these errors were encountered: