Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bikerjaytn opened this issue Oct 5, 2024 · 2 comments
Open

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

bikerjaytn opened this issue Oct 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@bikerjaytn
Copy link

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

@bikerjaytn bikerjaytn added the bug Something isn't working label Oct 5, 2024
@Jeff254
Copy link

Jeff254 commented Nov 2, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants