linuxserver / docker-plex

GNU General Public License v3.0
1.17k stars 207 forks source link

Can Connect to WebUI in Container, but Cannot See / Use Server #142

Closed BzowK closed 5 years ago

BzowK commented 6 years ago

Hey Guys -

Being tired of my massive Plex library transcoding on my primary workstation, I decided to move it into a Docker container today. I run Docker on a dedicated system which runs Atomic Fedora 28. After creating and starting the container, I can connect to the WebUI & login to Plex to see my other libraries, but have no reference to the local server. Below are a few details and what I've tried:

The Issue

Upon first start with the above create string, I am able to browse to http://_ipofdockerhost:_32400/web/index.php where I am prompted to sign into Plex. I do so successfully and am presented with my Plex dashboard yet its connected to my current primary Plex server on my workstation. Clicking the list of servers only show it and a couple of shared ones - nothing new.

I checked the logs and as with issue #100, the logs at startup state: (full log below)

#   Login via the webui at http://<ip>:32400/web  #,
#   and restart the docker, because there was no  #
#   plex token found in the preference file       #,

I tried restarting the container with the same results so then tried renaming preferences.xml, restarting the container, then restarting it again. Same story. To note, my preferences.xml is located on a mounted folder on the host - not in the container. My preferences.xml is in the following format:

<?xml version="1.0" encoding="utf-8"?>
<Preferences OldestPreviousVersion="1.13.8.5395-10d48da0d" MachineIdentifier="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ProcessedMachineIdentifier="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" AnonymousMachineIdentifier="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" MetricsEpoch="1"/>

To note, I did see in "Plex Media Server.log" (full contents below) that there were only 3 results when searching for "token" with the below being the result for each. I didn't delete the token - it isn't listed. My Plex username isn't listed, either; despite logging in and is all over the same log for my workstation.

Oct 28, 2018 14:44:00.343 [0x7fa0e77fe700] DEBUG - HTTP requesting GET https://plex.tv/api/v2/release_channels?X-Plex-Token=

Container Installation

Below is the string I used to create the most recent container. I initially created it without defining the ports and using "--net=host", but couldn't access it:

docker create \
--name=PlexMediaServer \
-p 32400:32400 \
-p 32400:32400/udp \
-p 32469:32469 \
-p 32469:32469/udp \
-p 5353:5353/udp \
-p 1900:1900/udp \
-e VERSION=latest \
-e PUID=0 -e PGID=0 \
-e TZ=America/Chicago \
-v ~/plex/config:/config:z \
-v ~/shares/media:/data/media \
-v ~/plex/transcode:/transcode:z \
linuxserver/plex

Atomic Notes

Logs

Below is the latest container log as well as a couple of logs from Plex within the container (written to mounted volume), itself...

Environmental Notes (May help when viewing below logs)

Latest Container Log

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.,
[s6-init] ensuring user provided files have correct perms...exited 0.,
[fix-attrs.d] applying ownership & permissions fixes...,
[fix-attrs.d] done.,
[cont-init.d] executing container initialization scripts...,
[cont-init.d] 10-adduser: executing... ,
-------------------------------------,
  _ (),
 | |  ___   ___,
 | | / __| | |  /  \ ,
 | | \__ \ | | | () |,
 |_| |___/ |_|  \__/,
Brought to you by linuxserver.io,
We gratefully accept donations at:,
https://www.linuxserver.io/donate/,
-------------------------------------,
GID/UID,
-------------------------------------,
User uid:0,
User gid:0,
-------------------------------------,
[cont-init.d] 10-adduser: exited 0.,
[cont-init.d] 30-dbus: executing... ,
[cont-init.d] 30-dbus: exited 0.,
[cont-init.d] 40-chown-files: executing... ,
[cont-init.d] 40-chown-files: exited 0.,
[cont-init.d] 50-plex-update: executing... ,
------------------------------------------------------
   Login via the webui at http://<ip>:32400/web,
   and restart the docker, because there was no,
   preference file found, possibly first startup.  ,
------------------------------------------------------
[cont-init.d] 50-plex-update: exited 0.,
[cont-init.d] done.,
[services.d] starting services,
Starting dbus-daemon,
Starting Plex Media Server.,
[services.d] done.,
Starting Avahi daemon,
Found user 'avahi' (UID 102) and group 'avahi' (GID 103).,
Successfully dropped root privileges.,
avahi-daemon 0.7 starting up.,
No service file found in /etc/avahi/services.,
Joining mDNS multicast group on interface eth0.IPv6 with address fe80::42:acff:fe11:e.,
New relevant interface eth0.IPv6 for mDNS.,
Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.14.,
New relevant interface eth0.IPv4 for mDNS.,
Joining mDNS multicast group on interface lo.IPv6 with address ::1.,
New relevant interface lo.IPv6 for mDNS.,
Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.,
New relevant interface lo.IPv4 for mDNS.,
Network interface enumeration completed.,
Registering new address record for fe80::42:acff:fe11:e on eth0.*.,
Registering new address record for 172.17.0.14 on eth0.IPv4.,
Registering new address record for ::1 on lo.*.,
Registering new address record for 127.0.0.1 on lo.IPv4.,
Server startup complete. Host name is c24567481db5.local. Local service cookie is xxxxxxxxxx.,
Disconnected from D-Bus, exiting.,
Got SIGTERM, quitting.,
Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::42:acff:fe11:e.,
Leaving mDNS multicast group on interface eth0.IPv4 with address 172.17.0.14.,
Leaving mDNS multicast group on interface lo.IPv6 with address ::1.,
Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.,
[cont-finish.d] executing container finish scripts...,
[cont-finish.d] done.,
[s6-finish] syncing disks.,
avahi-daemon 0.7 exiting.,
Critical: libusb_init failed,
[s6-finish] sending all processes the TERM signal.,
[s6-finish] sending all processes the KILL signal and exiting.,
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.,
[s6-init] ensuring user provided files have correct perms...exited 0.,
[fix-attrs.d] applying ownership & permissions fixes...,
[fix-attrs.d] done.,
[cont-init.d] executing container initialization scripts...,
[cont-init.d] 10-adduser: executing... ,
usermod: no changes,
-------------------------------------,
  _ (),
 | |  ___   ___,
 | | / __| | |  /  \ ,
 | | \__ \ | | | () |,
 |_| |___/ |_|  \__/,
Brought to you by linuxserver.io,
We gratefully accept donations at:,
https://www.linuxserver.io/donate/,
-------------------------------------,
GID/UID,
-------------------------------------,
User uid:0,
User gid:0,
-------------------------------------,
[cont-init.d] 10-adduser: exited 0.,
[cont-init.d] 30-dbus: executing... ,
[cont-init.d] 30-dbus: exited 0.,
[cont-init.d] 40-chown-files: executing... ,
[cont-init.d] 40-chown-files: exited 0.,
[cont-init.d] 50-plex-update: executing... ,
------------------------------------------------------
   Login via the webui at http://<ip>:32400/web,
   and restart the docker, because there was no,
   preference file found, possibly first startup.  ,
------------------------------------------------------
[cont-init.d] 50-plex-update: exited 0.,
[cont-init.d] done.,
[services.d] starting services,
Starting dbus-daemon,
Starting Plex Media Server.,
[services.d] done.,
Starting Avahi daemon,
Found user 'avahi' (UID 102) and group 'avahi' (GID 103).,
Successfully dropped root privileges.,
avahi-daemon 0.7 starting up.,
No service file found in /etc/avahi/services.,
Joining mDNS multicast group on interface eth0.IPv6 with address fe80::42:acff:fe11:e.,
New relevant interface eth0.IPv6 for mDNS.,
Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.14.,
New relevant interface eth0.IPv4 for mDNS.,
Joining mDNS multicast group on interface lo.IPv6 with address ::1.,
New relevant interface lo.IPv6 for mDNS.,
Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.,
New relevant interface lo.IPv4 for mDNS.,
Network interface enumeration completed.,
Registering new address record for fe80::42:acff:fe11:e on eth0.*.,
Registering new address record for 172.17.0.14 on eth0.IPv4.,
Registering new address record for ::1 on lo.*.,
Registering new address record for 127.0.0.1 on lo.IPv4.,
Server startup complete. Host name is c24567481db5.local. Local service cookie is xxxxxxxxxx.,

Latest Plex DLNA Server Log

