Troubleshooting - nathom/streamrip GitHub Wiki
If you're getting an error that looks something like command not found: rip, make sure the location of the rip executable is on the $PATH (PATH for Windows) environment variable.
If you're having other issues with the tool, try the following:
-
Consult the help pages and their example commands.
rip --help rip filter --help rip search --help rip discover --help rip config --help rip lastfm --help -
Update
streamripwith by runningpip3 install streamrip --upgrade -
Reset the config file with
rip config --reset
If none of the above work, open an issue.