nathom / streamrip

A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer
GNU General Public License v3.0
2.77k stars 249 forks source link

[BUG] <title>dont knowf its even a bug #746

Open bikerjaytn opened 1 month ago

bikerjaytn commented 1 month ago

Describe the bug

ip : The term 'rip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:2 char:1

python is in PATH. What am i doing wrong?

Command Used

>> rip url --quality 3 https://tidal.com/browse/album/147569387

Debug Traceback

PS C:\Users\jayar> rip -vvv url --quality 3 https://tidal.com/browse/album/147569387
rip : The term 'rip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ rip -vvv url --quality 3 https://tidal.com/browse/album/147569387
+ ~~~
    + CategoryInfo          : ObjectNotFound: (rip:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Config File

PS C:\Users\jayar> rip config open
rip : The term 'rip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ rip config open
+ ~~~
    + CategoryInfo          : ObjectNotFound: (rip:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Operating System

windows 10

streamrip version

same thing

Screenshots and recordings

No response

Additional context

i dont know what i'm doing wrong. I added python using advanced system controls. followed those directions. i dont understand

Jeff254 commented 4 weeks ago

I am trying to install streamrip and running into the same issue.

rip : The term 'rip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ rip --version
+ ~~~
    + CategoryInfo          : ObjectNotFound: (rip:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
joolstorrentecalo commented 3 weeks ago

Yeah that is probably due to the fact that python is not in Path and the program therefore is not accessible. Make sure you select 'add to path' when installing python or manually add your current python installation to Path using online guides. Good luck.