FreeNAS No soup for you

Server Version#: FreeNAS-11.2-U7 (tried on U6 as well)
Player Version#: 1.18.2.2058

Hello everyone, as the title says I am getting the “No soup for you” error when trying to access the Plex Server on my FreeNAS. I really don’t even know how to proceed as looking through forums I am just finding people saying “it just started working again”, or “I reinstalled PLEX” - which I have tried. Any suggestions would be great.

Thank you,

Nothing?

In the same boat. I did a fresh install of FreeNAS11.2-U7, fresh install of plex-plexpass plugin. When I click on the 3 dots and then click Management I get the “No soup for you!” error as well.

Happened with my synology DS718+ as well

Installed Freenas 11.2 U7, 11.3 RC1 and 11.3 RC2. Installed them from scratch. Same problem when reading the mountpoints saying ‘Contains no items’. Anybody allready succeeded in reading mountpoints?

Same boat here, I’m in 11.2 release p15. I can go to the management page (using a pc) but does not have system option for server. But when I access Plex using the smart TV, it can see and play all the content.

I hope some of the tech folks from Plex clear things up.

@lunarsm @jotakuza What (if any) was the last working Plex/FreeNAS setup for you?

This is my first initial build.

So you’re not able to get to the server settings at all?

That is correct. The freenas plugin seems to install correctly, but when I navigate to the local portal for the server setup. I get the no soup for you error

How comfortable are you working in the FreeNAS Shell?

I’m not familiar with the freenas commands but I’m perfectly comfortable working in a command shell.

I haven’t been able to replicate the problem myself, but I have an idea that I’d like to check out if you’re happy to be the guinea pig?

If it all works, I’ll then explain the reasoning behind the solution.

I don’t mind giving it a try, but it won’t be till I get home tonight.

I’m out tonight, but see if you can work your way through these steps:

  1. Stop the Plex plugin.

  2. From the Shell, navigate to the PMS data directory ${JAIL_ROOT}/Plex Media Server/. Your ${JAIL_ROOT} is likely to be different to mine so you will need to trace it eg.

  1. Next, display the contents of the PMS preferences file cat Preferences.xml.

  2. Look for and make a note of the allowedNetworks setting. If it’s empty, proceed.

First thing to try…

  1. Make a copy of the preferences file in case you stuff things up cp Preferences.xml PreferencesCopy.xml

  2. Using your favourite editor, edit Preferences.xml and add your local network/netmask to allowedNetworks eg. allowedNetworks="192.168.1.0/255.255.255.0"

  3. Exit the editor saving your changes. Restart the plugin. Click Management and see if you can get in now. If you can’t, we’ll move on to something else.

@jotakuza Have you had any success with this? If not, this is the next thing to try.

Repeat the procedure, but this time when you edit Preferences.xml, clear the settings specified under the heading Remove Certain Entries in the support article Why am I locked out of Server Settings and how do I get in?

Let me know how you go.

So I navigated to what I think is PMS data directory. I made a copy of the Preferences.xml

. This is what was listed.

As you can see there is no allowedNetworks, so I added it in as you described. I restarted the plugin, clicked Management, but still get the same message.

After looking up the next article you sent. I notice that my Preferences.xml doesn’t have any of those entries. I’m thinking maybe my Preferences.xml is malformed or maybe my setup wasn’t complete. I followed all the tutorials up to this point, so I’m not sure what I’m missing.

I should also add that for some reason when I “installed” the plugin I couldn’t do it via DHCP. I had to assign a static IP. That might be what is gumming up the works.

It does look a little sparse.

I’m assuming you’ve stopped the plug-in and gone in via the FreeNAS Shell rather than the jail Shell when modifying Preferences.xml?

This time, repeat the procedure and delete Preferences.xml (maybe rename it for now mv Preferences.xml PreferencesCopy2.xml). I did this on a test installation and after clicking Management, Plex went through its initial set-up again.

That’s not expected. Screenshot of your Network > Global Configuration page please.

You will eventually want to set up the jail with a static IP.

Also supply a screenshot of your current Plex jail’s basic properties (Jails > Edit > Basic Properties).