Jump to content

What am I doing wrong? Plex docker...


Recommended Posts

I'm trying to download plex media server docker repository and it's throwing this error half way through the download and not letting me finish installing.  Please help if you can.

 

Command:root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Phoenix" -v "/mnt/cache/appdata/plex/":"/config":rw -v "/mnt/user/TV Shows/":"TV Shows":rw -v "/mnt/user/Movies/":"Movies":rw -v "/mnt/user/Video2/":"Video2":rw needo/plex

invalid value "/mnt/user/TV Shows/:TV Shows:rw" for flag -v: TV Shows:rw is not an absolute path
See '/usr/bin/docker run --help'.

The command failed.

Link to comment

I'm trying to download plex media server docker repository and it's throwing this error half way through the download and not letting me finish installing.  Please help if you can.

 

Command:root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Phoenix" -v "/mnt/cache/appdata/plex/":"/config":rw -v "/mnt/user/TV Shows/":"TV Shows":rw -v "/mnt/user/Movies/":"Movies":rw -v "/mnt/user/Video2/":"Video2":rw needo/plex

invalid value "/mnt/user/TV Shows/:TV Shows:rw" for flag -v: TV Shows:rw is not an absolute path
See '/usr/bin/docker run --help'.

The command failed.

 

 

if you're inputting the paths by hand you need to "escape" spaces.

 

what that means is , if there is a space in a path name you need to put a \ before it so that the system knows the next character is part of the same path (ie the space) and not a new command or path.

Link to comment

hmm, if I just add the Movies folder, no spaces in that, it's doing the same thing.  Is there an easy way to rename shares?  It's not letting me rename them.

 

Command:root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Phoenix" -v "/mnt/cache/appdata/plex/":"/config":rw -v "/mnt/user/Movies/":"Movies":rw needo/plex

 

invalid value "/mnt/user/Movies/:Movies:rw" for flag -v: Movies:rw is not an absolute path

See '/usr/bin/docker run --help'.

 

The command failed.

Link to comment

hmm, if I just add the Movies folder, no spaces in that, it's doing the same thing.  Is there an easy way to rename shares?  It's not letting me rename them.

 

Command:root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Phoenix" -v "/mnt/cache/appdata/plex/":"/config":rw -v "/mnt/user/Movies/":"Movies":rw needo/plex

 

invalid value "/mnt/user/Movies/:Movies:rw" for flag -v: Movies:rw is not an absolute path

See '/usr/bin/docker run --help'.

 

The command failed.

 

i see it now....

 

paths need to always start with a leading /

 

on the container side (the right of the : your paths are just Movies instead of /Movies

Link to comment

hmm, if I just add the Movies folder, no spaces in that, it's doing the same thing.  Is there an easy way to rename shares?  It's not letting me rename them.

 

Command:root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Phoenix" -v "/mnt/cache/appdata/plex/":"/config":rw -v "/mnt/user/Movies/":"Movies":rw needo/plex

 

invalid value "/mnt/user/Movies/:Movies:rw" for flag -v: Movies:rw is not an absolute path

See '/usr/bin/docker run --help'.

 

The command failed.

 

i see it now....

 

paths need to always start with a leading /

 

on the container side (the right of the : your paths are just Movies instead of /Movies

 

I have gotten into the habit of putting leading AND trailing /'s in all of my paths.

 

John

Link to comment

hmm, if I just add the Movies folder, no spaces in that, it's doing the same thing.  Is there an easy way to rename shares?  It's not letting me rename them.

 

Command:root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Phoenix" -v "/mnt/cache/appdata/plex/":"/config":rw -v "/mnt/user/Movies/":"Movies":rw needo/plex

 

invalid value "/mnt/user/Movies/:Movies:rw" for flag -v: Movies:rw is not an absolute path

See '/usr/bin/docker run --help'.

 

The command failed.

 

i see it now....

 

paths need to always start with a leading /

 

on the container side (the right of the : your paths are just Movies instead of /Movies

 

 

Yay, that worked!!!  Is there an easy way to rename shares?

Link to comment

hmm, Plex web ui isn't connecting.  EDIT, nevermind I just tried it in IE with minimal plugins and it's working fine now.  Thanks for your help sparklyballs!!!!

 

 

Unable to connect

Pale Moon can't establish a connection to the server at 192.168.1.97:32400.

    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Pale Moon is permitted to access the Web.

Link to comment

hmm, Plex web ui isn't connecting.  EDIT, nevermind I just tried it in IE with minimal plugins and it's working fine now.  Thanks for your help sparklyballs!!!!

 

 

Unable to connect

Pale Moon can't establish a connection to the server at 192.168.1.97:32400.

    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Pale Moon is permitted to access the Web.

 

welcome.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...