Open riz-ahmed opened 1 year ago
try doing ytfzf --rii <search>
it doesn't seem to go any far this time too. The prompt never returns to the main process unless i hit CTRL-C to just cancel it. Any other ideas? thanks!
Sorry, I dont have other ideas
I guess I had the same issue once. Try to delete ~/.cache/ytfzf and see if it persists.
thanks for the tip, doesn't seem to still work on Mac OS. It just works fine though on Linux
thanks for the tip, doesn't seem to still work on Mac OS. It just works fine though on Linux
Oh interesting, do you have fzf installed on MacOS?
yes, I have fzf installed which is working fine for various other console programs. Tired this both with Intel and M1 chips, just works on Linux
Okay, interesting, then there might be something wrong with python itself or it working differently on MacOS. I'm out of ideas, what else could be the issue, sorry.
Describe the bug
apparently the program doesn't fetch for any query. I have build it directly from the source. When I request for a query such as ytfzf -t richard stallman, the prompt seems to be trasferred to a sub-process from which it never returns (i tried waiting upto 1 hour). After which, when I decided to CTRL-D the process, I receive the following message on the prompt
To Reproduce
Expected behavior
Screenshots
Information
ls -l "$(which sh)"
(if you're using fish:ls -l (which sh)
): -rwxr-xr-x 1 root wheel 121008 Oct 18 2021 /bin/shytfzf --thumbnail-log=log.txt
and post the file:Additional context