I’m running 1.1.2.2680 on a FreeNAS box and recently any new files I add, movies or TV, don’t load any information. When I try to manually match the files no matter what DB I use to search against the results always show one line and it is empty. When I click on that line it renames the file to “Untitled”. This is happening for both TV and Movies. Language is English and all files are named properly and put in the correct folders. The agents were working up until a few days ago. I’ve tried moving the files out, updating/optimizing/emptying bundles/etc.
Please verify that information is still in the log files and then zip up the entire Logs directory and attach here. I will ask someone who knows more (deeper level) than I to come look at logs.
SOmething is seriously FUBARED with the metadata and poster downloading from The Movie Database. The TVDB seems to be working fine. This has been going on for a couple of weeks now. And is just getting worse with each PlexPass update.
THe latest plexpass, no meta data is being grabbed now. No descriptions, everything is showing up as 2016. half the time the agent doesn’t find the movie either.
@ChuckPa said:
Please verify that information is still in the log files and then zip up the entire Logs directory and attach here. I will ask someone who knows more (deeper level) than I to come look at logs.
I was able to solve it by adding the private IP of my plex server to the ‘List of IP addresses and networks that are allowed without auth’ under Settings - Server - Network - ‘Show Advanced’
I’m seeing this as well. Is this a FreeBSD/FreeNAS specific bug? I’m the port maintainer, maybe there’s something on my end that’s screwed up in the port/package? The IP address whitelist trick there works but it shouldn’t be necessary…
The FreeNAS issue could be because of lack of loopback address in the configuration -
An old forum post showing what was done to configure loopback (127.0.0.1) is here
The Plex Media Server.log after a restart would show if there is loopback address detected by Plex Media Server
@feld said:
I’m seeing this as well. Is this a FreeBSD/FreeNAS specific bug? I’m the port maintainer, maybe there’s something on my end that’s screwed up in the port/package? The IP address whitelist trick there works but it shouldn’t be necessary…
I think this is related to the the jails in particular. sa2000 is correct when mentioning it is a loopback address issue. My jail does not have 127.0.0.1 listed under lo0.
Adding the IP under the ‘List of IP addresses and networks that are allowed without auth’ was the easy and simple fix for me.
@feld said:
I’m seeing this as well. Is this a FreeBSD/FreeNAS specific bug? I’m the port maintainer, maybe there’s something on my end that’s screwed up in the port/package? The IP address whitelist trick there works but it shouldn’t be necessary…
I think this is related to the the jails in particular. sa2000 is correct when mentioning it is a loopback address issue. My jail does not have 127.0.0.1 listed under lo0. I tried to add an alias and restart the jail but that did not work.
Adding the IP under the ‘List of IP addresses and networks that are allowed without auth’ was the easy and simple fix for me.
Jails by design do not have a loopback address. If you try to access loopback it’s actually mapped to the primary IP of the jail.
This is not an area I know much about but missing loopback and getting one configured somehow has been raised many times in past 2 years or so and there are probably other forum posts relating to that
This is not an area I know much about but missing loopback and getting one configured somehow has been raised many times in past 2 years or so and there are probably other forum posts relating to that
He created a VIMAGE jail which is an experimental type of jail that has its own dedicated network stack. You can think of it like a VM, but it doesn’t have any performance penalties. VIMAGE has a lot of issues that are being worked on right now. It should be quite stable/reliable in FreeBSD 11.0. I hope to see it no longer considered experimental soon.
This is not an area I know much about but missing loopback and getting one configured somehow has been raised many times in past 2 years or so and there are probably other forum posts relating to that
I just deleted the whitelisted Plex IP and tried manually adding 127.0.0.1 via aliases again and this time it worked!
For those on FreeNAS, go into Jail configuration and just add “127.0.0.1” under IPV4 aliases and stop the plugin, reboot the jail, and start the plugin back up again.
Looks like I spoke too soon, I got the loopback address working within the Jail but the metadata still shows up empty. Regardless, this is a jails/networking/freeBSD setup issue and not related to Plex so I’m going to head over to the FreeNAS forums to do some reading. Thanks for all the help and info guys!