pystardust / ytfzf

A posix script to find and watch youtube videos from the terminal. (Without API)
GNU General Public License v3.0
3.78k stars 345 forks source link

[BUG]: Nothing is scrapped #661

Open riz-ahmed opened 1 year ago

riz-ahmed commented 1 year ago

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

image

To Reproduce

Expected behavior

Screenshots

Information

Additional context

Euro20179 commented 1 year ago

try doing ytfzf --rii <search>

riz-ahmed commented 1 year ago

image

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!

Euro20179 commented 1 year ago

Sorry, I dont have other ideas

ghost commented 1 year ago

I guess I had the same issue once. Try to delete ~/.cache/ytfzf and see if it persists.

riz-ahmed commented 1 year ago

thanks for the tip, doesn't seem to still work on Mac OS. It just works fine though on Linux

ghost commented 1 year ago

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?

riz-ahmed commented 1 year ago

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

ghost commented 1 year ago

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.