Running an ubuntu 18.04 server. Was working fine, had added a desktop to play with and removing it broke something in linux so I started from scratch again. After everything was set up again I was running a script to back up the plex folder… the script used an old command which did not stop the server. After that plex would not load any post art. I did a sudo apt-get remove plexmediaserver, then rebooted and reinstalled. Ever since then after it records a show (local antenna tv) it has an error during postprocessing. I have proper permissions set on my data files and transcode directory. Anything else I should try?
Here are a few things from the log: Removed…log info.
SOLVED - was comparing permissions and things between this plex server and another one and noticed the problem one was not a member of the plugdev or “username” group. Making that change has things working correctly again.