You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
───────────────────────────────────────────────────── DietPi v8.1.2 : 15:43 - Tue 02/22/22 ───────────────────────────────────────────────────── - Device model : RPi 4 Model B (aarch64)
If you find that ytfzf is suddenly not working (I'm on latest dietpi bullseye - I don't know when this change occured because it was working a few weeks back), then it is possible that you might be missing the 'column' command that is used on line 1184. You may already have util-linux package installed, but if that is still not enough to get the searches working, the following should get you sorted: $apt update $apt install bsdmainutils
You can test to see if it's column command missing when the search stalls and you ctrl-c out of it and it shows: dietpi@poopypi:~/github/ytfzf$ ytfzf -s -l shell scripting tutorial Scraping YouTube (with https://vid.puffyan.us) (shell scripting tutorial, pg: 1) /usr/local/bin/ytfzf: 1184: column: not found
Or you can check the output of $bash -x ytfzf test
I hope this helps anyone who encounters the same issue!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
─────────────────────────────────────────────────────
DietPi v8.1.2 : 15:43 - Tue 02/22/22
─────────────────────────────────────────────────────
- Device model : RPi 4 Model B (aarch64)
If you find that ytfzf is suddenly not working (I'm on latest dietpi bullseye - I don't know when this change occured because it was working a few weeks back), then it is possible that you might be missing the 'column' command that is used on line 1184. You may already have util-linux package installed, but if that is still not enough to get the searches working, the following should get you sorted:
$apt update
$apt install bsdmainutils
You can test to see if it's column command missing when the search stalls and you ctrl-c out of it and it shows:
dietpi@poopypi:~/github/ytfzf$ ytfzf -s -l shell scripting tutorial
Scraping YouTube (with https://vid.puffyan.us) (shell scripting tutorial, pg: 1)
/usr/local/bin/ytfzf: 1184: column: not found
Or you can check the output of
$bash -x ytfzf test
I hope this helps anyone who encounters the same issue!
Beta Was this translation helpful? Give feedback.
All reactions