PLEX on NAS542

1235

All Replies

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

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

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




  • Posts: 2,901  Guru Member
    250 Answers 2500 Comments Friend Collector Seventh Anniversary
    web_prefix shouldn't have an extension.
  • thnks, work
  • 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.

    Ekran görüntüsü 2024-06-02 025148.png
  • Posts: 2,901  Guru Member
    250 Answers 2500 Comments Friend Collector Seventh Anniversary

    Long shot, is your disk full?

  • Posts: 6
    First Comment

    No, it's not.

    Screenshot_2024-06-02-23-19-50-462_com.microsoft.emmx.jpg
  • Posts: 2,901  Guru Member
    250 Answers 2500 Comments Friend Collector Seventh Anniversary
    edited June 2024

    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.

  • 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.

    🙂

Welcome!

It looks like you're new here. If you want to get involved, click on this button!

Welcome!

It looks like you're new here. If you want to get involved, click on this button!

Consumer Product Help Center