Jump to content

Emby on Docker Container starts, but site never loads


cargsl

Recommended Posts

Yesterday I created a new installation of emby using a Docker Container. It all went pretty well until this morning, when I tried to open up the website on my laptop and Emby wouldn't load (google chrome would stay stuck at Connecting...) . I checked the container and sure enough it is running. After taking a look at the logs (attached below) and seeing nothing that ringed a bell, I decided to rename the config volume on my container and restart it. After that emby loads the welcome wizard without issue. 

 

This points to a faulty configuration on the server, but I couldn't discover what it could be. So I'm here asking for your wisdom.

 

Here are my logs:

2018-08-17 06:09:22.081 Info Main: Application path: /system/EmbyServer.dll
2018-08-17 06:09:22.087 Info Main: Emby
	Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
	Operating system: Unix 4.4.0.133
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 4
	Program data path: /config
	Application directory: /system
2018-08-17 06:09:22.231 Info App: Application version: 3.5.2.0
2018-08-17 06:09:22.232 Info App: Loading assemblies
2018-08-17 06:09:22.248 Info App: File /config/plugins/OpenSubtitles.dll has version 1.0.2.0
2018-08-17 06:09:22.248 Info App: File /system/plugins/OpenSubtitles.dll has version 1.0.2.0
2018-08-17 06:09:22.248 Info App: File /config/plugins/Emby.Server.CinemaMode.dll has version 1.0.2.0
2018-08-17 06:09:22.248 Info App: File /system/plugins/Emby.Server.CinemaMode.dll has version 1.0.2.0
2018-08-17 06:09:22.248 Info App: File /config/plugins/IMVDb.dll has version 1.0.1.0
2018-08-17 06:09:22.248 Info App: File /system/plugins/IMVDb.dll has version 1.0.1.0
2018-08-17 06:09:22.253 Info App: Loading Emby.Server.CinemaMode, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.Server.CinemaMode.dll
2018-08-17 06:09:22.253 Info App: Loading IMVDb, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null from /config/plugins/IMVDb.dll
2018-08-17 06:09:22.253 Info App: Loading OpenSubtitles, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null from /config/plugins/OpenSubtitles.dll
2018-08-17 06:09:22.253 Info App: Loading MediaBrowser.Api, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading MediaBrowser.WebDashboard, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading MediaBrowser.Model, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading MediaBrowser.Common, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading MediaBrowser.Controller, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading MediaBrowser.Providers, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading Emby.Photos, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading Emby.Server.Implementations, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading Emby.Server.MediaEncoding, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading Emby.Dlna, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading MediaBrowser.LocalMetadata, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading Emby.Notifications, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading MediaBrowser.XbmcMetadata, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading Emby.Server.Connect, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.253 Info App: Loading Emby.Server.Sync, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null
2018-08-17 06:09:22.395 Info SqliteUserRepository: Sqlite version: 3.24.0
2018-08-17 06:09:22.396 Info SqliteUserRepository: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1
2018-08-17 06:09:22.417 Info SqliteUserRepository: Default journal_mode for /config/data/users.db is wal
2018-08-17 06:09:22.419 Info SqliteUserRepository: PRAGMA synchronous=1
2018-08-17 06:09:22.430 Info AuthenticationRepository: Default journal_mode for /config/data/authentication.db is wal
2018-08-17 06:09:22.430 Info AuthenticationRepository: PRAGMA synchronous=1
2018-08-17 06:09:22.490 Info ActivityRepository: Default journal_mode for /config/data/activitylog.db is wal
2018-08-17 06:09:22.490 Info ActivityRepository: PRAGMA synchronous=1
2018-08-17 06:09:22.492 Info SqliteDisplayPreferencesRepository: Default journal_mode for /config/data/displaypreferences.db is wal
2018-08-17 06:09:22.492 Info SqliteDisplayPreferencesRepository: PRAGMA synchronous=1
2018-08-17 06:09:22.572 Debug XmlSerializer: Deserializing file /config/config/users/4c6d100e5b63453ca8e5b9e14a7f0fb7/policy.xml
2018-08-17 06:09:22.601 Info SqliteItemRepository: Default journal_mode for /config/data/library.db is wal
2018-08-17 06:09:22.601 Info SqliteItemRepository: PRAGMA synchronous=1
2018-08-17 06:09:22.664 Debug XmlSerializer: Deserializing file /config/config/encoding.xml
2018-08-17 06:09:22.741 Info HttpServer: Calling ServiceStack AppHost.Init
2018-08-17 06:09:23.027 Info HttpServer: Adding HttpListener prefix http://+:8096/
2018-08-17 06:09:23.028 Info HttpServer: Adding HttpListener prefix https://+:8920/
2018-08-17 06:09:23.184 Info Skia: SkiaSharp version: 1.60.0.0
2018-08-17 06:09:23.210 Info TaskManager: Daily trigger for Chapter image extraction set to fire at 8/18/18 2:00:00 AM, which is 1190.61315143833 minutes from now.
2018-08-17 06:09:23.218 Info TaskManager: Daily trigger for Rotate log file set to fire at 8/18/18 12:00:00 AM, which is 1070.61301721833 minutes from now.
2018-08-17 06:09:23.224 Info MediaEncoder: FFMpeg: /bin/ffmpeg
2018-08-17 06:09:23.224 Info MediaEncoder: FFProbe: /bin/ffprobe
2018-08-17 06:09:23.224 Info MediaEncoder: Validating media encoder at /bin/ffmpeg
2018-08-17 06:09:23.226 Info MediaEncoder: Running /bin/ffmpeg -decoders
2018-08-17 06:09:23.251 Info MediaEncoder: Decoder available: mpeg2video
2018-08-17 06:09:23.252 Info MediaEncoder: Decoder available: h264_cuvid
2018-08-17 06:09:23.252 Info MediaEncoder: Decoder available: hevc_cuvid
2018-08-17 06:09:23.252 Info MediaEncoder: Decoder available: mpeg2_cuvid
2018-08-17 06:09:23.252 Info MediaEncoder: Decoder available: mpeg4_cuvid
2018-08-17 06:09:23.253 Info MediaEncoder: Decoder available: vc1_cuvid
2018-08-17 06:09:23.253 Info MediaEncoder: Decoder available: vp8_cuvid
2018-08-17 06:09:23.253 Info MediaEncoder: Decoder available: vp9_cuvid
2018-08-17 06:09:23.255 Info MediaEncoder: Decoder available: ac3
2018-08-17 06:09:23.255 Info MediaEncoder: Decoder available: aac
2018-08-17 06:09:23.255 Info MediaEncoder: Decoder available: mp3
2018-08-17 06:09:23.255 Info MediaEncoder: Decoder available: h264
2018-08-17 06:09:23.255 Info MediaEncoder: Decoder available: hevc
2018-08-17 06:09:23.258 Info MediaEncoder: Running /bin/ffmpeg -encoders
2018-08-17 06:09:23.281 Info MediaEncoder: Encoder available: libx264
2018-08-17 06:09:23.281 Info MediaEncoder: Encoder available: mpeg4
2018-08-17 06:09:23.281 Info MediaEncoder: Encoder available: msmpeg4
2018-08-17 06:09:23.281 Info MediaEncoder: Encoder available: aac
2018-08-17 06:09:23.281 Info MediaEncoder: Encoder available: libmp3lame
2018-08-17 06:09:23.282 Info MediaEncoder: Encoder available: libopus
2018-08-17 06:09:23.282 Info MediaEncoder: Encoder available: libvorbis
2018-08-17 06:09:23.282 Info MediaEncoder: Encoder available: srt
2018-08-17 06:09:23.282 Info MediaEncoder: Encoder available: h264_nvenc
2018-08-17 06:09:23.282 Info MediaEncoder: Encoder available: hevc_nvenc
2018-08-17 06:09:23.283 Info MediaEncoder: Encoder available: h264_vaapi
2018-08-17 06:09:23.283 Info MediaEncoder: Encoder available: hevc_vaapi
2018-08-17 06:09:23.283 Info MediaEncoder: Encoder available: h264_v4l2m2m
2018-08-17 06:09:23.283 Info MediaEncoder: Encoder available: libwebp
2018-08-17 06:09:23.283 Info MediaEncoder: Encoder available: ac3
2018-08-17 06:09:23.284 Info MediaEncoder: Running /bin/ffmpeg -protocols
2018-08-17 06:09:23.306 Info MediaEncoder: Encoder validation complete
2018-08-17 06:09:23.306 Info MediaEncoder: ffmpeg supported protocols: async,cache,concat,crypto,data,ffrtmphttp,file,ftp,gopher,hls,http,httpproxy,https,mmsh,mmst,pipe,rtmp,rtmps,rtmpt,rtmpts,rtp,srtp,subfile,tcp,tls,udp,udplite,unix,smb
2018-08-17 06:09:23.308 Info App: ServerId: d41997fad22b4652a955a70648f66855
2018-08-17 06:09:23.344 Info App: Starting entry point MediaBrowser.WebDashboard.ServerEntryPoint
2018-08-17 06:09:23.345 Info App: Entry point completed: MediaBrowser.WebDashboard.ServerEntryPoint. Duration: 0.000574 seconds
2018-08-17 06:09:23.345 Info App: Starting entry point Emby.Dlna.Main.DlnaEntryPoint
2018-08-17 06:09:23.352 Debug XmlSerializer: Deserializing file /config/config/dlna/system/foobar2000.xml
2018-08-17 06:09:23.398 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2013).xml
2018-08-17 06:09:23.407 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player.xml
2018-08-17 06:09:23.407 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player 2013.xml
2018-08-17 06:09:23.408 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player 2014.xml
2018-08-17 06:09:23.408 Debug XmlSerializer: Deserializing file /config/config/dlna/system/DirecTV HD-DVR.xml
2018-08-17 06:09:23.408 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sharp Smart TV.xml
2018-08-17 06:09:23.409 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Default.xml
2018-08-17 06:09:23.409 Debug XmlSerializer: Deserializing file /config/config/dlna/system/WDTV Live.xml
2018-08-17 06:09:23.409 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Popcorn Hour.xml
2018-08-17 06:09:23.409 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player 2015.xml
2018-08-17 06:09:23.410 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Denon AVR.xml
2018-08-17 06:09:23.410 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Linksys DMA2100.xml
2018-08-17 06:09:23.410 Debug XmlSerializer: Deserializing file /config/config/dlna/system/LG Smart TV.xml
2018-08-17 06:09:23.410 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2012).xml
2018-08-17 06:09:23.411 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Samsung Smart TV.xml
2018-08-17 06:09:23.411 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2010).xml
2018-08-17 06:09:23.411 Debug XmlSerializer: Deserializing file /config/config/dlna/system/MediaMonkey.xml
2018-08-17 06:09:23.412 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player 2016.xml
2018-08-17 06:09:23.412 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony PlayStation 3.xml
2018-08-17 06:09:23.412 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Marantz.xml
2018-08-17 06:09:23.412 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony PlayStation 4.xml
2018-08-17 06:09:23.413 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2014).xml
2018-08-17 06:09:23.413 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Panasonic Viera.xml
2018-08-17 06:09:23.413 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2011).xml
2018-08-17 06:09:23.414 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Dish Hopper-Joey.xml
2018-08-17 06:09:23.414 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Xbox One.xml
2018-08-17 06:09:23.416 Debug XmlSerializer: Deserializing file /config/config/dlna.xml
2018-08-17 06:09:23.493 Info App: Entry point completed: Emby.Dlna.Main.DlnaEntryPoint. Duration: 0.1482715 seconds
2018-08-17 06:09:23.493 Info App: Starting entry point Emby.Server.Connect.ConnectEntryPoint
2018-08-17 06:09:23.495 Info App: Loading data from /config/data/connect.txt
2018-08-17 06:09:23.504 Info App: Loading data from /config/data/wan.dat
2018-08-17 06:09:23.516 Info App: Entry point completed: Emby.Server.Connect.ConnectEntryPoint. Duration: 0.0225545 seconds
2018-08-17 06:09:23.516 Info App: Core startup complete
2018-08-17 06:09:23.516 Info App: Post-init migrations complete
2018-08-17 06:09:23.516 Info App: Starting entry point Emby.Security.PluginSecurityManager
2018-08-17 06:09:23.520 Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 2.59E-05 seconds
2018-08-17 06:09:23.520 Info App: Starting entry point Emby.Server.CinemaMode.IntrosEntryPoint
2018-08-17 06:09:23.520 Info App: Entry point completed: Emby.Server.CinemaMode.IntrosEntryPoint. Duration: 0.0002549 seconds
2018-08-17 06:09:23.520 Info App: Starting entry point MediaBrowser.Api.ApiEntryPoint
2018-08-17 06:09:23.520 Info App: Entry point completed: MediaBrowser.Api.ApiEntryPoint. Duration: 6.25E-05 seconds
2018-08-17 06:09:23.520 Info App: Starting entry point Emby.Server.Implementations.News.NewsEntryPoint
2018-08-17 06:09:23.520 Info App: Entry point completed: Emby.Server.Implementations.News.NewsEntryPoint. Duration: 0.0003113 seconds
2018-08-17 06:09:23.521 Info App: Starting entry point Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint
2018-08-17 06:09:23.524 Info App: Loading live tv data from /config/data/livetv/timers
2018-08-17 06:09:23.531 Debug XmlSerializer: Deserializing file /config/config/livetv.xml
2018-08-17 06:09:23.586 Debug App: Ping test result to http://172.17.0.3:8096/system/ping. Success: True
2018-08-17 06:09:23.587 Debug App: Ping test result to http://172.17.0.3:8096/system/ping. Success: True
2018-08-17 06:09:23.589 Info Dlna: Registering publisher for urn:schemas-upnp-org:device:MediaServer:1 on 172.17.0.3
2018-08-17 06:09:23.596 Debug Dlna: Device Added MediaServer - d41997fad22b4652a955a70648f66855 - http://172.17.0.3:8096/dlna/d41997fad22b4652a955a70648f66855/description.xml
2018-08-17 06:09:23.660 Debug XmlSerializer: Deserializing file /config/root/default/Anime/options.xml
2018-08-17 06:09:23.690 Debug XmlSerializer: Deserializing file /config/root/default/TV Shows/options.xml
2018-08-17 06:09:23.691 Debug XmlSerializer: Deserializing file /config/root/default/Movies/options.xml
2018-08-17 06:09:23.692 Info App: Entry point completed: Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint. Duration: 0.1713001 seconds
2018-08-17 06:09:23.692 Info App: Starting entry point Emby.Server.Implementations.Library.DeviceAccessEntryPoint
2018-08-17 06:09:23.692 Info App: Entry point completed: Emby.Server.Implementations.Library.DeviceAccessEntryPoint. Duration: 0.0004696 seconds
2018-08-17 06:09:23.692 Info App: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup
2018-08-17 06:09:23.710 Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.0176808 seconds
2018-08-17 06:09:23.710 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint
2018-08-17 06:09:23.711 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.000665 seconds
2018-08-17 06:09:23.711 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ExternalPortForwarding
2018-08-17 06:09:23.712 Debug PortMapper: Starting NAT discovery
2018-08-17 06:09:23.718 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ExternalPortForwarding. Duration: 0.0075023 seconds
2018-08-17 06:09:23.718 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake
2018-08-17 06:09:23.719 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 0.0002299 seconds
2018-08-17 06:09:23.719 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier
2018-08-17 06:09:23.720 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0015529 seconds
2018-08-17 06:09:23.720 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.RecordingNotifier
2018-08-17 06:09:23.721 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.RecordingNotifier. Duration: 0.0012874 seconds
2018-08-17 06:09:23.722 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier
2018-08-17 06:09:23.724 Info LibraryMonitor: Watching directory /media/movies
2018-08-17 06:09:23.724 Info LibraryMonitor: Watching directory /media/anime
2018-08-17 06:09:23.724 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0026342 seconds
2018-08-17 06:09:23.724 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard
2018-08-17 06:09:23.724 Info LibraryMonitor: Watching directory /media/tv-series
2018-08-17 06:09:23.725 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.0006293 seconds
2018-08-17 06:09:23.725 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents
2018-08-17 06:09:23.725 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.0003765 seconds
2018-08-17 06:09:23.725 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint
2018-08-17 06:09:23.727 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint. Duration: 0.0014269 seconds
2018-08-17 06:09:23.727 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UsageEntryPoint
2018-08-17 06:09:23.728 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UsageEntryPoint. Duration: 0.0018258 seconds
2018-08-17 06:09:23.729 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier
2018-08-17 06:09:23.729 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 0.0004881 seconds
2018-08-17 06:09:23.729 Info App: Starting entry point Emby.Server.Implementations.Devices.DeviceManagerEntryPoint
2018-08-17 06:09:23.730 Info App: Entry point completed: Emby.Server.Implementations.Devices.DeviceManagerEntryPoint. Duration: 0.0012533 seconds
2018-08-17 06:09:23.730 Info App: Starting entry point Emby.Server.Implementations.Collections.CollectionManagerEntryPoint
2018-08-17 06:09:23.732 Info App: Entry point completed: Emby.Server.Implementations.Collections.CollectionManagerEntryPoint. Duration: 0.0014269 seconds
2018-08-17 06:09:23.732 Info App: Starting entry point Emby.Server.Implementations.Activity.ActivityLogEntryPoint
2018-08-17 06:09:23.735 Info App: Entry point completed: Emby.Server.Implementations.Activity.ActivityLogEntryPoint. Duration: 0.0033881 seconds
2018-08-17 06:09:23.735 Info App: Starting entry point Emby.Server.MediaEncoding.Api.ApiEntryPoint
2018-08-17 06:09:23.736 Info App: Entry point completed: Emby.Server.MediaEncoding.Api.ApiEntryPoint. Duration: 0.0007499 seconds
2018-08-17 06:09:23.736 Info App: Starting entry point Emby.Notifications.Notifications
2018-08-17 06:09:23.737 Info App: Entry point completed: Emby.Notifications.Notifications. Duration: 0.000548 seconds
2018-08-17 06:09:23.737 Info App: Starting entry point MediaBrowser.XbmcMetadata.EntryPoint
2018-08-17 06:09:23.737 Info App: Entry point completed: MediaBrowser.XbmcMetadata.EntryPoint. Duration: 0.0001724 seconds
2018-08-17 06:09:23.737 Info App: Starting entry point Emby.Security.PluginSecurityManager
2018-08-17 06:09:23.737 Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 2.46E-05 seconds
2018-08-17 06:09:23.737 Info App: Starting entry point Emby.Server.Sync.SyncManagerEntryPoint
2018-08-17 06:09:23.741 Info App: Sqlite version: 3.24.0
2018-08-17 06:09:23.741 Info App: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1
2018-08-17 06:09:23.741 Info App: Default journal_mode for /config/data/sync14.db is wal
2018-08-17 06:09:23.742 Info App: PRAGMA synchronous=1
2018-08-17 06:09:23.744 Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.0070014 seconds
2018-08-17 06:09:23.744 Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint
2018-08-17 06:09:23.745 Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0016563 seconds
2018-08-17 06:09:23.745 Info App: All entry points have started
2018-08-17 06:09:24.039 Info HttpClient: GET https://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
2018-08-17 06:09:26.224 Info TaskManager: StartupTrigger fired for task: Check for application updates
2018-08-17 06:09:26.224 Info TaskManager: StartupTrigger fired for task: Check for plugin updates
2018-08-17 06:09:26.226 Info TaskManager: Queueing task SystemUpdateTask
2018-08-17 06:09:26.226 Info TaskManager: Queueing task PluginUpdateTask
2018-08-17 06:09:26.231 Info TaskManager: Executing Check for application updates
2018-08-17 06:09:26.231 Info TaskManager: Executing Check for plugin updates
2018-08-17 06:09:26.241 Info HttpClient: GET https://api.github.com/repos/MediaBrowser/Emby.Releases/releases
2018-08-17 06:09:26.242 Info HttpClient: GET https://www.mb3admin.com/admin/service/EmbyPackages.json
2018-08-17 06:09:44.052 Error HttpClient: Connection to https://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog timed out
2018-08-17 06:09:44.061 Error App: Error downloading news
	*** Error Report ***
	Version: 3.5.2.0
	Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
	Operating system: Unix 4.4.0.133
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 4
	Program data path: /config
	Application directory: /system
	MediaBrowser.Model.Net.HttpException: Connection to https://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog timed out ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
	   --- End of inner exception stack trace ---
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
	   at System.Net.Security.SslState.ThrowIfExceptional()
	   at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
	   at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
	   at System.Net.Security.SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult)
	   at System.Net.Security.SslStream.<>c.<AuthenticateAsClientAsync>b__47_1(IAsyncResult iar)
	   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
	   --- End of inner exception stack trace ---
	   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
	   at System.Threading.Tasks.ValueTask`1.get_Result()
	   at System.Net.Http.HttpConnectionPool.CreateConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Threading.Tasks.ValueTask`1.get_Result()
	   at System.Net.Http.HttpConnectionPool.WaitForCreatedConnectionAsync(ValueTask`1 creationTask)
	   at System.Threading.Tasks.ValueTask`1.get_Result()
	   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
	   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   --- End of inner exception stack trace ---
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.News.NewsEntryPoint.DownloadNews(String path)
	   at Emby.Server.Implementations.News.NewsEntryPoint.OnTimerFired(Object state)
	MediaBrowser.Model.Net.HttpException
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.News.NewsEntryPoint.DownloadNews(String path)
	   at Emby.Server.Implementations.News.NewsEntryPoint.OnTimerFired(Object state)
	InnerException: System.Threading.Tasks.TaskCanceledException
	System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
	   --- End of inner exception stack trace ---
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
	   at System.Net.Security.SslState.ThrowIfExceptional()
	   at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
	   at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
	   at System.Net.Security.SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult)
	   at System.Net.Security.SslStream.<>c.<AuthenticateAsClientAsync>b__47_1(IAsyncResult iar)
	   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
	   --- End of inner exception stack trace ---
	   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
	   at System.Threading.Tasks.ValueTask`1.get_Result()
	   at System.Net.Http.HttpConnectionPool.CreateConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Threading.Tasks.ValueTask`1.get_Result()
	   at System.Net.Http.HttpConnectionPool.WaitForCreatedConnectionAsync(ValueTask`1 creationTask)
	   at System.Threading.Tasks.ValueTask`1.get_Result()
	   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
	   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
	   at System.Threading.Tasks.ValueTask`1.get_Result()
	   at System.Net.Http.HttpConnectionPool.CreateConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Threading.Tasks.ValueTask`1.get_Result()
	   at System.Net.Http.HttpConnectionPool.WaitForCreatedConnectionAsync(ValueTask`1 creationTask)
	   at System.Threading.Tasks.ValueTask`1.get_Result()
	   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
	   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	InnerException: System.IO.IOException
	System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
	   --- End of inner exception stack trace ---
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
	   at System.Net.Security.SslState.ThrowIfExceptional()
	   at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
	   at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
	   at System.Net.Security.SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult)
	   at System.Net.Security.SslStream.<>c.<AuthenticateAsClientAsync>b__47_1(IAsyncResult iar)
	   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
	   at System.Net.Security.SslState.ThrowIfExceptional()
	   at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
	   at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
	   at System.Net.Security.SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult)
	   at System.Net.Security.SslStream.<>c.<AuthenticateAsClientAsync>b__47_1(IAsyncResult iar)
	   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
	InnerException: System.Net.Sockets.SocketException
	System.Net.Sockets.SocketException (125): Operation canceled
	
2018-08-17 06:09:46.247 Error HttpClient: Connection to https://www.mb3admin.com/admin/service/EmbyPackages.json timed out
2018-08-17 06:09:46.255 Error TaskManager: Error
	*** Error Report ***
	Version: 3.5.2.0
	Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
	Operating system: Unix 4.4.0.133
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 4
	Program data path: /config
	Application directory: /system
	MediaBrowser.Model.Net.HttpException: Connection to https://www.mb3admin.com/admin/service/EmbyPackages.json timed out ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
	   --- End of inner exception stack trace ---
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
	   at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
	   at System.Net.Http.HttpConnection.FillAsync()
	   at System.Net.Http.HttpConnection.ReadNextResponseHeaderLineAsync(Boolean foldedHeadersAllowed)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   --- End of inner exception stack trace ---
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
	   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   --- End of inner exception stack trace ---
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.Updates.InstallationManager.GetAvailablePackagesWithoutRegistrationInfo(CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Updates.InstallationManager.GetAvailablePluginUpdates(Version applicationVersion, Boolean withAutoUpdateEnabled, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.ScheduledTasks.PluginUpdateTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
	   at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
	MediaBrowser.Model.Net.HttpException
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.Updates.InstallationManager.GetAvailablePackagesWithoutRegistrationInfo(CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Updates.InstallationManager.GetAvailablePluginUpdates(Version applicationVersion, Boolean withAutoUpdateEnabled, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.ScheduledTasks.PluginUpdateTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
	   at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
	InnerException: System.Threading.Tasks.TaskCanceledException
	System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
	   --- End of inner exception stack trace ---
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
	   at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
	   at System.Net.Http.HttpConnection.FillAsync()
	   at System.Net.Http.HttpConnection.ReadNextResponseHeaderLineAsync(Boolean foldedHeadersAllowed)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   --- End of inner exception stack trace ---
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
	   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
	   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	InnerException: System.IO.IOException
	System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
	   --- End of inner exception stack trace ---
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
	   at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
	   at System.Net.Http.HttpConnection.FillAsync()
	   at System.Net.Http.HttpConnection.ReadNextResponseHeaderLineAsync(Boolean foldedHeadersAllowed)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
	   at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
	   at System.Net.Http.HttpConnection.FillAsync()
	   at System.Net.Http.HttpConnection.ReadNextResponseHeaderLineAsync(Boolean foldedHeadersAllowed)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	InnerException: System.Net.Sockets.SocketException
	System.Net.Sockets.SocketException (125): Operation canceled
	
2018-08-17 06:09:46.256 Info TaskManager: Check for plugin updates Failed after 0 minute(s) and 20 seconds
2018-08-17 06:09:46.310 Debug XmlSerializer: Deserializing file /config/config/notifications.xml
2018-08-17 06:09:46.327 Info TaskManager: ExecuteQueuedTasks
2018-08-17 06:09:54.540 Error App: Error refreshing server authorizations.
	*** Error Report ***
	Version: 3.5.2.0
	Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
	Operating system: Unix 4.4.0.133
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 4
	Program data path: /config
	Application directory: /system
	MediaBrowser.Model.Net.HttpException: Connection to https://connect.emby.media/service/ServerAuthorizations?serverId=c965e5f4194940757623ebc5aa4e92a0 timed out ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
	   --- End of inner exception stack trace ---
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
	   at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   --- End of inner exception stack trace ---
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
	   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   --- End of inner exception stack trace ---
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Connect.ConnectManager.RefreshAuthorizationsInternal(Boolean refreshImages, CancellationToken cancellationToken)
	MediaBrowser.Model.Net.HttpException
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Connect.ConnectManager.RefreshAuthorizationsInternal(Boolean refreshImages, CancellationToken cancellationToken)
	InnerException: System.Threading.Tasks.TaskCanceledException
	System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
	   --- End of inner exception stack trace ---
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
	   at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   --- End of inner exception stack trace ---
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
	   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
	   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	InnerException: System.IO.IOException
	System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
	   --- End of inner exception stack trace ---
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
	   at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
	   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
	   at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
	   at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
	   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
	InnerException: System.Net.Sockets.SocketException
	System.Net.Sockets.SocketException (125): Operation canceled
	
2018-08-17 06:09:54.542 Error App: Error registering with Connect
	*** Error Report ***
	Version: 3.5.2.0
	Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
	Operating system: Unix 4.4.0.133
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 4
	Program data path: /config
	Application directory: /system
	MediaBrowser.Common.Extensions.RemoteServiceUnavailableException: Exception of type 'MediaBrowser.Common.Extensions.RemoteServiceUnavailableException' was thrown.
	   at Emby.Server.Connect.ConnectManager.UpdateServerRegistration(String wanApiAddress, String localAddress)
	   at Emby.Server.Connect.ConnectManager.UpdateConnectInfoInternal(CancellationToken cancellationToken)
	MediaBrowser.Common.Extensions.RemoteServiceUnavailableException
	   at Emby.Server.Connect.ConnectManager.UpdateServerRegistration(String wanApiAddress, String localAddress)
	   at Emby.Server.Connect.ConnectManager.UpdateConnectInfoInternal(CancellationToken cancellationToken)
	

Link to comment
Share on other sites

This is my docker run command. When I said I renamed the config volume, I meant I renamed the folder on the host's filesystem (/nas-main-vol/confs/emby to something else) so that when the container restarted, it would start with a clean config (and in that case, it would work correctly). If I restored the configuration, the container starts but the website never lods.

 

docker run \

    --name emby \
    --restart unless-stopped \
    -d \
    -v /nas-main-vol/backups/emby:/backups \
    -v /nas-main-vol/confs/emby:/config \
    -v /nas-main-vol/media:/media \
    --device /dev/dri/renderD128 \
    --publish 8096:8096 \
    --env GIDLIST=44 emby/embyserver:latest
Link to comment
Share on other sites

Yea that's really strange. I'm not quite sure. Since this is all new and I assume there's no data you need to recover, we might as well just see if this happens again with the new folder. Thanks.

Link to comment
Share on other sites

So I reset all configuration and now everything is working correctly on the website. I have another issue with playback, but created a new Topic for that.

 

Thanks for the help.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...