-
Notifications
You must be signed in to change notification settings - Fork 58
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
Getting an error when trying to prt install on a mac #41
Comments
Ok, I just solved this: |
I also noticed this needed to be changed for OSX: |
Note: I can't run a: The error is as follows: |
Thank for the feedback and troubleshooting. I'll work those in changes for OS X. AS for the |
Experiencing the same issue on a native linux install (on RPI though!). |
I'm getting the same error, but I think the issue is that I'm trying to get this installed on the Plex instance running on my QNAP NAS, which stores its Plex install in a non-standard path. |
I have been troubleshooting why the prt script can't successfully install on a mac. I am running El Capitan with python provided by homebrew.
When I run 'sudo prt install' I get this error message:
Error renaming original transcoder: [Errno 2] No such file or directory
I've been going through the script, and the paths for Darwin are accurate, I tried editing the prt.py with backslashes to escape the spaces in the path:
TRANSCODER_DIR = "/Applications/Plex Media Server.app/Contents/"
(which made it look like)
/Applications/Plex\ Media\ Server.app/Contents/
I did notice that on OSX, the Plex Transcoder is in
/Applications/Plex Media Server.app/Contents/Resources/
Not really sure what else to try, I've made a few changes and tried them out, but nothing changed that error message.
The text was updated successfully, but these errors were encountered: