"no soup for you" raspberry pi missing "server setup"

Server Version#:
Player Version#:

hardware:
raspberry pi 3 model b
rasbian lite

installation process; src: https://support.plex.tv/articles/235974187-enable-repository-updating-for-supported-linux-server-distributions/

1. echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
2. curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
3. sudo apt-get update
4. sudo apt-get install plexmediaserver

Issue:
Login into Raspberry Pi Plex Web, I was greet with a message “no soup for you”. But other people get to setup their server instead. What am I missing?

Hi ONLIESVAN,
You can try doing it the traditional way; got to Plex Downloads, download your .deb file and install it with

sudo dpkg -i /path/to/your/plex.deb-file

If you use ssh, you can save some time with a Browser on your RPi by downloading it to your computer and copying it to the pi with scp.
Does this work?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.