Oct 28, 2018 14:44:00.405 [0x7f5f737ff700] INFO - Plex DLNA Server v1.13.8.5395-10d48da0d - ubuntu docker x86_64 - build: linux-ubuntu-x86_64 - GMT -05:00
Oct 28, 2018 14:44:00.406 [0x7f5f737ff700] INFO - Linux version: 4.18.11-200.fc28.x86_64 (#1 SMP Sun Sep 30 15:31:40 UTC 2018), language: en-US
Oct 28, 2018 14:44:00.406 [0x7f5f737ff700] INFO - Processor Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
Oct 28, 2018 14:44:00.405 [0x7f5f7b2ea7c0] DEBUG - Unique device name = 82c6d390-306d-4fbb-3689-c6c770f9bdc6
Oct 28, 2018 14:44:00.405 [0x7f5f7b2ea7c0] DEBUG - DLNA server port: 32469
Oct 28, 2018 14:44:00.405 [0x7f5f7b2ea7c0] DEBUG - PMS: http://127.0.0.1:32400/
Oct 28, 2018 14:44:00.406 [0x7f5f7b2ea7c0] DEBUG - MyPlex: https://plex.tv/
Oct 28, 2018 14:44:00.464 [0x7f5f7b2ea7c0] DEBUG - Reading system DLNA client profiles
Oct 28, 2018 14:44:00.517 [0x7f5f7b2ea7c0] DEBUG - Read 22 DLNA client profiles
Oct 28, 2018 14:44:00.524 [0x7f5f7b2ea7c0] DEBUG - DLNA device discovery enabled every 60 seconds
Oct 28, 2018 14:44:00.527 [0x7f5f7b2ea7c0] DEBUG - Initialization complete

Latest Plex Media Server Log

Oct 28, 2018 14:43:57.870 [0x7fa0f33fe700] INFO - Plex Media Server v1.13.8.5395-10d48da0d - ubuntu docker x86_64 - build: linux-ubuntu-x86_64 ubuntu - GMT -05:00
Oct 28, 2018 14:43:57.870 [0x7fa0f33fe700] INFO - Linux version: 4.18.11-200.fc28.x86_64 (#1 SMP Sun Sep 30 15:31:40 UTC 2018), language: en-US
Oct 28, 2018 14:43:57.870 [0x7fa0f33fe700] INFO - Processor Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
Oct 28, 2018 14:43:57.870 [0x7fa0f33fe700] INFO - /usr/lib/plexmediaserver/Plex Media Server
Oct 28, 2018 14:43:57.870 [0x7fa0ff450d40] DEBUG - BPQ: [Idle] -> [Starting]
Oct 28, 2018 14:43:57.871 [0x7fa0ff450d40] DEBUG - FeatureManager: Using cached data for features list
Oct 28, 2018 14:43:57.872 [0x7fa0ff450d40] DEBUG - Opening 20 database sessions to library (com.plexapp.plugins.library), SQLite 3.13.0, threadsafe=1
Oct 28, 2018 14:43:57.936 [0x7fa0ff450d40] DEBUG - Running migrations. (EPG 0)
Oct 28, 2018 14:43:57.937 [0x7fa0ff450d40] DEBUG - ChangestampAllocator: initialized to 0
Oct 28, 2018 14:43:57.937 [0x7fa0ff450d40] DEBUG - Opening 2 database sessions to library (com.plexapp.plugins.library.blobs), SQLite 3.13.0, threadsafe=1
Oct 28, 2018 14:43:57.944 [0x7fa0ff450d40] DEBUG - Running migrations. (EPG 0)
Oct 28, 2018 14:43:57.954 [0x7fa0ff450d40] DEBUG - HttpServer: Listening on port 32400 with queue of 128 connections.
Oct 28, 2018 14:43:57.954 [0x7fa0ff450d40] DEBUG - HttpServer: Listening on port 32401 with queue of 128 connections.
Oct 28, 2018 14:43:57.958 [0x7fa0efbfd700] DEBUG - DVR:Grabber: Cleaning up orphaned grabs.
Oct 28, 2018 14:43:57.959 [0x7fa0efbfd700] DEBUG - DVR:Grabber: Cleaned up 0 decrepit directories in 0.0 sec.
Oct 28, 2018 14:43:57.959 [0x7fa0ff450d40] DEBUG - Media Provider: Registering provider com.plexapp.plugins.library
Oct 28, 2018 14:43:57.959 [0x7fa0ff450d40] DEBUG - Auth: Refreshing tokens inside the token-based authentication filter.
Oct 28, 2018 14:43:57.959 [0x7fa0eebff700] DEBUG - Relay: read 0 cached entries from hosts file
Oct 28, 2018 14:43:57.959 [0x7fa0eebff700] DEBUG - HTTP requesting GET https://plex.tv/media/providers?X-Plex-Token=
Oct 28, 2018 14:43:57.959 [0x7fa0f1bff700] DEBUG - Auth: Refreshing tokens inside the token-based authentication filter.
Oct 28, 2018 14:43:57.960 [0x7fa0ed3fe700] DEBUG - File "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d" changed: -1 => 2018-10-26 17:16:47 (1540592207).
Oct 28, 2018 14:43:57.960 [0x7fa0ed3fe700] DEBUG - File "/config/Library/Application Support/Plex Media Server/Plug-ins" changed: -1 => 2018-10-28 14:20:32 (1540754432).
Oct 28, 2018 14:43:57.960 [0x7fa0ed3fe700] DEBUG - Scanning for plug-ins in "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d"
Oct 28, 2018 14:43:57.962 [0x7fa0ed3fe700] DEBUG - Scanning for plug-ins in "/config/Library/Application Support/Plex Media Server/Plug-ins"
Oct 28, 2018 14:43:57.962 [0x7fa0ed3fe700] DEBUG - PluginRepository::setStartState: 1, startingSystem
Oct 28, 2018 14:43:57.962 [0x7fa0ed3fe700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/System.bundle.
Oct 28, 2018 14:43:57.963 [0x7fa0ed3fe700] DEBUG - [com.plexapp.system] Setting plug-in to always running (daemon mode).
Oct 28, 2018 14:43:57.963 [0x7fa0ed3fe700] DEBUG - Starting file watcher for com.plexapp.system
Oct 28, 2018 14:43:57.964 [0x7fa0ed3fe700] DEBUG - Plugin: not setting user token for plugin
Oct 28, 2018 14:43:57.964 [0x7fa0ed3fe700] DEBUG - Spawned plug-in com.plexapp.system with PID 297
Oct 28, 2018 14:43:57.964 [0x7fa0ed3fe700] DEBUG - [com.plexapp.system] Sending command: GET /:/prefixes
Oct 28, 2018 14:43:58.586 [0x7fa0eebff700] DEBUG - HTTP 401 response from GET https://plex.tv/media/providers?X-Plex-Token=
Oct 28, 2018 14:43:59.869 [0x7fa0efbfd700] DEBUG - Job running: '/usr/lib/plexmediaserver/CrashUploader' '--directory=/config/Library/Application Support/Plex Media Server/Crash Reports/1.13.8.5395-10d48da0d' '--version=1.13.8.5395-10d48da0d' '--platform=linux-ubuntu-x86_64 (4.18.11-200.fc28.x86_64 (#1 SMP Sun Sep 30 15:31:40 UTC 2018))' '--serverUuid=82c6d390306d4fbb3689c6c770f9bdc6380a2ee9' '--userId=NOUSERID' '--url=https://crashreport.plexapp.com'
Oct 28, 2018 14:43:59.870 [0x7fa0efbfd700] DEBUG - Jobs: Starting child process with pid 311
Oct 28, 2018 14:43:59.885 [0x7fa0edbff700] DEBUG - Jobs: '/usr/lib/plexmediaserver/CrashUploader' exit code for process 311 is 0 (success)
Oct 28, 2018 14:44:00.135 [0x7fa0ed3fe700] DEBUG - Reading 486 bytes in the body, code is 200
Oct 28, 2018 14:44:00.135 [0x7fa0ed3fe700] DEBUG - [com.plexapp.system] Plug-in running on port 45273.
Oct 28, 2018 14:44:00.135 [0x7fa0ed3fe700] DEBUG -  * Plug-in handles prefix: /system
Oct 28, 2018 14:44:00.135 [0x7fa0ed3fe700] DEBUG -  * Plug-in handles prefix: /player
Oct 28, 2018 14:44:00.135 [0x7fa0ed3fe700] DEBUG - Read configuration for [com.plexapp.system], had 2 prefixes
Oct 28, 2018 14:44:00.268 [0x7fa0ed3fe700] DEBUG - Done with 1 synchronous plug-in starts, starting the rest in parallel.
Oct 28, 2018 14:44:00.268 [0x7fa0ed3fe700] DEBUG - PluginRepository::setStartState: 2, startingPlugins
Oct 28, 2018 14:44:00.268 [0x7fa0ed3fe700] DEBUG - Updating the list of agents known by the system.
Oct 28, 2018 14:44:00.268 [0x7fa0ed3fe700] DEBUG - [com.plexapp.system] Sending command over HTTP (GET): /system/agents
Oct 28, 2018 14:44:00.268 [0x7fa0ff450d40] DEBUG - Image transcode cache directory: "/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder"
Oct 28, 2018 14:44:00.268 [0x7fa0ed3fe700] DEBUG - HTTP requesting GET http://127.0.0.1:45273/system/agents
Oct 28, 2018 14:44:00.268 [0x7fa0ff450d40] DEBUG - Transcoder: Cleaning old transcode directories.
Oct 28, 2018 14:44:00.271 [0x7fa0ff450d40] ERROR - Transcoder: Error cleaning old transcode sessions: boost::filesystem::directory_iterator::construct: No such file or directory: "/config/Library/Application Support/Plex Media Server/Cache/Transcode/Sessions"
Oct 28, 2018 14:44:00.272 [0x7fa0ff450d40] DEBUG - NetworkInterface: Starting watch thread.
Oct 28, 2018 14:44:00.272 [0x7fa0ff450d40] DEBUG - Network change.
Oct 28, 2018 14:44:00.272 [0x7fa0ff450d40] DEBUG - NetworkInterface: Notified of network changed (force=0)
Oct 28, 2018 14:44:00.273 [0x7fa0ff450d40] DEBUG - Network interfaces:
Oct 28, 2018 14:44:00.273 [0x7fa0ea3fd700] DEBUG - NetworkInterface: Watching for changes on the interfaces.
Oct 28, 2018 14:44:00.273 [0x7fa0ff450d40] DEBUG -  * 1 lo (127.0.0.1) (loopback: 1)
Oct 28, 2018 14:44:00.273 [0x7fa0ff450d40] DEBUG -  * 38 eth0 (172.17.0.14) (loopback: 0)
Oct 28, 2018 14:44:00.273 [0x7fa0ff450d40] DEBUG - Creating NetworkServices singleton.
Oct 28, 2018 14:44:00.273 [0x7fa0ff450d40] DEBUG - NetworkServices: Initializing...
Oct 28, 2018 14:44:00.273 [0x7fa0ff450d40] DEBUG - NetworkService: Creating new service.
Oct 28, 2018 14:44:00.273 [0x7fa0ff450d40] DEBUG - NetworkService: Got notification of changed network (first change: 1)
Oct 28, 2018 14:44:00.273 [0x7fa0ff450d40] DEBUG - NetworkService: Quick dispatch of network change.
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Creating new service.
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Got notification of changed network (first change: 1)
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Quick dispatch of network change.
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Creating new service.
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Got notification of changed network (first change: 1)
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Quick dispatch of network change.
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Creating new service.
Oct 28, 2018 14:44:00.274 [0x7fa0eabfe700] DEBUG - Network change for advertiser.
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Got notification of changed network (first change: 1)
Oct 28, 2018 14:44:00.274 [0x7fa0eabfe700] DEBUG - NetworkService: Setting up multicast listener on 0.0.0.0:32414 (outbound: 0)
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Quick dispatch of network change.
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Creating new service.
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Got notification of changed network (first change: 1)
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Quick dispatch of network change.
Oct 28, 2018 14:44:00.274 [0x7fa0ff450d40] DEBUG - NetworkService: Creating new service.
Oct 28, 2018 14:44:00.275 [0x7fa0ff450d40] DEBUG - NetworkService: Got notification of changed network (first change: 1)
Oct 28, 2018 14:44:00.275 [0x7fa0ff450d40] DEBUG - NetworkService: Quick dispatch of network change.
Oct 28, 2018 14:44:00.275 [0x7fa0eabfe700] DEBUG - Network change for advertiser.
Oct 28, 2018 14:44:00.275 [0x7fa0eabfe700] DEBUG - NetworkService: Setting up multicast listener on 0.0.0.0:32410 (outbound: 0)
Oct 28, 2018 14:44:00.276 [0x7fa0eabfe700] DEBUG - Network change for advertiser.
Oct 28, 2018 14:44:00.276 [0x7fa0eabfe700] DEBUG - NetworkService: Setting up multicast listener on 0.0.0.0:32412 (outbound: 0)
Oct 28, 2018 14:44:00.276 [0x7fa0eabfe700] DEBUG - NetworkService: Network change for browser (polled=0), closing 0 browse sockets.
Oct 28, 2018 14:44:00.276 [0x7fa0eabfe700] DEBUG - NetworkService: Setting up multicast listener on 0.0.0.0:32413 (outbound: 0)
Oct 28, 2018 14:44:00.276 [0x7fa0eabfe700] DEBUG - NetworkService: Browsing on interface 127.0.0.1 on broadcast address 127.255.255.255 (index: 0)
Oct 28, 2018 14:44:00.276 [0x7fa0eabfe700] DEBUG - NetworkService: Browsing on interface 172.17.0.14 on broadcast address 172.17.255.255 (index: 1)
Oct 28, 2018 14:44:00.277 [0x7fa0eabfe700] DEBUG - NetworkService: Network change for browser (polled=1), closing 0 browse sockets.
Oct 28, 2018 14:44:00.277 [0x7fa0eabfe700] DEBUG - NetworkService: Browsing on interface 127.0.0.1 on broadcast address 127.255.255.255 (index: 0)
Oct 28, 2018 14:44:00.277 [0x7fa0eabfe700] DEBUG - NetworkService: Browsing on interface 172.17.0.14 on broadcast address 172.17.255.255 (index: 1)
Oct 28, 2018 14:44:00.277 [0x7fa0eabfe700] DEBUG - NetworkService: Network change for browser (polled=0), closing 0 browse sockets.
Oct 28, 2018 14:44:00.277 [0x7fa0eabfe700] DEBUG - NetworkService: Setting up multicast listener on 0.0.0.0:1901 (outbound: 0)
Oct 28, 2018 14:44:00.277 [0x7fa0eabfe700] DEBUG - NetworkService: Browsing on interface 172.17.0.14 on broadcast address 239.255.255.250 (index: 0)
Oct 28, 2018 14:44:00.339 [0x7fa0ff450d40] DEBUG - Gracenote Version 3.07.7.3686 (build: 2015-07-05 11:45-0700)
Oct 28, 2018 14:44:00.341 [0x7fa0ff450d40] DEBUG - Gracenote: Using SQLite 3.13.0
Oct 28, 2018 14:44:00.341 [0x7fa0ff450d40] DEBUG - Starting HTTP server.
Oct 28, 2018 14:44:00.341 [0x7fa0e8fff700] DEBUG - Plex DLNA Server starting.
Oct 28, 2018 14:44:00.341 [0x7fa0e8fff700] DEBUG - Job running: '/usr/lib/plexmediaserver/Plex DLNA Server'
Oct 28, 2018 14:44:00.341 [0x7fa0ff450d40] DEBUG - Running server...
Oct 28, 2018 14:44:00.343 [0x7fa0e8fff700] DEBUG - Jobs: Starting child process with pid 345
Oct 28, 2018 14:44:00.343 [0x7fa0ff450d40] DEBUG - Waiting for server condition to be signaled.
Oct 28, 2018 14:44:00.343 [0x7fa0e77fe700] DEBUG - HttpServer: Set up a thread pool with 2 threads.
Oct 28, 2018 14:44:00.343 [0x7fa0e7fff700] DEBUG - Plex Tuner Service starting.
Oct 28, 2018 14:44:00.343 [0x7fa0e77fe700] DEBUG - HTTP requesting GET https://plex.tv/api/v2/release_channels?X-Plex-Token=
Oct 28, 2018 14:44:00.344 [0x7fa0e7fff700] DEBUG - Job running: '/usr/lib/plexmediaserver/Plex Tuner Service' '/usr/lib/plexmediaserver/Resources/Tuner/Private' '/usr/lib/plexmediaserver/Resources/Tuner/Shared' '1.13.8.5395-10d48da0d' '32600' '/waitmutex'
Oct 28, 2018 14:44:00.345 [0x7fa0efbfd700] DEBUG - DVR: Starting up.
Oct 28, 2018 14:44:00.347 [0x7fa0efbfd700] DEBUG - Activity: registered new activity 1d73de28-a15e-44c2-9a4a-527ae1984a3c - Processing subscriptions
Oct 28, 2018 14:44:00.348 [0x7fa0e53fe700] DEBUG - HTTP requesting GET https://plex.tv/media/providers?X-Plex-Token=
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Request: [127.0.0.1:49994 (Loopback)] GET /:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_ (5 live) GZIP
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale sv
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale ko
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale ja_JP
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale sr
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale et_EE
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale he
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale da
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale es
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale lt
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale no
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale cs_CZ
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale hu_HU
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale hr_HR
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale ro
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale en
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale ru
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale nl
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale ar
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale zh_CN
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale fr
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale de
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale it
Oct 28, 2018 14:44:00.349 [0x7fa0e43ff700] DEBUG - Translator: Found locale nl_BE
Oct 28, 2018 14:44:00.350 [0x7fa0e43ff700] DEBUG - Translator: Found locale pt_BR
Oct 28, 2018 14:44:00.349 [0x7fa0e23ff700] DEBUG - Request: [127.0.0.1:49998 (Loopback)] GET / (5 live) GZIP
Oct 28, 2018 14:44:00.349 [0x7fa0e3bfe700] DEBUG - Request: [127.0.0.1:49996 (Loopback)] GET / (5 live) GZIP
Oct 28, 2018 14:44:00.350 [0x7fa0e7fff700] DEBUG - Jobs: Starting child process with pid 347
Oct 28, 2018 14:44:00.351 [0x7fa0e5fff700] DEBUG - Request: [127.0.0.1:50000 (Loopback)] GET /servers (5 live) GZIP
Oct 28, 2018 14:44:00.358 [0x7fa0e43ff700] DEBUG - [com.plexapp.system] Sending command over HTTP (GET): /:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_
Oct 28, 2018 14:44:00.358 [0x7fa0e43ff700] DEBUG - HTTP requesting GET http://127.0.0.1:45273/:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_
Oct 28, 2018 14:44:00.359 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:50000] 200 GET /servers (5 live) GZIP 10ms 492 bytes
Oct 28, 2018 14:44:00.360 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:49996] 200 GET / (5 live) GZIP 12ms 1441 bytes
Oct 28, 2018 14:44:00.361 [0x7fa0f03fe700] DEBUG - Completed: [127.0.0.1:49998] 200 GET / (5 live) GZIP 12ms 1441 bytes
Oct 28, 2018 14:44:00.374 [0x7fa0e5fff700] DEBUG - Request: [127.0.0.1:50010 (Loopback)] GET / (5 live) GZIP
Oct 28, 2018 14:44:00.375 [0x7fa0f03fe700] DEBUG - Completed: [127.0.0.1:50010] 200 GET / (5 live) GZIP 1ms 1441 bytes
Oct 28, 2018 14:44:00.379 [0x7fa0ed3fe700] DEBUG - HTTP 200 response from GET http://127.0.0.1:45273/system/agents
Oct 28, 2018 14:44:00.380 [0x7fa0ed3fe700] DEBUG - [com.plexapp.system] HTTP reply status 200, with 9036 bytes of content.
Oct 28, 2018 14:44:00.385 [0x7fa0e3bfe700] DEBUG - Request: [127.0.0.1:50012 (Loopback)] GET /library/sections (5 live) GZIP
Oct 28, 2018 14:44:00.386 [0x7fa0ed3fe700] DEBUG - The system knows about 13 agents.
Oct 28, 2018 14:44:00.386 [0x7fa0f03fe700] DEBUG - Completed: [127.0.0.1:50012] 200 GET /library/sections (5 live) GZIP 1ms 475 bytes
Oct 28, 2018 14:44:00.386 [0x7fa0ed3fe700] DEBUG - Waiting for 18 plug-ins to finish starting.
Oct 28, 2018 14:44:00.387 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/Media-Flags.bundle.
Oct 28, 2018 14:44:00.388 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/LyricFind.bundle.
Oct 28, 2018 14:44:00.389 [0x7fa0e13fd700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.lyricfind] yet.
Oct 28, 2018 14:44:00.389 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/PersonalMedia.bundle.
Oct 28, 2018 14:44:00.390 [0x7fa0e13fd700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.none] yet.
Oct 28, 2018 14:44:00.390 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/HTbackdrops.bundle.
Oct 28, 2018 14:44:00.390 [0x7fa0e23ff700] DEBUG - Request: [127.0.0.1:50014 (Loopback)] GET /channels/all (5 live) GZIP
Oct 28, 2018 14:44:00.391 [0x7fa0e13fd700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.htbackdrops] yet.
Oct 28, 2018 14:44:00.391 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/LocalMedia.bundle.
Oct 28, 2018 14:44:00.391 [0x7fa0f03fe700] DEBUG - Completed: [127.0.0.1:50014] 200 GET /channels/all (5 live) GZIP 1ms 387 bytes
Oct 28, 2018 14:44:00.392 [0x7fa0e13fd700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.localmedia] yet.
Oct 28, 2018 14:44:00.392 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/TheMovieDB.bundle.
Oct 28, 2018 14:44:00.394 [0x7fa0e0bfc700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle.
Oct 28, 2018 14:44:00.394 [0x7fa0e13fd700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.themoviedb] yet.
Oct 28, 2018 14:44:00.394 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/PlexThemeMusic.bundle.
Oct 28, 2018 14:44:00.394 [0x7fa0e1bfe700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/Framework.bundle.
Oct 28, 2018 14:44:00.395 [0x7fa0e13fd700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.plexthememusic] yet.
Oct 28, 2018 14:44:00.395 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/PlexMusic.bundle.
Oct 28, 2018 14:44:00.395 [0x7fa0e0bfc700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/TheTVDB.bundle.
Oct 28, 2018 14:44:00.396 [0x7fa0e1bfe700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/LastFM.bundle.
Oct 28, 2018 14:44:00.396 [0x7fa0e13fd700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.plexmusic] yet.
Oct 28, 2018 14:44:00.396 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/PlexMovie.bundle.
Oct 28, 2018 14:44:00.397 [0x7fa0e1bfe700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.lastfm] yet.
Oct 28, 2018 14:44:00.397 [0x7fa0e1bfe700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/MoviePosterDB.bundle.
Oct 28, 2018 14:44:00.397 [0x7fa0e13fd700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.imdb] yet.
Oct 28, 2018 14:44:00.397 [0x7fa0e13fd700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/OpenSubtitles.bundle.
Oct 28, 2018 14:44:00.398 [0x7fa0e0bfc700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.thetvdb] yet.
Oct 28, 2018 14:44:00.398 [0x7fa0e0bfc700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/Fanart-TV.bundle.
Oct 28, 2018 14:44:00.398 [0x7fa0e1bfe700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.movieposterdb] yet.
Oct 28, 2018 14:44:00.398 [0x7fa0e1bfe700] DEBUG - Starting plug-in /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/Scanners.bundle.
Oct 28, 2018 14:44:00.399 [0x7fa0e0bfc700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.fanarttv] yet.
Oct 28, 2018 14:44:00.399 [0x7fa0e0bfc700] DEBUG - Starting plug-in /config/Library/Application Support/Plex Media Server/Plug-ins/Services.bundle.
Oct 28, 2018 14:44:00.398 [0x7fa0e13fd700] DEBUG - Perfect cache hit, we don't need to start [com.plexapp.agents.opensubtitles] yet.
Oct 28, 2018 14:44:00.400 [0x7fa0ed3fe700] DEBUG - Starting scheduled updates, every 3600 seconds
Oct 28, 2018 14:44:00.400 [0x7fa0ed3fe700] INFO - LibraryUpdateManager path watching is disabled
Oct 28, 2018 14:44:00.400 [0x7fa0ed3fe700] DEBUG - Done waiting for all plug-ins to start.
Oct 28, 2018 14:44:00.401 [0x7fa0ed3fe700] DEBUG - PluginRepository::setStartState: 3, complete
Oct 28, 2018 14:44:00.403 [0x7fa0e03fb700] DEBUG - Downloading document http://127.0.0.1:32400/:/plugins/com.plexapp.agents.imdb/prefs
Oct 28, 2018 14:44:00.404 [0x7fa0e03fb700] DEBUG - Starting file watcher for com.plexapp.agents.imdb
Oct 28, 2018 14:44:00.405 [0x7fa0e03fb700] DEBUG - Plugin: not setting user token for plugin
Oct 28, 2018 14:44:00.407 [0x7fa0e03fb700] DEBUG - Spawned plug-in com.plexapp.agents.imdb with PID 372
Oct 28, 2018 14:44:00.407 [0x7fa0e03fb700] DEBUG - [com.plexapp.agents.imdb] Sending command: GET /:/prefixes
Oct 28, 2018 14:44:00.456 [0x7fa0e43ff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:45273/:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_
Oct 28, 2018 14:44:00.456 [0x7fa0e43ff700] DEBUG - [com.plexapp.system] HTTP reply status 200, with 59956 bytes of content.
Oct 28, 2018 14:44:00.469 [0x7fa0eebff700] DEBUG - Gracenote: Loading 29 locales in 0.1 seconds.
Oct 28, 2018 14:44:00.470 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:49994] 200 GET /:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_ (5 live) GZIP 124ms 19293 bytes
Oct 28, 2018 14:44:00.957 [0x7fa0e77fe700] DEBUG - HTTP 200 response from GET https://plex.tv/api/v2/release_channels?X-Plex-Token=
Oct 28, 2018 14:44:00.959 [0x7fa0e77fe700] DEBUG - HTTP requesting GET https://plex.tv/api/v2/features?X-Plex-Token=
Oct 28, 2018 14:44:00.963 [0x7fa0e53fe700] DEBUG - HTTP 401 response from GET https://plex.tv/media/providers?X-Plex-Token=
Oct 28, 2018 14:44:01.204 [0x7fa0e5fff700] DEBUG - Request: [127.0.0.1:50020 (Loopback)] GET /system/messaging/clear_events/com.plexapp.agents.imdb (5 live) GZIP
Oct 28, 2018 14:44:01.205 [0x7fa0e5fff700] DEBUG - [com.plexapp.system] Sending command over HTTP (GET): /system/messaging/clear_events/com.plexapp.agents.imdb
Oct 28, 2018 14:44:01.205 [0x7fa0e5fff700] DEBUG - HTTP requesting GET http://127.0.0.1:45273/system/messaging/clear_events/com.plexapp.agents.imdb
Oct 28, 2018 14:44:01.208 [0x7fa0e5fff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:45273/system/messaging/clear_events/com.plexapp.agents.imdb
Oct 28, 2018 14:44:01.208 [0x7fa0e5fff700] DEBUG - [com.plexapp.system] HTTP reply status 200, with 0 bytes of content.
Oct 28, 2018 14:44:01.208 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:50020] 200 GET /system/messaging/clear_events/com.plexapp.agents.imdb (5 live) GZIP 4ms 217 bytes
Oct 28, 2018 14:44:01.365 [0x7fa0e3bfe700] DEBUG - Request: [127.0.0.1:50024 (Loopback)] GET /:/plugins/com.plexapp.system/resourceHashes (5 live) GZIP
Oct 28, 2018 14:44:01.365 [0x7fa0e3bfe700] DEBUG - [com.plexapp.system] Sending command over HTTP (GET): /:/plugins/com.plexapp.system/resourceHashes
Oct 28, 2018 14:44:01.365 [0x7fa0e3bfe700] DEBUG - HTTP requesting GET http://127.0.0.1:45273/:/plugins/com.plexapp.system/resourceHashes
Oct 28, 2018 14:44:01.612 [0x7fa0e77fe700] DEBUG - HTTP 200 response from GET https://plex.tv/api/v2/features?X-Plex-Token=
Oct 28, 2018 14:44:01.614 [0x7fa0e77fe700] DEBUG - Running database fix-ups.
Oct 28, 2018 14:44:01.617 [0x7fa0e77fe700] DEBUG - Database Fixups: Destroyed 0 transient items.
Oct 28, 2018 14:44:01.620 [0x7fa0e77fe700] DEBUG - Running database fix-ups completed in 0.0 seconds.
Oct 28, 2018 14:44:01.621 [0x7fa0e77fe700] DEBUG - HTTP requesting GET https://plex.tv/api/v2/user/privacy?X-Plex-Token=
Oct 28, 2018 14:44:01.702 [0x7fa0e3bfe700] DEBUG - HTTP 200 response from GET http://127.0.0.1:45273/:/plugins/com.plexapp.system/resourceHashes
Oct 28, 2018 14:44:01.702 [0x7fa0e3bfe700] DEBUG - [com.plexapp.system] HTTP reply status 200, with 13276 bytes of content.
Oct 28, 2018 14:44:01.706 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:50024] 200 GET /:/plugins/com.plexapp.system/resourceHashes (5 live) GZIP 340ms 3385 bytes
Oct 28, 2018 14:44:01.738 [0x7fa0e23ff700] DEBUG - Request: [127.0.0.1:50032 (Loopback)] GET /:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_ (5 live) GZIP
Oct 28, 2018 14:44:01.739 [0x7fa0e23ff700] DEBUG - [com.plexapp.system] Sending command over HTTP (GET): /:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_
Oct 28, 2018 14:44:01.739 [0x7fa0e23ff700] DEBUG - HTTP requesting GET http://127.0.0.1:45273/:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_
Oct 28, 2018 14:44:01.739 [0x7fa0e43ff700] DEBUG - Request: [127.0.0.1:50034 (Loopback)] GET / (6 live) GZIP
Oct 28, 2018 14:44:01.743 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:50034] 200 GET / (6 live) GZIP 3ms 1430 bytes
Oct 28, 2018 14:44:01.776 [0x7fa0e23ff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:45273/:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_
Oct 28, 2018 14:44:01.776 [0x7fa0e23ff700] DEBUG - [com.plexapp.system] HTTP reply status 200, with 59956 bytes of content.
Oct 28, 2018 14:44:01.784 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:50032] 200 GET /:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_ (6 live) GZIP 46ms 19293 bytes
Oct 28, 2018 14:44:02.220 [0x7fa0e77fe700] DEBUG - HTTP 200 response from GET https://plex.tv/api/v2/user/privacy?X-Plex-Token=
Oct 28, 2018 14:44:02.221 [0x7fa0e77fe700] DEBUG - MyPlex: Sending unclaimed device connections
Oct 28, 2018 14:44:02.222 [0x7fa0e77fe700] DEBUG - HTTP requesting POST https://plex.tv/devices/82c6d390306d4fbb3689c6c770f9bdc6380a2ee9/unclaimed?Connection[][uri]=http://172.17.0.14:32400
Oct 28, 2018 14:44:02.767 [0x7fa0e5fff700] DEBUG - Request: [127.0.0.1:50040 (Loopback)] GET /:/plugins/com.plexapp.system/messaging/function/X0FnZW50U2VydmljZTpVcGRhdGVJbmZv/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQo3CmRpY3QKbGlzdApkaWN0Cmxpc3QKbGlzdApsaXN0Cmxpc3QKMgpzMjMKY29tLnBsZXhhcHAuYWdlbnRzLmltZGJzMTAKaWRlbnRpZmllcnIxCnMxMAphZ2VudF9pbmZvMQpyMgoxMApyMwpzMTEKbWVkaWFfdHlwZXNyNApzMTIKYWNjZXB0c19mcm9tbnMxNApmYWxsYmFja19hZ2VudHI1CnMxNApjb250cmlidXRlc190b3I2CnM5Cmxhbmd1YWdlc2IxczIwCnBlcnNpc3Rfc3RvcmVkX2ZpbGVzaTAKczcKdmVyc2lvbmIxczE2CnByaW1hcnlfcHJvdmlkZXJiMXM1CnByZWZzczEwClBsZXggTW92aWVzNApuYW1lMQpzNQpNb3ZpZTEKczI5CmNvbS5wbGV4YXBwLmFnZW50cy5sb2NhbG1lZGlhMQpzMjkKY29tLnBsZXhhcHAuYWdlbnRzLnRoZW1vdmllZGIzMwpzMgplbnMyCnN2czIKZnJzMgplc3MyCm5sczIKZGVzMgppdHMyCmRhczIKYXJzMgpjYXMyCnpoczIKY3NzMgpldHMyCmZpczIKZWxzMgpoZXMyCmhpczIKaHVzMgppZHMyCmphczIKa29zMgpsdnMyCm5vczIKZmFzMgpwbHMyCnB0czIKcm9zMgpydXMyCnNrczIKdGhzMgp0cnMyCnVrczIKdmlyMAo_ (6 live) GZIP
Oct 28, 2018 14:44:02.767 [0x7fa0e5fff700] DEBUG - [com.plexapp.system] Sending command over HTTP (GET): /:/plugins/com.plexapp.system/messaging/function/X0FnZW50U2VydmljZTpVcGRhdGVJbmZv/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQo3CmRpY3QKbGlzdApkaWN0Cmxpc3QKbGlzdApsaXN0Cmxpc3QKMgpzMjMKY29tLnBsZXhhcHAuYWdlbnRzLmltZGJzMTAKaWRlbnRpZmllcnIxCnMxMAphZ2VudF9pbmZvMQpyMgoxMApyMwpzMTEKbWVkaWFfdHlwZXNyNApzMTIKYWNjZXB0c19mcm9tbnMxNApmYWxsYmFja19hZ2VudHI1CnMxNApjb250cmlidXRlc190b3I2CnM5Cmxhbmd1YWdlc2IxczIwCnBlcnNpc3Rfc3RvcmVkX2ZpbGVzaTAKczcKdmVyc2lvbmIxczE2CnByaW1hcnlfcHJvdmlkZXJiMXM1CnByZWZzczEwClBsZXggTW92aWVzNApuYW1lMQpzNQpNb3ZpZTEKczI5CmNvbS5wbGV4YXBwLmFnZW50cy5sb2NhbG1lZGlhMQpzMjkKY29tLnBsZXhhcHAuYWdlbnRzLnRoZW1vdmllZGIzMwpzMgplbnMyCnN2czIKZnJzMgplc3MyCm5sczIKZGVzMgppdHMyCmRhczIKYXJzMgpjYXMyCnpoczIKY3NzMgpldHMyCmZpczIKZWxzMgpoZXMyCmhpczIKaHVzMgppZHMyCmphczIKa29zMgpsdnMyCm5vczIKZmFzMgpwbHMyCnB0czIKcm9zMgpydXMyCnNrczIKdGhzMgp0cnMyCnVrczIKdmlyMAo_
Oct 28, 2018 14:44:02.767 [0x7fa0e5fff700] DEBUG - HTTP requesting GET http://127.0.0.1:45273/:/plugins/com.plexapp.system/messaging/function/X0FnZW50U2VydmljZTpVcGRhdGVJbmZv/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQo3CmRpY3QKbGlzdApkaWN0Cmxpc3QKbGlzdApsaXN0Cmxpc3QKMgpzMjMKY29tLnBsZXhhcHAuYWdlbnRzLmltZGJzMTAKaWRlbnRpZmllcnIxCnMxMAphZ2VudF9pbmZvMQpyMgoxMApyMwpzMTEKbWVkaWFfdHlwZXNyNApzMTIKYWNjZXB0c19mcm9tbnMxNApmYWxsYmFja19hZ2VudHI1CnMxNApjb250cmlidXRlc190b3I2CnM5Cmxhbmd1YWdlc2IxczIwCnBlcnNpc3Rfc3RvcmVkX2ZpbGVzaTAKczcKdmVyc2lvbmIxczE2CnByaW1hcnlfcHJvdmlkZXJiMXM1CnByZWZzczEwClBsZXggTW92aWVzNApuYW1lMQpzNQpNb3ZpZTEKczI5CmNvbS5wbGV4YXBwLmFnZW50cy5sb2NhbG1lZGlhMQpzMjkKY29tLnBsZXhhcHAuYWdlbnRzLnRoZW1vdmllZGIzMwpzMgplbnMyCnN2czIKZnJzMgplc3MyCm5sczIKZGVzMgppdHMyCmRhczIKYXJzMgpjYXMyCnpoczIKY3NzMgpldHMyCmZpczIKZWxzMgpoZXMyCmhpczIKaHVzMgppZHMyCmphczIKa29zMgpsdnMyCm5vczIKZmFzMgpwbHMyCnB0czIKcm9zMgpydXMyCnNrczIKdGhzMgp0cnMyCnVrczIKdmlyMAo_
Oct 28, 2018 14:44:02.771 [0x7fa0e5fff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:45273/:/plugins/com.plexapp.system/messaging/function/X0FnZW50U2VydmljZTpVcGRhdGVJbmZv/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQo3CmRpY3QKbGlzdApkaWN0Cmxpc3QKbGlzdApsaXN0Cmxpc3QKMgpzMjMKY29tLnBsZXhhcHAuYWdlbnRzLmltZGJzMTAKaWRlbnRpZmllcnIxCnMxMAphZ2VudF9pbmZvMQpyMgoxMApyMwpzMTEKbWVkaWFfdHlwZXNyNApzMTIKYWNjZXB0c19mcm9tbnMxNApmYWxsYmFja19hZ2VudHI1CnMxNApjb250cmlidXRlc190b3I2CnM5Cmxhbmd1YWdlc2IxczIwCnBlcnNpc3Rfc3RvcmVkX2ZpbGVzaTAKczcKdmVyc2lvbmIxczE2CnByaW1hcnlfcHJvdmlkZXJiMXM1CnByZWZzczEwClBsZXggTW92aWVzNApuYW1lMQpzNQpNb3ZpZTEKczI5CmNvbS5wbGV4YXBwLmFnZW50cy5sb2NhbG1lZGlhMQpzMjkKY29tLnBsZXhhcHAuYWdlbnRzLnRoZW1vdmllZGIzMwpzMgplbnMyCnN2czIKZnJzMgplc3MyCm5sczIKZGVzMgppdHMyCmRhczIKYXJzMgpjYXMyCnpoczIKY3NzMgpldHMyCmZpczIKZWxzMgpoZXMyCmhpczIKaHVzMgppZHMyCmphczIKa29zMgpsdnMyCm5vczIKZmFzMgpwbHMyCnB0czIKcm9zMgpydXMyCnNrczIKdGhzMgp0cnMyCnVrczIKdmlyMAo_
Oct 28, 2018 14:44:02.771 [0x7fa0e5fff700] DEBUG - [com.plexapp.system] HTTP reply status 200, with 16 bytes of content.
Oct 28, 2018 14:44:02.772 [0x7fa0f03fe700] DEBUG - Completed: [127.0.0.1:50040] 200 GET /:/plugins/com.plexapp.system/messaging/function/X0FnZW50U2VydmljZTpVcGRhdGVJbmZv/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQo3CmRpY3QKbGlzdApkaWN0Cmxpc3QKbGlzdApsaXN0Cmxpc3QKMgpzMjMKY29tLnBsZXhhcHAuYWdlbnRzLmltZGJzMTAKaWRlbnRpZmllcnIxCnMxMAphZ2VudF9pbmZvMQpyMgoxMApyMwpzMTEKbWVkaWFfdHlwZXNyNApzMTIKYWNjZXB0c19mcm9tbnMxNApmYWxsYmFja19hZ2VudHI1CnMxNApjb250cmlidXRlc190b3I2CnM5Cmxhbmd1YWdlc2IxczIwCnBlcnNpc3Rfc3RvcmVkX2ZpbGVzaTAKczcKdmVyc2lvbmIxczE2CnByaW1hcnlfcHJvdmlkZXJiMXM1CnByZWZzczEwClBsZXggTW92aWVzNApuYW1lMQpzNQpNb3ZpZTEKczI5CmNvbS5wbGV4YXBwLmFnZW50cy5sb2NhbG1lZGlhMQpzMjkKY29tLnBsZXhhcHAuYWdlbnRzLnRoZW1vdmllZGIzMwpzMgplbnMyCnN2czIKZnJzMgplc3MyCm5sczIKZGVzMgppdHMyCmRhczIKYXJzMgpjYXMyCnpoczIKY3NzMgpldHMyCmZpczIKZWxzMgpoZXMyCmhpczIKaHVzMgppZHMyCmphczIKa29zMgpsdnMyCm5vczIKZmFzMgpwbHMyCnB0czIKcm9zMgpydXMyCnNrczIKdGhzMgp0cnMyCnVrczIKdmlyMAo_ (6 live) GZIP 4ms 352 bytes
Oct 28, 2018 14:44:02.776 [0x7fa0e03fb700] DEBUG - Reading 148 bytes in the body, code is 200
Oct 28, 2018 14:44:02.776 [0x7fa0e03fb700] DEBUG - [com.plexapp.agents.imdb] Plug-in running on port 43429.
Oct 28, 2018 14:44:02.777 [0x7fa0e03fb700] DEBUG - Read configuration for [com.plexapp.agents.imdb], had 0 prefixes
Oct 28, 2018 14:44:02.811 [0x7fa0e03fb700] DEBUG - [com.plexapp.agents.imdb] Sending command over HTTP (GET): /:/plugins/com.plexapp.agents.imdb/prefs
Oct 28, 2018 14:44:02.811 [0x7fa0e03fb700] DEBUG - HTTP requesting GET http://127.0.0.1:43429/:/plugins/com.plexapp.agents.imdb/prefs
Oct 28, 2018 14:44:02.815 [0x7fa0e77fe700] DEBUG - HTTP 200 response from POST https://plex.tv/devices/82c6d390306d4fbb3689c6c770f9bdc6380a2ee9/unclaimed?Connection[][uri]=http://172.17.0.14:32400
Oct 28, 2018 14:44:02.837 [0x7fa0e03fb700] DEBUG - HTTP 200 response from GET http://127.0.0.1:43429/:/plugins/com.plexapp.agents.imdb/prefs
Oct 28, 2018 14:44:02.838 [0x7fa0e03fb700] DEBUG - [com.plexapp.agents.imdb] HTTP reply status 200, with 2224 bytes of content.
Oct 28, 2018 14:44:02.838 [0x7fa0e03fb700] DEBUG - Caching document http://127.0.0.1:32400/:/plugins/com.plexapp.agents.imdb/prefs as bf1bfc5622b4356c7f44ced8cdf69d934adf09c3
Oct 28, 2018 14:44:02.838 [0x7fa0e03fb700] DEBUG - IVA: Downloading trailer lists.
Oct 28, 2018 14:44:03.235 [0x7fa0e03fb700] DEBUG - IVA: Downloaded 27 trailers for source 1.
Oct 28, 2018 14:44:03.438 [0x7fa0e03fb700] DEBUG - IVA: Downloaded 29 trailers for source 2.
Oct 28, 2018 14:44:05.276 [0x7fa0eabfe700] DEBUG - NetworkServiceBrowser: SERVER arrived: 127.0.0.1 (c24567481db5)
Oct 28, 2018 14:44:05.276 [0x7fa0eabfe700] DEBUG - Notifying the system bundle an update to server /system/notify/serverUpdated?host=127.0.0.1
Oct 28, 2018 14:44:05.276 [0x7fa0eabfe700] DEBUG - [com.plexapp.system] Sending command over HTTP (GET): /system/notify/serverUpdated?host=127.0.0.1
Oct 28, 2018 14:44:05.276 [0x7fa0eabfe700] DEBUG - HTTP requesting GET http://127.0.0.1:45273/system/notify/serverUpdated?host=127.0.0.1
Oct 28, 2018 14:44:05.290 [0x7fa0e3bfe700] DEBUG - Request: [127.0.0.1:50054 (Loopback)] GET /servers (6 live) GZIP
Oct 28, 2018 14:44:05.292 [0x7fa0f03fe700] DEBUG - Completed: [127.0.0.1:50054] 200 GET /servers (6 live) GZIP 2ms 492 bytes
Oct 28, 2018 14:44:05.303 [0x7fa0e43ff700] DEBUG - Request: [127.0.0.1:50056 (Loopback)] GET /library/sections (6 live) GZIP
Oct 28, 2018 14:44:05.307 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:50056] 200 GET /library/sections (6 live) GZIP 3ms 475 bytes
Oct 28, 2018 14:44:05.316 [0x7fa0e23ff700] DEBUG - Request: [127.0.0.1:50058 (Loopback)] GET /channels/all (6 live) GZIP
Oct 28, 2018 14:44:05.319 [0x7fa0f03fe700] DEBUG - Completed: [127.0.0.1:50058] 200 GET /channels/all (6 live) GZIP 2ms 387 bytes
Oct 28, 2018 14:44:05.325 [0x7fa0eabfe700] DEBUG - HTTP 200 response from GET http://127.0.0.1:45273/system/notify/serverUpdated?host=127.0.0.1
Oct 28, 2018 14:44:05.326 [0x7fa0eabfe700] DEBUG - [com.plexapp.system] HTTP reply status 200, with 0 bytes of content.
Oct 28, 2018 14:44:07.960 [0x7fa0e03fb700] DEBUG - DVR:Device: Discovering and refreshing all devices.
Oct 28, 2018 14:44:07.961 [0x7fa0e03fb700] DEBUG - DVR:Grabber: HDHomerun discovered 0 compatible devices.
Oct 28, 2018 14:44:07.962 [0x7fa0e03fb700] DEBUG - HTTP requesting POST http://127.0.0.1:32600/devices/discover
Oct 28, 2018 14:44:10.275 [0x7fa0eabfe700] DEBUG - NetworkServiceBrowser: Parsing SSDP schema for http://172.17.0.14:32469/DeviceDescription.xml
Oct 28, 2018 14:44:10.275 [0x7fa0eabfe700] DEBUG - HTTP requesting GET http://172.17.0.14:32469/DeviceDescription.xml
Oct 28, 2018 14:44:10.276 [0x7fa0eabfe700] DEBUG - HTTP 200 response from GET http://172.17.0.14:32469/DeviceDescription.xml
Oct 28, 2018 14:44:10.277 [0x7fa0eabfe700] DEBUG - NetworkServiceBrowser: found 1 SSDP devices via http://172.17.0.14:32469/DeviceDescription.xml
Oct 28, 2018 14:44:10.277 [0x7fa0eabfe700] DEBUG - NetworkServiceBrowser: SSDP arrived: 172.17.0.14 (Plex Media Server: c24567481db5)
Oct 28, 2018 14:44:10.349 [0x7fa0efbfd700] DEBUG - Activity: Ended activity 1d73de28-a15e-44c2-9a4a-527ae1984a3c.
Oct 28, 2018 14:44:10.349 [0x7fa0efbfd700] DEBUG - DVR:Subscription: Refreshed all content in 1 ms.
Oct 28, 2018 14:44:10.388 [0x7fa0e03fb700] DEBUG - HTTP 200 response from POST http://127.0.0.1:32600/devices/discover
Oct 28, 2018 14:44:13.858 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:60950 (WAN)] GET /web/index.html (6 live) GZIP
Oct 28, 2018 14:44:13.864 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/index.html"
Oct 28, 2018 14:44:13.864 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/index.html is 9330.
Oct 28, 2018 14:44:13.865 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:60950] 200 GET /web/index.html (6 live) GZIP 7ms 9330 bytes (pipelined: 1)
Oct 28, 2018 14:44:13.892 [0x7fa0e43ff700] DEBUG - Request: [192.168.0.25:60950 (WAN)] GET /web/main.41148bad7397de5c0c8c0808d352b6ce.css (6 live) GZIP
Oct 28, 2018 14:44:13.893 [0x7fa0e43ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.41148bad7397de5c0c8c0808d352b6ce.css"
Oct 28, 2018 14:44:13.893 [0x7fa0e43ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.41148bad7397de5c0c8c0808d352b6ce.css is 760328.
Oct 28, 2018 14:44:13.893 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:60951 (WAN)] GET /web/main.v3.283be5c01ff8c07b4804ab49d28656a0.css (6 live) GZIP
Oct 28, 2018 14:44:13.894 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.v3.283be5c01ff8c07b4804ab49d28656a0.css"
Oct 28, 2018 14:44:13.894 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.v3.283be5c01ff8c07b4804ab49d28656a0.css is 264668.
Oct 28, 2018 14:44:13.894 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:60952 (WAN)] GET /web/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js (6 live) GZIP
Oct 28, 2018 14:44:13.895 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js"
Oct 28, 2018 14:44:13.895 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js is 304503.
Oct 28, 2018 14:44:13.895 [0x7fa0e43ff700] DEBUG - Request: [192.168.0.25:60953 (WAN)] GET /web/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js (6 live) GZIP
Oct 28, 2018 14:44:13.896 [0x7fa0e43ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js"
Oct 28, 2018 14:44:13.896 [0x7fa0e43ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js is 3765512.
Oct 28, 2018 14:44:13.902 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:60951] 200 GET /web/main.v3.283be5c01ff8c07b4804ab49d28656a0.css (6 live) GZIP 9ms 264668 bytes (pipelined: 1)
Oct 28, 2018 14:44:13.907 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:60952] 200 GET /web/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js (6 live) GZIP 13ms 304503 bytes (pipelined: 1)
Oct 28, 2018 14:44:13.965 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:60950] 200 GET /web/main.41148bad7397de5c0c8c0808d352b6ce.css (6 live) GZIP 73ms 760328 bytes (pipelined: 2)
Oct 28, 2018 14:44:14.301 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:60953] 200 GET /web/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js (6 live) GZIP 405ms 3765512 bytes (pipelined: 1)
Oct 28, 2018 14:44:15.050 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:60953 (WAN)] GET /web/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png (6 live) GZIP
Oct 28, 2018 14:44:15.050 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png"
Oct 28, 2018 14:44:15.051 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png is 31365.
Oct 28, 2018 14:44:15.052 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:60953] 200 GET /web/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png (6 live) GZIP 2ms 31365 bytes (pipelined: 2)
Oct 28, 2018 14:44:15.095 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:60953 (WAN)] GET /web/translations/en.json (6 live) GZIP
Oct 28, 2018 14:44:15.096 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/translations/en.json"
Oct 28, 2018 14:44:15.096 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/translations/en.json is 2.
Oct 28, 2018 14:44:15.097 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:60953] 200 GET /web/translations/en.json (6 live) GZIP 2ms 2 bytes (pipelined: 3)
Oct 28, 2018 14:44:15.103 [0x7fa0e43ff700] DEBUG - Request: [192.168.0.25:60950 (WAN)] GET /web/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png (6 live) GZIP
Oct 28, 2018 14:44:15.104 [0x7fa0e43ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png"
Oct 28, 2018 14:44:15.104 [0x7fa0e43ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png is 54413.
Oct 28, 2018 14:44:15.105 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:60950] 200 GET /web/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png (6 live) GZIP 2ms 54413 bytes (pipelined: 3)
Oct 28, 2018 14:44:15.753 [0x7fa0f03fe700] DEBUG - Request: [192.168.0.25:60953 (WAN)] GET / (6 live) GZIP
Oct 28, 2018 14:44:15.755 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:60953] 401 GET / (6 live) GZIP 0ms 416 bytes (pipelined: 4)
Oct 28, 2018 14:44:15.874 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:60953 (WAN)] GET /identity (6 live) GZIP
Oct 28, 2018 14:44:15.876 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:60953] 200 GET /identity (6 live) GZIP 2ms 471 bytes (pipelined: 5)
Oct 28, 2018 14:44:15.930 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:60953 (WAN)] GET /web/favicon.ico (6 live) GZIP
Oct 28, 2018 14:44:15.930 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/favicon.ico"
Oct 28, 2018 14:44:15.931 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/favicon.ico is 5430.
Oct 28, 2018 14:44:15.931 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:60953] 200 GET /web/favicon.ico (6 live) GZIP 2ms 5430 bytes (pipelined: 6)
Oct 28, 2018 14:44:17.003 [0x7fa0e43ff700] DEBUG - Request: [192.168.0.25:60953 (WAN)] GET /web/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png (6 live) GZIP
Oct 28, 2018 14:44:17.004 [0x7fa0e43ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png"
Oct 28, 2018 14:44:17.004 [0x7fa0e43ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png is 42165.
Oct 28, 2018 14:44:17.006 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:60953] 200 GET /web/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png (6 live) GZIP 2ms 42165 bytes (pipelined: 7)
Oct 28, 2018 14:44:17.421 [0x7fa0f0bff700] DEBUG - Request: [192.168.0.25:60953 (WAN)] GET / (6 live) GZIP
Oct 28, 2018 14:44:17.423 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:60953] 401 GET / (6 live) GZIP 0ms 416 bytes (pipelined: 8)
Oct 28, 2018 14:44:17.464 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:60953 (WAN)] GET /identity (6 live) GZIP
Oct 28, 2018 14:44:17.466 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:60953] 200 GET /identity (6 live) GZIP 2ms 471 bytes (pipelined: 9)
Oct 28, 2018 14:45:56.374 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:63684 (WAN)] GET /web/desktop/common/img/devices/linux.f04c01f0c805e16c0a4f522f7ddd6de3.svg (3 live) GZIP
Oct 28, 2018 14:45:56.374 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/desktop/common/img/devices/linux.f04c01f0c805e16c0a4f522f7ddd6de3.svg"
Oct 28, 2018 14:45:56.376 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/desktop/common/img/devices/linux.f04c01f0c805e16c0a4f522f7ddd6de3.svg is 10976.
Oct 28, 2018 14:45:56.417 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:63684] 200 GET /web/desktop/common/img/devices/linux.f04c01f0c805e16c0a4f522f7ddd6de3.svg (3 live) GZIP 43ms 10976 bytes (pipelined: 1)
Oct 28, 2018 14:45:57.871 [0x7fa0e43ff700] DEBUG - BPQ: [Starting] -> [Processing]
Oct 28, 2018 14:45:57.876 [0x7fa0e43ff700] DEBUG - BPQ: generating queue items from 0 generator(s)
Oct 28, 2018 14:45:57.876 [0x7fa0e43ff700] DEBUG - BPQ: generated 0 item(s) for queue
Oct 28, 2018 14:45:57.876 [0x7fa0e43ff700] DEBUG - PlayQueue: 0 generated IDs compressed down to a 2 byte blob.
Oct 28, 2018 14:45:57.876 [0x7fa0e43ff700] DEBUG - PlayQueue: 0 generated IDs compressed down to a 2 byte blob.
Oct 28, 2018 14:45:57.927 [0x7fa0e43ff700] DEBUG - BPQ: [Processing] -> [Idle]
Oct 28, 2018 14:46:00.123 [0x7fa0e3bfe700] DEBUG - Request: [127.0.0.1:50110 (Loopback)] GET /servers (4 live) GZIP
Oct 28, 2018 14:46:00.124 [0x7fa0f03fe700] DEBUG - Completed: [127.0.0.1:50110] 200 GET /servers (4 live) GZIP 0ms 492 bytes
Oct 28, 2018 14:46:00.127 [0x7fa0e23ff700] DEBUG - Request: [127.0.0.1:50112 (Loopback)] GET /library/sections (4 live) GZIP
Oct 28, 2018 14:46:00.128 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:50112] 200 GET /library/sections (4 live) GZIP 0ms 475 bytes
Oct 28, 2018 14:46:00.168 [0x7fa0e3bfe700] DEBUG - Request: [127.0.0.1:50114 (Loopback)] GET /channels/all (4 live) GZIP
Oct 28, 2018 14:46:00.171 [0x7fa0f0bff700] DEBUG - Completed: [127.0.0.1:50114] 200 GET /channels/all (4 live) GZIP 3ms 387 bytes
Oct 28, 2018 14:46:06.814 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:63684 (WAN)] GET /web/desktop/common/img/pp-ticket.de3ffb4d2327ee50e4290f8467a1796b.svg (3 live) GZIP
Oct 28, 2018 14:46:06.814 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/desktop/common/img/pp-ticket.de3ffb4d2327ee50e4290f8467a1796b.svg"
Oct 28, 2018 14:46:06.815 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/desktop/common/img/pp-ticket.de3ffb4d2327ee50e4290f8467a1796b.svg is 5092.
Oct 28, 2018 14:46:06.835 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:63684] 200 GET /web/desktop/common/img/pp-ticket.de3ffb4d2327ee50e4290f8467a1796b.svg (3 live) GZIP 21ms 5092 bytes (pipelined: 2)
Oct 28, 2018 14:46:20.044 [0x7fa0f03fe700] DEBUG - Request: [192.168.0.25:63684 (WAN)] GET / (4 live) GZIP
Oct 28, 2018 14:46:20.045 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:63684] 401 GET / (4 live) GZIP 0ms 416 bytes (pipelined: 3)
Oct 28, 2018 14:46:21.100 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:63684 (WAN)] GET /web/desktop/common/img/pp-ticket.de3ffb4d2327ee50e4290f8467a1796b.svg (4 live) GZIP
Oct 28, 2018 14:46:21.101 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/desktop/common/img/pp-ticket.de3ffb4d2327ee50e4290f8467a1796b.svg"
Oct 28, 2018 14:46:21.101 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/desktop/common/img/pp-ticket.de3ffb4d2327ee50e4290f8467a1796b.svg is 5092.
Oct 28, 2018 14:46:21.102 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:63684] 200 GET /web/desktop/common/img/pp-ticket.de3ffb4d2327ee50e4290f8467a1796b.svg (4 live) GZIP 2ms 5092 bytes (pipelined: 4)
Oct 28, 2018 14:54:51.235 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12043 (WAN)] GET /web/index.html (4 live) GZIP
Oct 28, 2018 14:54:51.235 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/index.html"
Oct 28, 2018 14:54:51.236 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/index.html is 9330.
Oct 28, 2018 14:54:51.237 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12043] 200 GET /web/index.html (4 live) GZIP 3ms 9330 bytes (pipelined: 1)
Oct 28, 2018 14:54:51.291 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:12043 (WAN)] GET /web/main.41148bad7397de5c0c8c0808d352b6ce.css (4 live) GZIP
Oct 28, 2018 14:54:51.291 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.41148bad7397de5c0c8c0808d352b6ce.css"
Oct 28, 2018 14:54:51.291 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.41148bad7397de5c0c8c0808d352b6ce.css is 760328.
Oct 28, 2018 14:54:51.292 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12044 (WAN)] GET /web/main.v3.283be5c01ff8c07b4804ab49d28656a0.css (5 live) GZIP
Oct 28, 2018 14:54:51.292 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.v3.283be5c01ff8c07b4804ab49d28656a0.css"
Oct 28, 2018 14:54:51.292 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.v3.283be5c01ff8c07b4804ab49d28656a0.css is 264668.
Oct 28, 2018 14:54:51.292 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:12045 (WAN)] GET /web/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js (5 live) GZIP
Oct 28, 2018 14:54:51.292 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js"
Oct 28, 2018 14:54:51.293 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js is 304503.
Oct 28, 2018 14:54:51.295 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET /web/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js (6 live) GZIP
Oct 28, 2018 14:54:51.295 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js"
Oct 28, 2018 14:54:51.296 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js is 3765512.
Oct 28, 2018 14:54:51.301 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12044] 200 GET /web/main.v3.283be5c01ff8c07b4804ab49d28656a0.css (6 live) GZIP 9ms 264668 bytes (pipelined: 1)
Oct 28, 2018 14:54:51.311 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12045] 200 GET /web/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js (6 live) GZIP 18ms 304503 bytes (pipelined: 1)
Oct 28, 2018 14:54:51.313 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12043] 200 GET /web/main.41148bad7397de5c0c8c0808d352b6ce.css (6 live) GZIP 22ms 760328 bytes (pipelined: 2)
Oct 28, 2018 14:54:51.534 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12046] 200 GET /web/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js (6 live) GZIP 239ms 3765512 bytes (pipelined: 1)
Oct 28, 2018 14:54:52.502 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET /web/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png (6 live) GZIP
Oct 28, 2018 14:54:52.503 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png"
Oct 28, 2018 14:54:52.503 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png is 31365.
Oct 28, 2018 14:54:52.504 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12046] 200 GET /web/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png (6 live) GZIP 2ms 31365 bytes (pipelined: 2)
Oct 28, 2018 14:54:52.542 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET /web/translations/en.json (6 live) GZIP
Oct 28, 2018 14:54:52.543 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/translations/en.json"
Oct 28, 2018 14:54:52.543 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/translations/en.json is 2.
Oct 28, 2018 14:54:52.544 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12046] 200 GET /web/translations/en.json (6 live) GZIP 2ms 2 bytes (pipelined: 3)
Oct 28, 2018 14:54:52.549 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12043 (WAN)] GET /web/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png (6 live) GZIP
Oct 28, 2018 14:54:52.549 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png"
Oct 28, 2018 14:54:52.549 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png is 54413.
Oct 28, 2018 14:54:52.550 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12043] 200 GET /web/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png (6 live) GZIP 2ms 54413 bytes (pipelined: 3)
Oct 28, 2018 14:54:53.248 [0x7fa0f03fe700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET / (6 live) GZIP
Oct 28, 2018 14:54:53.250 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12046] 401 GET / (6 live) GZIP 0ms 416 bytes (pipelined: 4)
Oct 28, 2018 14:54:53.347 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET /identity (6 live) GZIP
Oct 28, 2018 14:54:53.350 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12046] 200 GET /identity (6 live) GZIP 2ms 471 bytes (pipelined: 5)
Oct 28, 2018 14:54:54.551 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET /web/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png (6 live) GZIP
Oct 28, 2018 14:54:54.551 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png"
Oct 28, 2018 14:54:54.552 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png is 42165.
Oct 28, 2018 14:54:54.553 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12046] 200 GET /web/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png (6 live) GZIP 2ms 42165 bytes (pipelined: 6)
Oct 28, 2018 14:55:00.442 [0x7fa0f0bff700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET / (6 live) GZIP
Oct 28, 2018 14:55:00.444 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12046] 401 GET / (6 live) GZIP 0ms 416 bytes (pipelined: 7)
Oct 28, 2018 14:55:00.454 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET /identity (6 live) GZIP
Oct 28, 2018 14:55:00.456 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12046] 200 GET /identity (6 live) GZIP 2ms 471 bytes (pipelined: 8)
Oct 28, 2018 14:55:19.876 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET /web/index.html (4 live) GZIP
Oct 28, 2018 14:55:19.876 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/index.html"
Oct 28, 2018 14:55:19.877 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/index.html is 9330.
Oct 28, 2018 14:55:19.878 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12046] 200 GET /web/index.html (4 live) GZIP 2ms 9330 bytes (pipelined: 9)
Oct 28, 2018 14:55:19.994 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET /web/main.41148bad7397de5c0c8c0808d352b6ce.css (5 live) GZIP
Oct 28, 2018 14:55:19.995 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:12443 (WAN)] GET /web/main.v3.283be5c01ff8c07b4804ab49d28656a0.css (6 live) GZIP
Oct 28, 2018 14:55:19.995 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.41148bad7397de5c0c8c0808d352b6ce.css"
Oct 28, 2018 14:55:19.995 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.v3.283be5c01ff8c07b4804ab49d28656a0.css"
Oct 28, 2018 14:55:19.995 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.41148bad7397de5c0c8c0808d352b6ce.css is 760328.
Oct 28, 2018 14:55:19.996 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.v3.283be5c01ff8c07b4804ab49d28656a0.css is 264668.
Oct 28, 2018 14:55:19.997 [0x7fa0e43ff700] DEBUG - Request: [192.168.0.25:12444 (WAN)] GET /web/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js (6 live) GZIP
Oct 28, 2018 14:55:19.998 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12445 (WAN)] GET /web/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js (6 live) GZIP
Oct 28, 2018 14:55:19.998 [0x7fa0e43ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js"
Oct 28, 2018 14:55:19.998 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js"
Oct 28, 2018 14:55:19.998 [0x7fa0e43ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js is 304503.
Oct 28, 2018 14:55:19.999 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js is 3765512.
Oct 28, 2018 14:55:19.999 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12046] 200 GET /web/main.41148bad7397de5c0c8c0808d352b6ce.css (6 live) GZIP 5ms 760328 bytes (pipelined: 10)
Oct 28, 2018 14:55:19.999 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12443] 200 GET /web/main.v3.283be5c01ff8c07b4804ab49d28656a0.css (6 live) GZIP 4ms 264668 bytes (pipelined: 1)
Oct 28, 2018 14:55:20.004 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12444] 200 GET /web/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js (6 live) GZIP 6ms 304503 bytes (pipelined: 1)
Oct 28, 2018 14:55:20.372 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12445] 200 GET /web/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js (6 live) GZIP 374ms 3765512 bytes (pipelined: 1)
Oct 28, 2018 14:55:21.164 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:12445 (WAN)] GET /web/translations/en.json (6 live) GZIP
Oct 28, 2018 14:55:21.165 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/translations/en.json"
Oct 28, 2018 14:55:21.165 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/translations/en.json is 2.
Oct 28, 2018 14:55:21.166 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12445] 200 GET /web/translations/en.json (6 live) GZIP 2ms 2 bytes (pipelined: 2)
Oct 28, 2018 14:55:21.171 [0x7fa0e43ff700] DEBUG - Request: [192.168.0.25:12046 (WAN)] GET /web/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png (6 live) GZIP
Oct 28, 2018 14:55:21.171 [0x7fa0e43ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png"
Oct 28, 2018 14:55:21.172 [0x7fa0e43ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png is 31365.
Oct 28, 2018 14:55:21.173 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12046] 200 GET /web/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png (6 live) GZIP 2ms 31365 bytes (pipelined: 11)
Oct 28, 2018 14:55:21.177 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:12443 (WAN)] GET /web/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png (6 live) GZIP
Oct 28, 2018 14:55:21.177 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png"
Oct 28, 2018 14:55:21.178 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png is 54413.
Oct 28, 2018 14:55:21.179 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12443] 200 GET /web/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png (6 live) GZIP 2ms 54413 bytes (pipelined: 2)
Oct 28, 2018 14:55:21.391 [0x7fa0f0bff700] DEBUG - Request: [192.168.0.25:12445 (WAN)] GET / (6 live) GZIP
Oct 28, 2018 14:55:21.392 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:12445] 401 GET / (6 live) GZIP 0ms 416 bytes (pipelined: 3)
Oct 28, 2018 14:55:21.468 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:12445 (WAN)] GET /identity (6 live) GZIP
Oct 28, 2018 14:55:21.469 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:12445] 200 GET /identity (6 live) GZIP 0ms 471 bytes (pipelined: 4)
Oct 28, 2018 14:56:54.480 [0x7fa0e43ff700] DEBUG - Request: [192.168.0.25:14445 (WAN)] GET /web/index.html (4 live) GZIP
Oct 28, 2018 14:56:54.481 [0x7fa0e43ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/index.html"
Oct 28, 2018 14:56:54.482 [0x7fa0e43ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/index.html is 9330.
Oct 28, 2018 14:56:54.482 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:14445] 200 GET /web/index.html (4 live) GZIP 2ms 9330 bytes (pipelined: 1)
Oct 28, 2018 14:56:54.585 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:14445 (WAN)] GET /web/main.41148bad7397de5c0c8c0808d352b6ce.css (6 live) GZIP
Oct 28, 2018 14:56:54.586 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.41148bad7397de5c0c8c0808d352b6ce.css"
Oct 28, 2018 14:56:54.586 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:14446 (WAN)] GET /web/main.v3.283be5c01ff8c07b4804ab49d28656a0.css (6 live) GZIP
Oct 28, 2018 14:56:54.587 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.v3.283be5c01ff8c07b4804ab49d28656a0.css"
Oct 28, 2018 14:56:54.587 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.41148bad7397de5c0c8c0808d352b6ce.css is 760328.
Oct 28, 2018 14:56:54.587 [0x7fa0e43ff700] DEBUG - Request: [192.168.0.25:14447 (WAN)] GET /web/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js (6 live) GZIP
Oct 28, 2018 14:56:54.587 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/main.v3.283be5c01ff8c07b4804ab49d28656a0.css is 264668.
Oct 28, 2018 14:56:54.588 [0x7fa0e43ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js"
Oct 28, 2018 14:56:54.588 [0x7fa0e43ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js is 304503.
Oct 28, 2018 14:56:54.593 [0x7fa0e5fff700] DEBUG - Request: [192.168.0.25:14448 (WAN)] GET /web/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js (6 live) GZIP
Oct 28, 2018 14:56:54.594 [0x7fa0e5fff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js"
Oct 28, 2018 14:56:54.594 [0x7fa0e5fff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js is 3765512.
Oct 28, 2018 14:56:54.595 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:14447] 200 GET /web/js/vendors-2-b7a919cdc391f9ae02b7-plex-3.67.1-f20e61c.js (6 live) GZIP 7ms 304503 bytes (pipelined: 1)
Oct 28, 2018 14:56:54.594 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:14446] 200 GET /web/main.v3.283be5c01ff8c07b4804ab49d28656a0.css (6 live) GZIP 8ms 264668 bytes (pipelined: 1)
Oct 28, 2018 14:56:54.604 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:14445] 200 GET /web/main.41148bad7397de5c0c8c0808d352b6ce.css (6 live) GZIP 19ms 760328 bytes (pipelined: 2)
Oct 28, 2018 14:56:54.936 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:14448] 200 GET /web/js/main-1-fa80bcd42150aaf7134d-plex-3.67.1-f20e61c.js (6 live) GZIP 344ms 3765512 bytes (pipelined: 1)
Oct 28, 2018 14:56:55.901 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:14448 (WAN)] GET /web/translations/en.json (6 live) GZIP
Oct 28, 2018 14:56:55.902 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/translations/en.json"
Oct 28, 2018 14:56:55.902 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/translations/en.json is 2.
Oct 28, 2018 14:56:55.903 [0x7fa0e43ff700] DEBUG - Request: [192.168.0.25:14445 (WAN)] GET /web/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png (6 live) GZIP
Oct 28, 2018 14:56:55.903 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:14448] 200 GET /web/translations/en.json (6 live) GZIP 2ms 2 bytes (pipelined: 2)
Oct 28, 2018 14:56:55.903 [0x7fa0e43ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png"
Oct 28, 2018 14:56:55.904 [0x7fa0e43ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png is 31365.
Oct 28, 2018 14:56:55.905 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:14445] 200 GET /web/common/img/backgrounds/preset-dark.64cc1c942221cd2c153244bd8ecfb67a.png (6 live) GZIP 2ms 31365 bytes (pipelined: 3)
Oct 28, 2018 14:56:55.924 [0x7fa0e23ff700] DEBUG - Request: [192.168.0.25:14445 (WAN)] GET /web/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png (6 live) GZIP
Oct 28, 2018 14:56:55.925 [0x7fa0e23ff700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png"
Oct 28, 2018 14:56:55.925 [0x7fa0e23ff700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png is 54413.
Oct 28, 2018 14:56:55.926 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:14445] 200 GET /web/common/img/backgrounds/noise.8b05ce45d0df59343e206bc9ae78d85d.png (6 live) GZIP 2ms 54413 bytes (pipelined: 4)
Oct 28, 2018 14:56:56.144 [0x7fa0f0bff700] DEBUG - Request: [192.168.0.25:14448 (WAN)] GET / (6 live) GZIP
Oct 28, 2018 14:56:56.146 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:14448] 401 GET / (6 live) GZIP 0ms 416 bytes (pipelined: 3)
Oct 28, 2018 14:56:56.241 [0x7fa0e5fff700] DEBUG - Request: [192.168.0.25:14448 (WAN)] GET /identity (6 live) GZIP
Oct 28, 2018 14:56:56.243 [0x7fa0f03fe700] DEBUG - Completed: [192.168.0.25:14448] 200 GET /identity (6 live) GZIP 2ms 471 bytes (pipelined: 4)
Oct 28, 2018 14:56:58.676 [0x7fa0e3bfe700] DEBUG - Request: [192.168.0.25:14448 (WAN)] GET /web/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png (6 live) GZIP
Oct 28, 2018 14:56:58.676 [0x7fa0e3bfe700] DEBUG - Final path: "/usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png"
Oct 28, 2018 14:56:58.677 [0x7fa0e3bfe700] DEBUG - Content-Length of /usr/lib/plexmediaserver/Resources/Plug-ins-10d48da0d/WebClient.bundle/Contents/Resources/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png is 42165.
Oct 28, 2018 14:56:58.678 [0x7fa0f0bff700] DEBUG - Completed: [192.168.0.25:14448] 200 GET /web/common/img/backgrounds/preset-light.770a0981b66e038d3ffffbcc4f5a26a4.png (6 live) GZIP 2ms 42165 bytes (pipelined: 5)
Oct 28, 2018 15:00:28.567 [0x7fa0efbfd700] DEBUG - Statistics: Flushing 1 expired bandwidth entries, 0 expired media entries.
Oct 28, 2018 15:13:57.879 [0x7fa0eebff700] DEBUG - Sync: uploadStatus
Oct 28, 2018 15:14:09.653 [0x7fa0dfbfa700] DEBUG - Putting plug-in com.plexapp.agents.imdb to sleep.
Oct 28, 2018 15:14:09.653 [0x7fa0dfbfa700] DEBUG - Stopping [com.plexapp.agents.imdb].
Oct 28, 2018 15:14:09.653 [0x7fa0dfbfa700] DEBUG - [com.plexapp.agents.imdb] Killing.
Oct 28, 2018 15:14:19.654 [0x7fa0dfbfa700] DEBUG - Stopping file watcher for com.plexapp.agents.imdb

Any suggestions? Sorry for the long post :) Thanks!

