-
Notifications
You must be signed in to change notification settings - Fork 20
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
Program "mpv" not found. Please install it. #67
Comments
|
Mine has the same error, but not even adding the full path is working player="NOTSHOWINGFORSECURITYREASONS\scoop\apps\mpv\current\mpv.exe". |
youre not supposed to specify the full path, just |
yeah, but this was my last try I tried "mpv.exe", "mpv" and "Full path". |
oh wait i just realized you're running it from System32. just run |
can you update to the latest version, it should be fixed now: |
Oh sorry my bad. I got it, my mistake now it is working sorry. Thank U <3 |
i just pushed the code 2 mins ago, no worries. it's a bug i didn't notice before. @ninko76 can you check my previous comment and lmk if it fixed your issue? |
oh yeah wait, i somehow fucked up a previous commit i think lol. also you should rename jerry.sh to jerry in path |
it shouldn't |
idk how powershell works so i can't help u much with that. if u use it from the windows terminal with bash, then i can help. also i just fixed the mpv bug, it should work fine now |
what you can do is just symlink mpv.exe to mpv in bash, since you installed it with scoop. |
can u send me the last snippet of the log so i can check where it fails? just don't accidentally leak your anilist token. sh -x $(which jerry) |
barbo@DESKTOP-9F2VUN1 MINGW64 ~/bin
|
oh, ure not logged in properly, something failed. do |
Oh i did is working now that option did not apear the last time i tried could be because i did it in powershell? Well thank you for helping me. |
yeah it could be. ps causes unexpected behavior and im not knowledgeable enough to explain why some stuff may or may not happen when using it |
|
Or is there a log I can get you? |
yeah just run |
so i deleted your comment bc it contained your token @ninko76 (it appears several times in the log, so just removing it the first time isnt enough). it looks like the authentication fails and ur user_id is empty. try resetting ur credentials entirely, i think that should fix the problem. |
I had the same problem as original OP with the current version (1.9.9 currently). It worked perfectly until I tried adding the discordpresence.py, which required me to make a config file, and it started giving the same "mpv not found" error after setting it up. I tried setting discord presence back to false in the config file and deleting the .py file but it kept not working. I was able to fix it by going to the .config folder and deleting the jerry folder. It seems just the existence of the config file made it not work |
When I try to run jerry it says that I do not have mpv installed. I have it installed with scoop but it seems like jerry does not detect it. Please help
The text was updated successfully, but these errors were encountered: