PLEX on NAS542

1235

All Replies

  • Plex on NAS542
    Plex on NAS542 Posts: 19  Freshman Member
    First Comment First Anniversary
    A Plex Forum on this community?

  • Emerald Dragon
    Emerald Dragon Posts: 120  Ally Member
    First Comment Second Anniversary
    No, on Plex.tv site
  • Hi all.

    I dont have any metarepository in app list.
    Yes i click button refresh list !




  • Mijzelf
    Mijzelf Posts: 2,741  Guru Member
    Community MVP 2500 Comments Sixth Anniversary 250 Answers
    web_prefix shouldn't have an extension.
  • thnks, work
  • mzcrt
    mzcrt Posts: 6
    First Comment

    Hello. I get an error like this on the plex installation screen, I cannot install. I would appreciate it if you can help me greetings.

  • Mijzelf
    Mijzelf Posts: 2,741  Guru Member
    Community MVP 2500 Comments Sixth Anniversary 250 Answers

    Long shot, is your disk full?

  • mzcrt
    mzcrt Posts: 6
    First Comment

    No, it's not.

  • Mijzelf
    Mijzelf Posts: 2,741  Guru Member
    Community MVP 2500 Comments Sixth Anniversary 250 Answers
    edited June 3

    According to your screenshot you are uploading a Synology package. The code used to extract that is:

    echo -ne "Try to untar..."
    mkdir -p "${tmpdir}/synology"
    tar xf "${plexfile}" -C "${tmpdir}/synology"
    if [ $? -eq 0 ] ; then
    echo "Done"
    [ ! -f "${tmpdir}/synology/package.tgz" ] && SetError "Unrecognized file" && return 1 echo Synology package detected echo -ne extracting.... tar xf "${tmpdir}/synology/package.tgz" -C "${tmpdir}/bin" [ $? -ne 0 ] && echo "Failed" && SetError "Cannot extract ${tmpdir}/synology/package.tgz" && return 1 echo "Done" fi

    Extracting the spk file succeeds, but extracting the internal package.tgz file fails. But it exists, else it would have spawned an "Unreconized file" error.

    You can login over ssh, try to upload again using the webinterface, and then run 'dmesg' in the ssh shell to see if there were any filesystem or hardware errors.

  • mzcrt
    mzcrt Posts: 6
    First Comment

    I'm sorry I'm not very good at this stuff. I don't know exactly what to do when I connect via SSH. do I copy and paste the code you give exactly. I connect via the web interface and I use it for backup purposes. if I install plex, I want my kids to watch the animations I have. I wish there was someone who could help with a remote connection. By the way I am using translation for english.

    🙂

Consumer Product Help Center