tobbenb commented 6 years ago

Don't use a remote share for the config folder. Use a local folder.

BzowK commented 6 years ago

Thanks for the reply...

I just tried that plus unintentionally spent 2 more hours on it this morning and got the exact same results. Basically, I deleted the container, then recreated it with the same string above but excluded the line mounting the /config volume. I was able to start the container and again access it's WebUI and log in, but still cannot see the server listed.

I tried restarting the container after initial power on as well as deleting Preferences.xml from within the container then restarting a couple of times afterwards. It recreated the file, but got the exact same results.

I'm happy to post updated logs and such, but after detailed review; the exact same issues appear as what I posted previously. Preferences.xml doesn't mention a token, Plex logs have ...X-Plex-Token= with no token afterwards and do not mention my username, and I still get the below in the Docker log

    ------------------------------------------------------
       Login via the webui at http://<ip>:32400/web,
       and restart the docker, because there was no,
       preference file found, possibly first startup.  ,
    ------------------------------------------------------

Think installing PMS on a linux box then copying it's Preferences.xml over would successfully jumpstart it?

Any more suggestions? Thanks

james-d-elliott commented 6 years ago

I'd suggest deleting all data in the ~plex/config folder and start the container over from scratch.

Or specify another folder for testing.

tobbenb commented 6 years ago

How did you install docker? Through fedora repo or docker.com? Install it from docker.com if you installed it from the fedora repo.

Another thing, don't run the container with root for PUID and PGID. Use a normal user.

homerr commented 5 years ago

How have you got on with re-creating and not running as root?

BzowK commented 5 years ago

Hey -

Sorry for late reply - I've been crazy busy, but plan to test again by the weekend and will update. Thanks!

squarefrog commented 5 years ago

I think I have a similar issue here. I've set setup Plex using docker-compose, but when i go to access plex with http://my-ip:32400/web it prompts me to login, then after logging in it only shows me my shared servers.

This is with a brand new installation. I know using http://localhost:32400/web solves issues sometimes, but I'm not sure how I can do that while using docker?

aptalca commented 5 years ago

Use host networking to set up initially and make sure that the computer you are connecting from is on the same subnet as the plex server.

If not, you can use the ssh tunnel method to get on the same subnet.

Once set up, you can switch to bridge networking

squarefrog commented 5 years ago

I am using host networking and I only have one subnet.

EDIT: I'm sorry, i deleted the config folder, restarted and tried a different computer and now it is working. Apologies.

timelf123 commented 5 years ago

I had to manually add my token from another working install, even though I am on the same subnet as the plex device being configured

guillaumedsde commented 5 years ago

Use host networking to set up initially and make sure that the computer you are connecting from is on the same subnet as the plex server.

If not, you can use the ssh tunnel method to get on the same subnet.

Once set up, you can switch to bridge networking

Doing this (using host networking for initial setup) worked quite well for me.

ironicbadger commented 5 years ago

Closing due to lack of activity.

pierre-emmanuelJ commented 5 years ago

same problem

Hasgassa commented 2 years ago

Well, I was facing the same issue and my issue was not connecting to my server directly first (using internal LAN IP address).

So, what I did was:

  1. Connect to my plex server using local LAN address (http://192.168.x.x:32400/web)
  2. Server registration - At this point I was seeing the Server configuration (http://192.168.x.x:32400/web/index.html#!/setup/111d16xxxxxxxxxxxxxxxxxxxxx which I was not seeing when using my external address over the internet with port forwarding) image
  3. Connected to my plex server using my external address or using https://app.plex.tv/ and the server is visible again

Hopefully it may help some of you.