MediaBrowser / Emby

Emby Server is a personal media server with apps on just about every device.
https://emby.media
GNU General Public License v2.0
4.09k stars 798 forks source link

Library deletion #3190

Closed tomtom30 closed 6 years ago

tomtom30 commented 6 years ago

Hi, I have an issue with library deletion. In fact, I have deleted a source (smb://192.168.1.101/music) to recreate it with (smb://192.168.1.97/music). But now it doesn't want to scan enough. It always scan for 192.168.1.101 so it bug.

see the logs

2018-03-04 23:17:55.543 Info TaskManager: ExecuteQueuedTasks 2018-03-04 23:17:56.834 Error App: Error in Emby.Server.Implementations.IO.LibraryMonitorStartup *** Error Report *** Version: 3.3.1.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 4.4.0.62 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 4.8.1 (Stable 4.8.1.0/22a39d7 Tue May 2 22:26:20 UTC 2017) Processor count: 4 Program data path: /config Application directory: /usr/lib/emby-server/bin SharpCifs.Smb.SmbException: Failed to connect: 0.0.0.0<00>/192.168.1.101 <------------------ at SharpCifs.Smb.SmbTransport.Connect () [0x00028] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTree.TreeConnect (SharpCifs.Smb.ServerMessageBlock andx, SharpCifs.Smb.ServerMessageBlock andxResponse) [0x0006d] in <07306ae2f140476099e69d171d6871b3>:0 SharpCifs.Util.Transport.TransportException: I/O error occurred. at SharpCifs.Util.Transport.Transport.Connect (System.Int64 timeout) [0x00154] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTransport.Connect () [0x00000] in <07306ae2f140476099e69d171d6871b3>:0 SharpCifs.Util.Transport.TransportException: I/O error occurred. at SharpCifs.Util.Transport.Transport.Connect (System.Int64 timeout) [0x00115] in <07306ae2f140476099e69d171d6871b3>:0 SharpCifs.Util.Sharpen.ConnectException: Can't connect to end point. at SharpCifs.Util.Sharpen.SocketEx.Connect (System.Net.IPEndPoint endPoint, System.Int32 timeOut) [0x00072] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTransport.Ssn139 () [0x00069] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTransport.Negotiate (System.Int32 port, SharpCifs.Smb.ServerMessageBlock resp) [0x0001c] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTransport.DoConnect () [0x00050] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Util.Transport.Transport.Run () [0x00008] in <07306ae2f140476099e69d171d6871b3>:0

but my config is smb:// 192.168.1.97/music in /config/root/default/Musiques files

Can you help?

LukePulverenti commented 6 years ago

Hi there, can you please attach the complete emby server log? thanks.

tomtom30 commented 6 years ago

Here is a startup log.

`2018-03-04 23:28:07.260 Info Main: Emby Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 4.4.0.62 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 4.8.1 (Stable 4.8.1.0/22a39d7 Tue May 2 22:26:20 UTC 2017) Processor count: 4 Program data path: /config Application directory: /usr/lib/emby-server/bin 2018-03-04 23:28:07.622 Info App: Application version: 3.3.1.0 2018-03-04 23:28:07.623 Info App: Loading assemblies 2018-03-04 23:28:07.641 Info App: Loading Emby.Kodi.SyncQueue, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading statistics, Version=2.0.4.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading Trakt, Version=3.1.5.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading MediaBrowser.Api, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading MediaBrowser.WebDashboard, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading MediaBrowser.Model, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading MediaBrowser.Common, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading MediaBrowser.Controller, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading MediaBrowser.Providers, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading Emby.Photos, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading Emby.Server.Implementations, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading Emby.Server.MediaEncoding, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading Emby.Dlna, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading MediaBrowser.LocalMetadata, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading MediaBrowser.XbmcMetadata, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading MediaBrowser.Server.Mono, Version=3.3.1.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading Emby.Server.CinemaMode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading Emby.Server.Connect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.641 Info App: Loading Emby.Server.Sync, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 2018-03-04 23:28:07.706 Info SqliteUserRepository: Sqlite version: 3.18.0 2018-03-04 23:28:07.707 Info SqliteUserRepository: Sqlite compiler options: COMPILER=gcc-5.3.1 20160413,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_SYNCHRONOUS=2,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS5,ENABLE_JSON1,ENABLE_LOAD_EXTENSION,ENABLE_RTREE,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,OMIT_LOOKASIDE,SECURE_DELETE,SYSTEM_MALLOC,THREADSAFE=1 2018-03-04 23:28:07.731 Info SqliteUserRepository: Default journal_mode for /config/data/users.db is wal 2018-03-04 23:28:07.733 Info SqliteUserRepository: PRAGMA synchronous=1 2018-03-04 23:28:07.742 Info AuthenticationRepository: Default journal_mode for /config/data/authentication.db is wal 2018-03-04 23:28:07.742 Info AuthenticationRepository: PRAGMA synchronous=1 2018-03-04 23:28:07.799 Info DeviceManager: Default journal_mode for /config/data/devices.db is wal 2018-03-04 23:28:07.799 Info DeviceManager: PRAGMA synchronous=1 2018-03-04 23:28:07.810 Info ActivityRepository: Default journal_mode for /config/data/activitylog.db is wal 2018-03-04 23:28:07.810 Info ActivityRepository: PRAGMA synchronous=1 2018-03-04 23:28:07.812 Info SqliteDisplayPreferencesRepository: Default journal_mode for /config/data/displaypreferences.db is wal 2018-03-04 23:28:07.812 Info SqliteDisplayPreferencesRepository: PRAGMA synchronous=1 2018-03-04 23:28:07.816 Info SqliteItemRepository: Default journal_mode for /config/data/library.db is wal 2018-03-04 23:28:07.816 Info SqliteItemRepository: PRAGMA synchronous=1 2018-03-04 23:28:07.827 Info SqliteNotificationsRepository: Default journal_mode for /config/data/notifications.db is wal 2018-03-04 23:28:07.827 Info SqliteNotificationsRepository: PRAGMA synchronous=1 2018-03-04 23:28:07.877 Debug XmlSerializer: Deserializing file /config/config/users/ea8daf3ba8e240a5835049c1c736e346/policy.xml 2018-03-04 23:28:07.899 Debug XmlSerializer: Deserializing file /config/config/users/52153e24aeb64666aa70581bdfe942be/policy.xml 2018-03-04 23:28:08.000 Debug XmlSerializer: Deserializing file /config/config/encoding.xml 2018-03-04 23:28:08.012 Info App: Emby.Kodi.SyncQueue IS NOW STARTING!!! 2018-03-04 23:28:08.013 Info App: Emby.Kodi.SyncQueue: Creating DB Repository... 2018-03-04 23:28:08.162 Info App: Emby.Kodi.SyncQueue: SyncAPI Created and Listening at "/Emby.Kodi.SyncQueue/{UserID}/{LastUpdateDT}/GetItems?format=json" - {LastUpdateDT} must be a UTC DateTime formatted as yyyy-MM-ddTHH:mm:ssZ 2018-03-04 23:28:08.162 Info App: Emby.Kodi.SyncQueue: SyncAPI Created and Listening at "/Emby.Kodi.SyncQueue/{UserID}/GetItems?LastUpdateDT={LastUpdateDT}&format=json" - {LastUpdateDT} must be a UTC DateTime formatted as yyyy-MM-ddTHH:mm:ssZ 2018-03-04 23:28:08.162 Info App: Emby.Kodi.SyncQueue: The following parameters also exist to filter the results: 2018-03-04 23:28:08.162 Info App: Emby.Kodi.SyncQueue: filter=movies,tvshows,music,musicvideos,boxsets 2018-03-04 23:28:08.162 Info App: Emby.Kodi.SyncQueue: Results will be included by default and only filtered if added to the filter query... 2018-03-04 23:28:08.162 Info App: Emby.Kodi.SyncQueue: the filter query must be lowercase in both the name and the items... 2018-03-04 23:28:08.207 Info HttpServer: Calling ServiceStack AppHost.Init 2018-03-04 23:28:08.676 Info ServerManager: Loading Http Server 2018-03-04 23:28:08.679 Info HttpServer: Adding HttpListener prefix http://+:8096/ 2018-03-04 23:28:08.680 Info HttpServer: Adding HttpListener prefix https://+:8920/ 2018-03-04 23:28:08.767 Info HttpServer: WS ws://192.168.1.97:8096/embywebsocket?api_key=da1519c1bbd54739aa71897fc59182c1&deviceId=3b3d9c0227b0319c0cd5b8f9fb36bd7057cd0eda. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:08.769 Debug HttpServer: Web socket connection allowed 2018-03-04 23:28:08.887 Info Main: Skia not available. Will try next image processor. libSkiaSharp.so 2018-03-04 23:28:08.894 Info ImageMagick: ImageMagick version: ImageMagick 6.9.6-6 Q8 x86_64 2016-12-07 http://www.imagemagick.org 2018-03-04 23:28:08.910 Info App: Emby.Kodi.SyncQueue.Task: Retention Task Scheduled! 2018-03-04 23:28:08.940 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/81267bb8-bb49-51de-4b1b-446262cc7365.js 2018-03-04 23:28:08.944 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/81267bb8-bb49-51de-4b1b-446262cc7365.js 2018-03-04 23:28:08.950 Info TaskManager: Daily trigger for Remove Old Sync Data set to fire at 03/05/2018 00:01:00, which is 32.85082195 minutes from now. 2018-03-04 23:28:08.951 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/d459f39d-7abb-81f5-fcce-03048a7ecf4d.js 2018-03-04 23:28:08.951 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/d459f39d-7abb-81f5-fcce-03048a7ecf4d.js 2018-03-04 23:28:08.952 Info TaskManager: Daily trigger for Calculate statistics for all users set to fire at 03/05/2018 00:00:00, which is 31.85079875 minutes from now. 2018-03-04 23:28:08.952 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/5e47e7d3-542a-ce9c-3676-91a65cb31e86.js 2018-03-04 23:28:08.953 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/b1a52e63-d5fb-0933-5557-d4f1e6402299.js 2018-03-04 23:28:08.953 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/2c66a88b-ca43-e565-d7f8-099f825478f1.js 2018-03-04 23:28:08.954 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/2c66a88b-ca43-e565-d7f8-099f825478f1.js 2018-03-04 23:28:08.957 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/a27c5425-9520-b2e5-c509-def68c8f4c45.js 2018-03-04 23:28:08.958 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/a27c5425-9520-b2e5-c509-def68c8f4c45.js 2018-03-04 23:28:08.959 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/7a7448c2-61fa-47f3-46b4-c061a5d5c163.js 2018-03-04 23:28:08.959 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/7a7448c2-61fa-47f3-46b4-c061a5d5c163.js 2018-03-04 23:28:08.960 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/3145e441-d9ba-27fc-391e-7ee15face581.js 2018-03-04 23:28:08.961 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/3145e441-d9ba-27fc-391e-7ee15face581.js 2018-03-04 23:28:08.961 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/13e82435-eb8f-2cdc-78c9-e106fb7edd05.js 2018-03-04 23:28:08.962 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/13e82435-eb8f-2cdc-78c9-e106fb7edd05.js 2018-03-04 23:28:08.962 Info TaskManager: Daily trigger for Chapter image extraction set to fire at 03/05/2018 02:00:00, which is 151.850628383333 minutes from now. 2018-03-04 23:28:08.962 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/c623dbe7-7c91-ebed-cb4c-80409cdb79ee.js 2018-03-04 23:28:08.963 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/c623dbe7-7c91-ebed-cb4c-80409cdb79ee.js 2018-03-04 23:28:08.963 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/c27fda37-dfb6-e39b-e141-191aaa1c3060.js 2018-03-04 23:28:08.964 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/c27fda37-dfb6-e39b-e141-191aaa1c3060.js 2018-03-04 23:28:08.966 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/6330ee8f-b4a9-57f3-3981-f89aa78b030f.js 2018-03-04 23:28:08.976 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/1cc2f60a-05be-fec8-b153-2ac44630a00f.js 2018-03-04 23:28:08.976 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/1cc2f60a-05be-fec8-b153-2ac44630a00f.js 2018-03-04 23:28:08.977 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/241d4fcb-19a1-d557-ee62-428e411da609.js 2018-03-04 23:28:08.977 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/241d4fcb-19a1-d557-ee62-428e411da609.js 2018-03-04 23:28:08.978 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/1c8ede62-c521-bea0-bf85-1344f5b8ca40.js 2018-03-04 23:28:08.978 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/1c8ede62-c521-bea0-bf85-1344f5b8ca40.js 2018-03-04 23:28:08.979 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/c3f01167-5d86-8fcc-11e2-78b847523ef5.js 2018-03-04 23:28:08.979 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/c3f01167-5d86-8fcc-11e2-78b847523ef5.js 2018-03-04 23:28:08.980 Info TaskManager: Daily trigger for Start new log file set to fire at 03/05/2018 00:00:00, which is 31.85033085 minutes from now. 2018-03-04 23:28:08.980 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/9be21c93-4ee4-4926-9f41-b7c2b4d4d1d7.js 2018-03-04 23:28:08.980 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/9c4589c7-1219-6c27-894f-665a58cc42e3.js 2018-03-04 23:28:08.981 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/9c4589c7-1219-6c27-894f-665a58cc42e3.js 2018-03-04 23:28:08.981 Debug JsonSerializer: Deserializing file /config/config/ScheduledTasks/8542b8a0-0478-ef9d-9a59-0e7f2e3b62da.js 2018-03-04 23:28:08.982 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/8542b8a0-0478-ef9d-9a59-0e7f2e3b62da.js 2018-03-04 23:28:08.987 Info MediaEncoder: FFMpeg: /config/ffmpeg/20170308/ffmpeg 2018-03-04 23:28:08.987 Info MediaEncoder: FFProbe: /config/ffmpeg/20170308/ffprobe 2018-03-04 23:28:08.987 Info MediaEncoder: Validating media encoder at /config/ffmpeg/20170308/ffmpeg 2018-03-04 23:28:08.991 Info MediaEncoder: Running /config/ffmpeg/20170308/ffmpeg -decoders 2018-03-04 23:28:09.060 Info MediaEncoder: Decoder available: mpeg2video 2018-03-04 23:28:09.093 Info MediaEncoder: Decoder available: h264_cuvid 2018-03-04 23:28:09.095 Info MediaEncoder: Decoder available: hevc_cuvid 2018-03-04 23:28:09.097 Info MediaEncoder: Decoder available: mpeg2_cuvid 2018-03-04 23:28:09.100 Info MediaEncoder: Decoder available: mpeg4_cuvid 2018-03-04 23:28:09.104 Info MediaEncoder: Decoder available: vc1_cuvid 2018-03-04 23:28:09.108 Info MediaEncoder: Decoder available: vp8_cuvid 2018-03-04 23:28:09.113 Info MediaEncoder: Decoder available: vp9_cuvid 2018-03-04 23:28:09.172 Info MediaEncoder: Decoder available: ac3 2018-03-04 23:28:09.177 Info MediaEncoder: Decoder available: aac 2018-03-04 23:28:09.183 Info MediaEncoder: Decoder available: mp3 2018-03-04 23:28:09.185 Info MediaEncoder: Decoder available: h264 2018-03-04 23:28:09.187 Info MediaEncoder: Decoder available: hevc 2018-03-04 23:28:09.203 Info MediaEncoder: Running /config/ffmpeg/20170308/ffmpeg -encoders 2018-03-04 23:28:09.260 Info MediaEncoder: Encoder available: libx264 2018-03-04 23:28:09.264 Info MediaEncoder: Encoder available: mpeg4 2018-03-04 23:28:09.266 Info MediaEncoder: Encoder available: msmpeg4 2018-03-04 23:28:09.267 Info MediaEncoder: Encoder available: libvpx 2018-03-04 23:28:09.269 Info MediaEncoder: Encoder available: libvpx-vp9 2018-03-04 23:28:09.271 Info MediaEncoder: Encoder available: aac 2018-03-04 23:28:09.274 Info MediaEncoder: Encoder available: libmp3lame 2018-03-04 23:28:09.276 Info MediaEncoder: Encoder available: libopus 2018-03-04 23:28:09.279 Info MediaEncoder: Encoder available: libvorbis 2018-03-04 23:28:09.282 Info MediaEncoder: Encoder available: srt 2018-03-04 23:28:09.283 Info MediaEncoder: Encoder available: h264_nvenc 2018-03-04 23:28:09.284 Info MediaEncoder: Encoder available: hevc_nvenc 2018-03-04 23:28:09.303 Info MediaEncoder: Encoder available: h264_vaapi 2018-03-04 23:28:09.304 Info MediaEncoder: Encoder available: hevc_vaapi 2018-03-04 23:28:09.305 Info MediaEncoder: Encoder available: h264_v4l2m2m 2018-03-04 23:28:09.310 Info MediaEncoder: Encoder available: ac3 2018-03-04 23:28:09.310 Info MediaEncoder: Encoder validation complete 2018-03-04 23:28:09.312 Info App: ServerId: 97028b5c3f4b438fa3535febca0bc913 2018-03-04 23:28:09.312 Info App: Core startup complete 2018-03-04 23:28:09.312 Info App: Post-init migrations complete 2018-03-04 23:28:09.338 Info App: Starting entry point Emby.Kodi.SyncQueue.EntryPoints.LibrarySyncNotification 2018-03-04 23:28:09.339 Info App: Emby.Kodi.SyncQueue: LibrarySyncNotification Startup... 2018-03-04 23:28:09.339 Info App: Entry point completed: Emby.Kodi.SyncQueue.EntryPoints.LibrarySyncNotification. Duration: 0.001147 seconds 2018-03-04 23:28:09.339 Info App: Starting entry point Emby.Kodi.SyncQueue.EntryPoints.UserSyncNotification 2018-03-04 23:28:09.340 Info App: Emby.Kodi.SyncQueue: UserSyncNotification Startup... 2018-03-04 23:28:09.340 Info App: Entry point completed: Emby.Kodi.SyncQueue.EntryPoints.UserSyncNotification. Duration: 0.000493 seconds 2018-03-04 23:28:09.340 Info App: Starting entry point Trakt.ServerMediator 2018-03-04 23:28:09.340 Info App: Entry point completed: Trakt.ServerMediator. Duration: 0.000377 seconds 2018-03-04 23:28:09.340 Info App: Starting entry point MediaBrowser.Api.ApiEntryPoint 2018-03-04 23:28:09.341 Info App: Entry point completed: MediaBrowser.Api.ApiEntryPoint. Duration: 0.00032 seconds 2018-03-04 23:28:09.341 Info App: Starting entry point MediaBrowser.WebDashboard.ServerEntryPoint 2018-03-04 23:28:09.342 Info App: Entry point completed: MediaBrowser.WebDashboard.ServerEntryPoint. Duration: 0.001556 seconds 2018-03-04 23:28:09.343 Info App: Starting entry point Emby.Server.Implementations.Activity.ActivityLogEntryPoint 2018-03-04 23:28:09.345 Info App: Entry point completed: Emby.Server.Implementations.Activity.ActivityLogEntryPoint. Duration: 0.002756 seconds 2018-03-04 23:28:09.345 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint 2018-03-04 23:28:09.346 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.000579 seconds 2018-03-04 23:28:09.346 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ExternalPortForwarding 2018-03-04 23:28:09.347 Debug PortMapper: Starting NAT discovery 2018-03-04 23:28:09.358 Info HttpServer: WS ws://192.168.1.97:8096/?api_key=de12f89b864f467181c4dcf69c78b66e&deviceId=C3F1577768F74589A37406BF0F9E6837. UserAgent: 2018-03-04 23:28:09.358 Debug HttpServer: Web socket connection allowed 2018-03-04 23:28:09.358 Info HttpServer: WS ws://192.168.1.97:8096/?api_key=de12f89b864f467181c4dcf69c78b66e. UserAgent: 2018-03-04 23:28:09.359 Debug HttpServer: Web socket connection allowed 2018-03-04 23:28:09.370 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ExternalPortForwarding. Duration: 0.024157 seconds 2018-03-04 23:28:09.370 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake 2018-03-04 23:28:09.371 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 0.00016 seconds 2018-03-04 23:28:09.371 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier 2018-03-04 23:28:09.372 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.001199 seconds 2018-03-04 23:28:09.372 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.RecordingNotifier 2018-03-04 23:28:09.373 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.RecordingNotifier. Duration: 0.001258 seconds 2018-03-04 23:28:09.374 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier 2018-03-04 23:28:09.375 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.001835 seconds 2018-03-04 23:28:09.375 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard 2018-03-04 23:28:09.376 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.000692 seconds 2018-03-04 23:28:09.376 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents 2018-03-04 23:28:09.377 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.00029 seconds 2018-03-04 23:28:09.377 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint 2018-03-04 23:28:09.380 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint. Duration: 0.002788 seconds 2018-03-04 23:28:09.380 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UsageEntryPoint 2018-03-04 23:28:09.381 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UsageEntryPoint. Duration: 0.001372 seconds 2018-03-04 23:28:09.381 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier 2018-03-04 23:28:09.381 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 0.000152 seconds 2018-03-04 23:28:09.381 Info App: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup 2018-03-04 23:28:09.466 Debug XmlSerializer: Deserializing file /config/root/default/Series/options.xml 2018-03-04 23:28:10.785 Debug SessionManager: Disposing session controller WebSocketController 2018-03-04 23:28:10.949 Info HttpServer: HTTP GET http://192.168.1.97:8096/favicon.ico. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:10.949 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/css/images/favicon.ico. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:10.949 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/touchicon114.png. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:10.950 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/web/touchicon114.png 2018-03-04 23:28:10.950 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 2ms. http://192.168.1.97:8096/web/css/images/favicon.ico 2018-03-04 23:28:10.952 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 5ms. http://192.168.1.97:8096/favicon.ico 2018-03-04 23:28:10.975 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/strings/fr.json?v=1520202492207. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:10.975 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/bower_components/emby-webcomponents/strings/fr.json?v=1520202492207. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:10.981 Info HttpResultFactory: Transmit file /usr/lib/emby-server/bin/dashboard-ui/bower_components/emby-webcomponents/strings/fr.json 2018-03-04 23:28:10.981 Info HttpResultFactory: Transmit file /usr/lib/emby-server/bin/dashboard-ui/strings/fr.json 2018-03-04 23:28:10.991 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 16ms. http://192.168.1.97:8096/web/bower_components/emby-webcomponents/strings/fr.json?v=1520202492207 2018-03-04 23:28:11.013 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 38ms. http://192.168.1.97:8096/web/strings/fr.json?v=1520202492207 2018-03-04 23:28:11.181 Debug XmlSerializer: Deserializing file /config/config/branding.xml 2018-03-04 23:28:11.209 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/system/info/public. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:11.319 Debug App: Ping test result to http://172.17.0.2:8096/system/ping. Success: True 2018-03-04 23:28:11.329 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 121ms. http://192.168.1.97:8096/emby/system/info/public 2018-03-04 23:28:11.339 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:11.350 Error HttpServer: Error processing request Error Report Version: 3.3.1.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 4.4.0.62 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 4.8.1 (Stable 4.8.1.0/22a39d7 Tue May 2 22:26:20 UTC 2017) Processor count: 4 Program data path: /config Application directory: /usr/lib/emby-server/bin System.NullReferenceException: Object reference not set to an instance of an object at Emby.Server.Connect.ConnectManager.IsAuthorizationTokenValid (System.String token) [0x00025] in <353fa9be89414da98c79eccaa6c5b1d6>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.IsValidConnectKey (System.String token) [0x00013] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00022] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00000] in <07306ae2f140476099e69d171d6871b3>:0 at MediaBrowser.Controller.Net.AuthenticatedAttribute.RequestFilter (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Model.Services.IResponse response, System.Object requestDto) [0x00005] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters (MediaBrowser.Model.Services.IRequest req, MediaBrowser.Model.Services.IResponse res, System.Object requestDto) [0x00089] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.Services.ServiceHandler+casync1.MoveNext () [0x000ea] in <07306ae2f140476099e69d171d6871b3>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in :0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost+casync0.MoveNext () [0x00770] in <07306ae2f140476099e69d171d6871b3>:0 System.NullReferenceException at Emby.Server.Connect.ConnectManager.IsAuthorizationTokenValid (System.String token) [0x00025] in <353fa9be89414da98c79eccaa6c5b1d6>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.IsValidConnectKey (System.String token) [0x00013] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00022] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00000] in <07306ae2f140476099e69d171d6871b3>:0 at MediaBrowser.Controller.Net.AuthenticatedAttribute.RequestFilter (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Model.Services.IResponse response, System.Object requestDto) [0x00005] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters (MediaBrowser.Model.Services.IRequest req, MediaBrowser.Model.Services.IResponse res, System.Object requestDto) [0x00089] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.Services.ServiceHandler+casync1.MoveNext () [0x000ea] in <07306ae2f140476099e69d171d6871b3>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in :0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost+casync0.MoveNext () [0x00770] in <07306ae2f140476099e69d171d6871b3>:0

2018-03-04 23:28:11.352 Info HttpServer: HTTP Response 500 to 192.168.1.4. Time: 13ms. http://192.168.1.97:8096/emby/System/Info 2018-03-04 23:28:11.360 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/users/public. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:11.366 Debug XmlSerializer: Deserializing file /config/config/users/52153e24aeb64666aa70581bdfe942be/config.xml 2018-03-04 23:28:11.378 Debug XmlSerializer: Deserializing file /config/config/users/ea8daf3ba8e240a5835049c1c736e346/config.xml 2018-03-04 23:28:11.420 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 60ms. http://192.168.1.97:8096/emby/users/public 2018-03-04 23:28:11.489 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/users/public. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:11.489 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Branding/Configuration. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:11.496 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 7ms. http://192.168.1.97:8096/emby/users/public 2018-03-04 23:28:11.500 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 11ms. http://192.168.1.97:8096/emby/Branding/Configuration 2018-03-04 23:28:11.526 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/bower_components/emby-webcomponents/themes/logowhite.png. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:11.527 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/web/bower_components/emby-webcomponents/themes/logowhite.png 2018-03-04 23:28:11.537 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/css/images/logindefault.png. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:11.539 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/web/css/images/logindefault.png 2018-03-04 23:28:11.968 Info TaskManager: StartupTrigger fired for task: Check for plugin updates 2018-03-04 23:28:11.971 Info TaskManager: Queueing task PluginUpdateTask 2018-03-04 23:28:11.977 Info TaskManager: StartupTrigger fired for task: Check for application updates 2018-03-04 23:28:11.977 Info TaskManager: Queueing task SystemUpdateTask 2018-03-04 23:28:11.978 Info TaskManager: Executing Check for plugin updates 2018-03-04 23:28:11.980 Info TaskManager: Executing Check for application updates 2018-03-04 23:28:11.993 Info HttpClient: HttpClientManager GET: https://www.mb3admin.com/admin/service/EmbyPackages.json 2018-03-04 23:28:12.052 Debug App: No application update available. 2018-03-04 23:28:12.053 Info TaskManager: Check for application updates Completed after 0 minute(s) and 0 seconds 2018-03-04 23:28:12.066 Info ServerManager: Sending web socket message ScheduledTaskEnded 2018-03-04 23:28:12.074 Info TaskManager: ExecuteQueuedTasks 2018-03-04 23:28:13.680 Info TaskManager: Check for plugin updates Completed after 0 minute(s) and 1 seconds 2018-03-04 23:28:13.681 Info ServerManager: Sending web socket message ScheduledTaskEnded 2018-03-04 23:28:13.682 Info TaskManager: ExecuteQueuedTasks 2018-03-04 23:28:15.044 Info HttpServer: HTTP POST http://192.168.1.97:8096/emby/Users/authenticatebyname. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:15.062 Info UserManager: Authentication request for emby has succeeded. 2018-03-04 23:28:15.065 Info SessionManager: Reissuing access token: da1519c1bbd54739aa71897fc59182c1 2018-03-04 23:28:15.186 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 142ms. http://192.168.1.97:8096/emby/Users/authenticatebyname 2018-03-04 23:28:15.190 Info HttpServer: WS ws://192.168.1.97:8096/embywebsocket?api_key=da1519c1bbd54739aa71897fc59182c1&deviceId=3b3d9c0227b0319c0cd5b8f9fb36bd7057cd0eda. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:15.190 Info HttpServer: HTTP POST http://192.168.1.97:8096/emby/Sessions/Capabilities/Full. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:15.190 Debug HttpServer: Web socket connection allowed 2018-03-04 23:28:15.192 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/DisplayPreferences/usersettings?userId=52153e24aeb64666aa70581bdfe942be&client=emby. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:15.195 Error HttpServer: Error processing request Error Report Version: 3.3.1.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 4.4.0.62 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 4.8.1 (Stable 4.8.1.0/22a39d7 Tue May 2 22:26:20 UTC 2017) Processor count: 4 Program data path: /config Application directory: /usr/lib/emby-server/bin System.NullReferenceException: Object reference not set to an instance of an object at Emby.Server.Connect.ConnectManager.IsAuthorizationTokenValid (System.String token) [0x00025] in <353fa9be89414da98c79eccaa6c5b1d6>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.IsValidConnectKey (System.String token) [0x00013] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00022] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00000] in <07306ae2f140476099e69d171d6871b3>:0 at MediaBrowser.Controller.Net.AuthenticatedAttribute.RequestFilter (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Model.Services.IResponse response, System.Object requestDto) [0x00005] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters (MediaBrowser.Model.Services.IRequest req, MediaBrowser.Model.Services.IResponse res, System.Object requestDto) [0x00089] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.Services.ServiceHandler+casync1.MoveNext () [0x000ea] in <07306ae2f140476099e69d171d6871b3>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in :0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost+casync0.MoveNext () [0x00770] in <07306ae2f140476099e69d171d6871b3>:0 System.NullReferenceException at Emby.Server.Connect.ConnectManager.IsAuthorizationTokenValid (System.String token) [0x00025] in <353fa9be89414da98c79eccaa6c5b1d6>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.IsValidConnectKey (System.String token) [0x00013] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00022] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00000] in <07306ae2f140476099e69d171d6871b3>:0 at MediaBrowser.Controller.Net.AuthenticatedAttribute.RequestFilter (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Model.Services.IResponse response, System.Object requestDto) [0x00005] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters (MediaBrowser.Model.Services.IRequest req, MediaBrowser.Model.Services.IResponse res, System.Object requestDto) [0x00089] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.Services.ServiceHandler+casync1.MoveNext () [0x000ea] in <07306ae2f140476099e69d171d6871b3>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in :0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost+casync0.MoveNext () [0x00770] in <07306ae2f140476099e69d171d6871b3>:0

2018-03-04 23:28:15.195 Info HttpServer: HTTP Response 500 to 192.168.1.4. Time: 4ms. http://192.168.1.97:8096/emby/DisplayPreferences/usersettings?userId=52153e24aeb64666aa70581bdfe942be&client=emby 2018-03-04 23:28:15.196 Error HttpServer: Error processing request Error Report Version: 3.3.1.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 4.4.0.62 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 4.8.1 (Stable 4.8.1.0/22a39d7 Tue May 2 22:26:20 UTC 2017) Processor count: 4 Program data path: /config Application directory: /usr/lib/emby-server/bin System.NullReferenceException: Object reference not set to an instance of an object at Emby.Server.Connect.ConnectManager.IsAuthorizationTokenValid (System.String token) [0x00025] in <353fa9be89414da98c79eccaa6c5b1d6>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.IsValidConnectKey (System.String token) [0x00013] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00022] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00000] in <07306ae2f140476099e69d171d6871b3>:0 at MediaBrowser.Controller.Net.AuthenticatedAttribute.RequestFilter (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Model.Services.IResponse response, System.Object requestDto) [0x00005] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters (MediaBrowser.Model.Services.IRequest req, MediaBrowser.Model.Services.IResponse res, System.Object requestDto) [0x00089] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.Services.ServiceHandler+casync1.MoveNext () [0x000ea] in <07306ae2f140476099e69d171d6871b3>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in :0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost+casync0.MoveNext () [0x00770] in <07306ae2f140476099e69d171d6871b3>:0 System.NullReferenceException at Emby.Server.Connect.ConnectManager.IsAuthorizationTokenValid (System.String token) [0x00025] in <353fa9be89414da98c79eccaa6c5b1d6>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.IsValidConnectKey (System.String token) [0x00013] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00022] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00000] in <07306ae2f140476099e69d171d6871b3>:0 at MediaBrowser.Controller.Net.AuthenticatedAttribute.RequestFilter (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Model.Services.IResponse response, System.Object requestDto) [0x00005] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters (MediaBrowser.Model.Services.IRequest req, MediaBrowser.Model.Services.IResponse res, System.Object requestDto) [0x00089] in <07306ae2f140476099e69d171d6871b3>:0 at Emby.Server.Implementations.Services.ServiceHandler+casync1.MoveNext () [0x000ea] in <07306ae2f140476099e69d171d6871b3>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in :0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in :0 at Emby.Server.Implementations.HttpServer.HttpListenerHost+casync0.MoveNext () [0x00770] in <07306ae2f140476099e69d171d6871b3>:0

2018-03-04 23:28:15.197 Info HttpServer: HTTP Response 500 to 192.168.1.4. Time: 6ms. http://192.168.1.97:8096/emby/Sessions/Capabilities/Full 2018-03-04 23:28:15.585 Error App: Error in Emby.Server.Implementations.IO.LibraryMonitorStartup Error Report Version: 3.3.1.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 4.4.0.62 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 4.8.1 (Stable 4.8.1.0/22a39d7 Tue May 2 22:26:20 UTC 2017) Processor count: 4 Program data path: /config Application directory: /usr/lib/emby-server/bin SharpCifs.Smb.SmbException: Failed to connect: 0.0.0.0<00>/192.168.1.101 at SharpCifs.Smb.SmbTransport.Connect () [0x00028] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTree.TreeConnect (SharpCifs.Smb.ServerMessageBlock andx, SharpCifs.Smb.ServerMessageBlock andxResponse) [0x0006d] in <07306ae2f140476099e69d171d6871b3>:0 SharpCifs.Util.Transport.TransportException: I/O error occurred. at SharpCifs.Util.Transport.Transport.Connect (System.Int64 timeout) [0x00154] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTransport.Connect () [0x00000] in <07306ae2f140476099e69d171d6871b3>:0 SharpCifs.Util.Transport.TransportException: I/O error occurred. at SharpCifs.Util.Transport.Transport.Connect (System.Int64 timeout) [0x00115] in <07306ae2f140476099e69d171d6871b3>:0 SharpCifs.Util.Sharpen.ConnectException: Can't connect to end point. at SharpCifs.Util.Sharpen.SocketEx.Connect (System.Net.IPEndPoint endPoint, System.Int32 timeOut) [0x00072] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTransport.Ssn139 () [0x00069] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTransport.Negotiate (System.Int32 port, SharpCifs.Smb.ServerMessageBlock resp) [0x0001c] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Smb.SmbTransport.DoConnect () [0x00050] in <07306ae2f140476099e69d171d6871b3>:0 at SharpCifs.Util.Transport.Transport.Run () [0x00008] in <07306ae2f140476099e69d171d6871b3>:0

SharpCifs.Smb.SmbException
  at SharpCifs.Smb.SmbTransport.Connect () [0x00028] in <07306ae2f140476099e69d171d6871b3>:0 
  at SharpCifs.Smb.SmbTree.TreeConnect (SharpCifs.Smb.ServerMessageBlock andx, SharpCifs.Smb.ServerMessageBlock andxResponse) [0x0006d] in <07306ae2f140476099e69d171d6871b3>:0 

2018-03-04 23:28:15.585 Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 6.203524 seconds 2018-03-04 23:28:15.585 Info App: Starting entry point Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint 2018-03-04 23:28:15.590 Info App: Loading live tv data from /config/data/livetv/timers 2018-03-04 23:28:15.591 Debug JsonSerializer: Deserializing file /config/data/livetv/timers.json 2018-03-04 23:28:15.595 Debug XmlSerializer: Deserializing file /config/config/livetv.xml 2018-03-04 23:28:15.603 Debug XmlSerializer: Deserializing file /config/root/default/Films/options.xml 2018-03-04 23:28:15.607 Info App: Entry point completed: Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint. Duration: 0.021994 seconds 2018-03-04 23:28:15.607 Info App: Starting entry point Emby.Server.Implementations.News.NewsEntryPoint 2018-03-04 23:28:15.608 Info App: Entry point completed: Emby.Server.Implementations.News.NewsEntryPoint. Duration: 0.000268 seconds 2018-03-04 23:28:15.608 Info App: Starting entry point Emby.Server.Implementations.Notifications.Notifications 2018-03-04 23:28:15.610 Info App: Entry point completed: Emby.Server.Implementations.Notifications.Notifications. Duration: 0.002102 seconds 2018-03-04 23:28:15.610 Info App: Starting entry point Emby.Server.Implementations.Notifications.WebSocketNotifier 2018-03-04 23:28:15.611 Info App: Entry point completed: Emby.Server.Implementations.Notifications.WebSocketNotifier. Duration: 0.000796 seconds 2018-03-04 23:28:15.611 Info App: Starting entry point Emby.Server.MediaEncoding.Api.ApiEntryPoint 2018-03-04 23:28:15.612 Info App: Entry point completed: Emby.Server.MediaEncoding.Api.ApiEntryPoint. Duration: 0.001397 seconds 2018-03-04 23:28:15.613 Info App: Starting entry point Emby.Dlna.DlnaProfileEntryPoint 2018-03-04 23:28:15.613 Info App: Entry point completed: Emby.Dlna.DlnaProfileEntryPoint. Duration: 7.9E-05 seconds 2018-03-04 23:28:15.613 Info App: Starting entry point Emby.Dlna.Main.DlnaEntryPoint 2018-03-04 23:28:15.620 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Default.xml 2018-03-04 23:28:15.678 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Denon AVR.xml 2018-03-04 23:28:15.681 Debug XmlSerializer: Deserializing file /config/config/dlna/system/DirecTV HD-DVR.xml 2018-03-04 23:28:15.686 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Dish Hopper-Joey.xml 2018-03-04 23:28:15.686 Debug XmlSerializer: Deserializing file /config/config/dlna/system/LG Smart TV.xml 2018-03-04 23:28:15.688 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Linksys DMA2100.xml 2018-03-04 23:28:15.689 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Marantz.xml 2018-03-04 23:28:15.689 Debug XmlSerializer: Deserializing file /config/config/dlna/system/MediaMonkey.xml 2018-03-04 23:28:15.690 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Panasonic Viera.xml 2018-03-04 23:28:15.692 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Popcorn Hour.xml 2018-03-04 23:28:15.692 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Samsung Smart TV.xml 2018-03-04 23:28:15.693 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sharp Smart TV.xml 2018-03-04 23:28:15.693 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player 2013.xml 2018-03-04 23:28:15.694 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player 2014.xml 2018-03-04 23:28:15.695 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player 2015.xml 2018-03-04 23:28:15.695 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player 2016.xml 2018-03-04 23:28:15.696 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Blu-ray Player.xml 2018-03-04 23:28:15.697 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2010).xml 2018-03-04 23:28:15.697 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2011).xml 2018-03-04 23:28:15.698 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2012).xml 2018-03-04 23:28:15.699 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2013).xml 2018-03-04 23:28:15.699 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony Bravia (2014).xml 2018-03-04 23:28:15.700 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony PlayStation 3.xml 2018-03-04 23:28:15.701 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Sony PlayStation 4.xml 2018-03-04 23:28:15.701 Debug XmlSerializer: Deserializing file /config/config/dlna/system/WDTV Live.xml 2018-03-04 23:28:15.702 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Xbox 360.xml 2018-03-04 23:28:15.702 Debug XmlSerializer: Deserializing file /config/config/dlna/system/Xbox One.xml 2018-03-04 23:28:15.703 Debug XmlSerializer: Deserializing file /config/config/dlna/system/foobar2000.xml 2018-03-04 23:28:15.705 Debug XmlSerializer: Deserializing file /config/config/dlna.xml 2018-03-04 23:28:15.715 Info Dlna: Registering publisher for urn:schemas-upnp-org:device:MediaServer:1 on 172.17.0.2 2018-03-04 23:28:15.723 Debug Dlna: Device Added MediaServer - 97028b5c3f4b438fa3535febca0bc913 - http://172.17.0.2:8096/dlna/97028b5c3f4b438fa3535febca0bc913/description.xml 2018-03-04 23:28:15.724 Debug Dlna: Rebroadcast Interval = 00:00:30, Next Broadcast At = 00:00:30 2018-03-04 23:28:15.734 Info App: Entry point completed: Emby.Dlna.Main.DlnaEntryPoint. Duration: 0.120929 seconds 2018-03-04 23:28:15.734 Info App: Starting entry point MediaBrowser.XbmcMetadata.EntryPoint 2018-03-04 23:28:15.734 Info App: Entry point completed: MediaBrowser.XbmcMetadata.EntryPoint. Duration: 0.000297 seconds 2018-03-04 23:28:15.734 Info App: Starting entry point Emby.Server.CinemaMode.IntrosEntryPoint 2018-03-04 23:28:15.734 Info App: Entry point completed: Emby.Server.CinemaMode.IntrosEntryPoint. Duration: 0.000109 seconds 2018-03-04 23:28:15.734 Info App: Starting entry point Emby.Security.PluginSecurityManager 2018-03-04 23:28:15.735 Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 3.8E-05 seconds 2018-03-04 23:28:15.735 Info App: Starting entry point Emby.Server.Connect.ConnectEntryPoint 2018-03-04 23:28:15.736 Info App: Loading data from /config/data/connect.txt 2018-03-04 23:28:15.743 Info App: Loading data from /config/data/wan.dat 2018-03-04 23:28:15.752 Info App: Entry point completed: Emby.Server.Connect.ConnectEntryPoint. Duration: 0.017564 seconds 2018-03-04 23:28:15.752 Info App: Starting entry point Emby.Server.Sync.SyncManagerEntryPoint 2018-03-04 23:28:15.755 Info App: Sqlite version: 3.18.0 2018-03-04 23:28:15.755 Info App: Sqlite compiler options: COMPILER=gcc-5.3.1 20160413,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_SYNCHRONOUS=2,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS5,ENABLE_JSON1,ENABLE_LOAD_EXTENSION,ENABLE_RTREE,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,OMIT_LOOKASIDE,SECURE_DELETE,SYSTEM_MALLOC,THREADSAFE=1 2018-03-04 23:28:15.756 Info App: Default journal_mode for /config/data/sync14.db is wal 2018-03-04 23:28:15.757 Info App: PRAGMA synchronous=1 2018-03-04 23:28:15.759 Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.006391 seconds 2018-03-04 23:28:15.759 Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint 2018-03-04 23:28:15.759 Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.000497 seconds 2018-03-04 23:28:15.759 Info App: Starting entry point Emby.Security.PluginSecurityManager 2018-03-04 23:28:15.760 Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 4.1E-05 seconds 2018-03-04 23:28:15.760 Info App: All entry points have started 2018-03-04 23:28:16.113 Info HttpClient: HttpClientManager GET: https://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog 2018-03-04 23:28:21.465 Debug Dlna: Attempting to create PlayToController from location http://172.17.0.6:9000/plugins/UPnP/MediaRenderer.xml?player=00:00:00:00:00:00 2018-03-04 23:28:21.465 Debug Dlna: Logging session activity from location http://172.17.0.6:9000/plugins/UPnP/MediaRenderer.xml?player=00:00:00:00:00:00 2018-03-04 23:28:21.478 Debug HttpClient: HttpClientManager GET: http://172.17.0.6:9000/plugins/UPnP/MediaRenderer.xml?player=00:00:00:00:00:00 2018-03-04 23:28:21.503 Debug Dlna: Dlna Device.Start 2018-03-04 23:28:21.514 Info Dlna: No matching device profile found. The default will need to be used. DeviceDescription: FriendlyName:Chambre Louis Manufacturer:Logitech ManufacturerUrl:http://www.mysqueezebox.com ModelDescription:Logitech Media Server UPnP/DLNA Plugin ModelName:Squeezebox ModelNumber:1 ModelUrl:http://www.slimdevices.com SerialNumber:00:00:00:00:00:00 2018-03-04 23:28:21.518 Info Dlna: DLNA Session created for Chambre Louis - Squeezebox 2018-03-04 23:28:22.034 Debug Dlna: Attempting to create PlayToController from location http://172.17.0.6:9000/plugins/UPnP/MediaRenderer.xml?player=00:12:17:60:ef:cb 2018-03-04 23:28:22.034 Debug Dlna: Logging session activity from location http://172.17.0.6:9000/plugins/UPnP/MediaRenderer.xml?player=00:12:17:60:ef:cb 2018-03-04 23:28:22.035 Debug HttpClient: HttpClientManager GET: http://172.17.0.6:9000/plugins/UPnP/MediaRenderer.xml?player=00:12:17:60:ef:cb 2018-03-04 23:28:22.044 Debug Dlna: Dlna Device.Start 2018-03-04 23:28:22.045 Info Dlna: No matching device profile found. The default will need to be used. DeviceDescription: FriendlyName:Cuisine Manufacturer:Logitech ManufacturerUrl:http://www.mysqueezebox.com ModelDescription:Logitech Media Server UPnP/DLNA Plugin ModelName:Squeezebox ModelNumber:1 ModelUrl:http://www.slimdevices.com SerialNumber:00:12:17:60:ef:cb 2018-03-04 23:28:22.045 Info Dlna: DLNA Session created for Cuisine - Squeezebox 2018-03-04 23:28:22.508 Debug HttpClient: HttpClientManager GET: http://172.17.0.6:9000/plugins/UPnP/MediaRenderer/AVTransport.xml 2018-03-04 23:28:23.044 Debug HttpClient: HttpClientManager GET: http://172.17.0.6:9000/plugins/UPnP/MediaRenderer/AVTransport.xml 2018-03-04 23:28:33.159 Debug SessionManager: Disposing session controller WebSocketController 2018-03-04 23:28:33.257 Info HttpServer: HTTP GET http://192.168.1.97:8096/favicon.ico. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.257 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/favicon.ico 2018-03-04 23:28:33.278 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/strings/fr.json?v=1520202514517. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.278 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/bower_components/emby-webcomponents/strings/fr.json?v=1520202514517. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.279 Info HttpResultFactory: Transmit file /usr/lib/emby-server/bin/dashboard-ui/bower_components/emby-webcomponents/strings/fr.json 2018-03-04 23:28:33.280 Info HttpResultFactory: Transmit file /usr/lib/emby-server/bin/dashboard-ui/strings/fr.json 2018-03-04 23:28:33.282 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 4ms. http://192.168.1.97:8096/web/bower_components/emby-webcomponents/strings/fr.json?v=1520202514517 2018-03-04 23:28:33.283 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 5ms. http://192.168.1.97:8096/web/strings/fr.json?v=1520202514517 2018-03-04 23:28:33.291 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/touchicon114.png. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.291 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/css/images/favicon.ico. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.292 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/web/touchicon114.png 2018-03-04 23:28:33.292 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/web/css/images/favicon.ico 2018-03-04 23:28:33.476 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/system/info/public. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.478 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/emby/system/info/public 2018-03-04 23:28:33.506 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.534 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 28ms. http://192.168.1.97:8096/emby/System/Info 2018-03-04 23:28:33.539 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/users/52153e24aeb64666aa70581bdfe942be. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.542 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 3ms. http://192.168.1.97:8096/emby/users/52153e24aeb64666aa70581bdfe942be 2018-03-04 23:28:33.551 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/DisplayPreferences/usersettings?userId=52153e24aeb64666aa70581bdfe942be&client=emby. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.555 Info HttpServer: WS ws://192.168.1.97:8096/embywebsocket?api_key=da1519c1bbd54739aa71897fc59182c1&deviceId=3b3d9c0227b0319c0cd5b8f9fb36bd7057cd0eda. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.555 Debug HttpServer: Web socket connection allowed 2018-03-04 23:28:33.556 Info HttpServer: HTTP POST http://192.168.1.97:8096/emby/Sessions/Capabilities/Full. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.590 Info HttpServer: HTTP Response 204 to 192.168.1.4. Time: 35ms. http://192.168.1.97:8096/emby/Sessions/Capabilities/Full 2018-03-04 23:28:33.592 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 41ms. http://192.168.1.97:8096/emby/DisplayPreferences/usersettings?userId=52153e24aeb64666aa70581bdfe942be&client=emby 2018-03-04 23:28:33.603 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.604 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 2ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be 2018-03-04 23:28:33.638 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Branding/Configuration. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.639 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Views. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.639 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/users/public. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.641 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/emby/users/public 2018-03-04 23:28:33.644 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 6ms. http://192.168.1.97:8096/emby/Branding/Configuration 2018-03-04 23:28:33.667 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/bower_components/emby-webcomponents/themes/logowhite.png. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.668 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/css/images/logindefault.png. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:33.668 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/web/bower_components/emby-webcomponents/themes/logowhite.png 2018-03-04 23:28:33.670 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 2ms. http://192.168.1.97:8096/web/css/images/logindefault.png 2018-03-04 23:28:33.713 Debug XmlSerializer: Deserializing file /config/root/default/Musiques/options.xml 2018-03-04 23:28:33.752 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 113ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Views 2018-03-04 23:28:37.341 Info HttpServer: HTTP POST http://192.168.1.97:8096/emby/Users/authenticatebyname. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.345 Info UserManager: Authentication request for emby has succeeded. 2018-03-04 23:28:37.345 Info SessionManager: Reissuing access token: da1519c1bbd54739aa71897fc59182c1 2018-03-04 23:28:37.347 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 6ms. http://192.168.1.97:8096/emby/Users/authenticatebyname 2018-03-04 23:28:37.386 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/DisplayPreferences/usersettings?userId=52153e24aeb64666aa70581bdfe942be&client=emby. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.386 Info HttpServer: HTTP POST http://192.168.1.97:8096/emby/Sessions/Capabilities/Full. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.388 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 2ms. http://192.168.1.97:8096/emby/DisplayPreferences/usersettings?userId=52153e24aeb64666aa70581bdfe942be&client=emby 2018-03-04 23:28:37.389 Info HttpServer: HTTP Response 204 to 192.168.1.4. Time: 3ms. http://192.168.1.97:8096/emby/Sessions/Capabilities/Full 2018-03-04 23:28:37.468 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Views. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.473 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 4ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Views 2018-03-04 23:28:37.584 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.587 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 3ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be 2018-03-04 23:28:37.597 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Views. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.601 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 5ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Views 2018-03-04 23:28:37.632 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=db4c1708cbb5dd1676284a40f2950aba. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.632 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CSeriesInfo%2CDateCreated%2CBasicSyncInfo&UserId=52153e24aeb64666aa70581bdfe942be&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.632 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5ddaa59a73205234890fdcfc683e14ed. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.634 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5e1aff96135d5e13105f021e6bea2793. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.634 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.634 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/db4c1708cbb5dd1676284a40f2950aba/Images/Primary?maxHeight=112&maxWidth=200&tag=58a12bed5058883bdcba4796c2ec8e99&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.682 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 54ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5e1aff96135d5e13105f021e6bea2793 2018-03-04 23:28:37.683 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 55ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=db4c1708cbb5dd1676284a40f2950aba 2018-03-04 23:28:37.688 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 53ms. http://192.168.1.97:8096/emby/Items/db4c1708cbb5dd1676284a40f2950aba/Images/Primary?maxHeight=112&maxWidth=200&tag=58a12bed5058883bdcba4796c2ec8e99&quality=90 2018-03-04 23:28:37.692 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/5ddaa59a73205234890fdcfc683e14ed/Images/Primary?maxHeight=112&maxWidth=200&tag=e303de9fc146c1eb5e5caf415e362db6&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.692 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/5e1aff96135d5e13105f021e6bea2793/Images/Primary?maxHeight=112&maxWidth=200&tag=eb3306f151d1eca0b8185dabe943ed43&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.694 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 2ms. http://192.168.1.97:8096/emby/Items/5ddaa59a73205234890fdcfc683e14ed/Images/Primary?maxHeight=112&maxWidth=200&tag=e303de9fc146c1eb5e5caf415e362db6&quality=90 2018-03-04 23:28:37.694 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 2ms. http://192.168.1.97:8096/emby/Items/5e1aff96135d5e13105f021e6bea2793/Images/Primary?maxHeight=112&maxWidth=200&tag=eb3306f151d1eca0b8185dabe943ed43&quality=90 2018-03-04 23:28:37.808 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 178ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video 2018-03-04 23:28:37.833 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/3a6ae2a48ccc35318ed2735fc44610f8/Images/Thumb?maxWidth=280&tag=5e71a0d801295a5ce691cee246cdaca4&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.833 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/9653f24679f32deb88742c0fa1ae0218/Images/Thumb?maxWidth=280&tag=ad5a435f7ddfd5ad810a07417e116810&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.833 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/da6a8f1f7ffa0a3ecfd4c08bcbe74c14/Images/Thumb?maxWidth=280&tag=9e86494544dd69fde1c7a931eaab4788&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.834 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/emby/Items/3a6ae2a48ccc35318ed2735fc44610f8/Images/Thumb?maxWidth=280&tag=5e71a0d801295a5ce691cee246cdaca4&quality=90 2018-03-04 23:28:37.834 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/emby/Items/9653f24679f32deb88742c0fa1ae0218/Images/Thumb?maxWidth=280&tag=ad5a435f7ddfd5ad810a07417e116810&quality=90 2018-03-04 23:28:37.834 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/emby/Items/da6a8f1f7ffa0a3ecfd4c08bcbe74c14/Images/Thumb?maxWidth=280&tag=9e86494544dd69fde1c7a931eaab4788&quality=90 2018-03-04 23:28:37.856 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 228ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5ddaa59a73205234890fdcfc683e14ed 2018-03-04 23:28:37.884 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/36706f87eb983180a4c5dc3a2ad1d122/Images/Thumb?maxWidth=280&tag=4a59742d8025b0c39361be8b787b848e&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.884 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/2f37b39acf81151774b8610dfda615ff/Images/Thumb?maxWidth=280&tag=e3e9a81e9ee212c15f08aed8e5b11e91&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.884 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/3ead62d773141262bd508a46b98f1a01/Images/Thumb?maxWidth=280&tag=fc0b41d7422b649a48d9b580d9855f5d&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.888 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/09690dcf4451aff00fbf77cbdee83b9f/Images/Backdrop?maxWidth=280&tag=6239a274c1387ce8cb95dd362831136b&quality=70. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:37.888 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 5ms. http://192.168.1.97:8096/emby/Items/2f37b39acf81151774b8610dfda615ff/Images/Thumb?maxWidth=280&tag=e3e9a81e9ee212c15f08aed8e5b11e91&quality=90 2018-03-04 23:28:37.888 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 5ms. http://192.168.1.97:8096/emby/Items/3ead62d773141262bd508a46b98f1a01/Images/Thumb?maxWidth=280&tag=fc0b41d7422b649a48d9b580d9855f5d&quality=90 2018-03-04 23:28:37.889 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 5ms. http://192.168.1.97:8096/emby/Items/09690dcf4451aff00fbf77cbdee83b9f/Images/Backdrop?maxWidth=280&tag=6239a274c1387ce8cb95dd362831136b&quality=70 2018-03-04 23:28:37.890 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 6ms. http://192.168.1.97:8096/emby/Items/36706f87eb983180a4c5dc3a2ad1d122/Images/Thumb?maxWidth=280&tag=4a59742d8025b0c39361be8b787b848e&quality=90 2018-03-04 23:28:37.935 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 307ms. http://192.168.1.97:8096/emby/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CSeriesInfo%2CDateCreated%2CBasicSyncInfo&UserId=52153e24aeb64666aa70581bdfe942be&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false 2018-03-04 23:28:38.064 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/26d3a9fd65f30e5314b42df6857c38d5/Images/Thumb?maxWidth=280&tag=ffb60d0feb2deca101cbcfef6dd8f91a&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:38.065 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/b8eb72fccd9c43f44dac1c3a1b4ce7b3/Images/Thumb?maxWidth=280&tag=15d2d27f99c8fabf317cfab65b5d34d7&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:38.065 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/c848942f096acad21a34b44233d4f551/Images/Thumb?maxWidth=280&tag=d5cd5170cba6d9c660d305d333523c29&quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:38.066 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 2ms. http://192.168.1.97:8096/emby/Items/26d3a9fd65f30e5314b42df6857c38d5/Images/Thumb?maxWidth=280&tag=ffb60d0feb2deca101cbcfef6dd8f91a&quality=90 2018-03-04 23:28:38.067 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/emby/Items/c848942f096acad21a34b44233d4f551/Images/Thumb?maxWidth=280&tag=d5cd5170cba6d9c660d305d333523c29&quality=90 2018-03-04 23:28:38.067 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 2ms. http://192.168.1.97:8096/emby/Items/b8eb72fccd9c43f44dac1c3a1b4ce7b3/Images/Thumb?maxWidth=280&tag=15d2d27f99c8fabf317cfab65b5d34d7&quality=90 2018-03-04 23:28:39.025 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/db4c1708cbb5dd1676284a40f2950aba. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:39.035 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 10ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/db4c1708cbb5dd1676284a40f2950aba 2018-03-04 23:28:39.067 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items?SortBy=DateCreated%2CSortName&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&Limit=100&ParentId=db4c1708cbb5dd1676284a40f2950aba. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:39.090 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 23ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items?SortBy=DateCreated%2CSortName&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&Limit=100&ParentId=db4c1708cbb5dd1676284a40f2950aba 2018-03-04 23:28:39.552 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Endpoint. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:39.563 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 11ms. http://192.168.1.97:8096/emby/System/Endpoint 2018-03-04 23:28:40.436 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Views. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:40.441 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 4ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Views 2018-03-04 23:28:40.455 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=db4c1708cbb5dd1676284a40f2950aba. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:40.458 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 3ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=db4c1708cbb5dd1676284a40f2950aba 2018-03-04 23:28:40.458 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5ddaa59a73205234890fdcfc683e14ed. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:40.458 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:40.458 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CSeriesInfo%2CDateCreated%2CBasicSyncInfo&UserId=52153e24aeb64666aa70581bdfe942be&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:40.458 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5e1aff96135d5e13105f021e6bea2793. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:40.489 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 31ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5e1aff96135d5e13105f021e6bea2793 2018-03-04 23:28:40.497 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 39ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video 2018-03-04 23:28:40.538 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 80ms. http://192.168.1.97:8096/emby/Users/52153e24aeb64666aa70581bdfe942be/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=5ddaa59a73205234890fdcfc683e14ed 2018-03-04 23:28:40.585 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 127ms. http://192.168.1.97:8096/emby/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CSeriesInfo%2CDateCreated%2CBasicSyncInfo&UserId=52153e24aeb64666aa70581bdfe942be&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false 2018-03-04 23:28:42.867 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Notifications/52153e24aeb64666aa70581bdfe942be/Summary. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.870 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Sessions. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.870 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/ScheduledTasks. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.875 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/News/Product?StartIndex=0&Limit=4. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.876 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.877 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2018-03-03T22%3A28%3A44.111Z. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.879 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 3ms. http://192.168.1.97:8096/emby/System/Info 2018-03-04 23:28:42.883 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/LiveTv/Recordings?UserId=52153e24aeb64666aa70581bdfe942be&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.885 Debug JsonSerializer: Deserializing file /config/cache/news.json 2018-03-04 23:28:42.886 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 16ms. http://192.168.1.97:8096/emby/Sessions 2018-03-04 23:28:42.888 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.900 Debug App: ScheduledTasksWebSocketListener Begin transmitting over websocket to [::ffff:192.168.1.4]:53477 2018-03-04 23:28:42.900 Debug App: ActivityLogWebSocketListener Begin transmitting over websocket to [::ffff:192.168.1.4]:53477 2018-03-04 23:28:42.900 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 33ms. http://192.168.1.97:8096/emby/Notifications/52153e24aeb64666aa70581bdfe942be/Summary 2018-03-04 23:28:42.901 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/5e47e7d3-542a-ce9c-3676-91a65cb31e86.js 2018-03-04 23:28:42.901 Debug App: SessionInfoWebSocketListener Begin transmitting over websocket to [::ffff:192.168.1.4]:53477 2018-03-04 23:28:42.904 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/9be21c93-4ee4-4926-9f41-b7c2b4d4d1d7.js 2018-03-04 23:28:42.908 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/6330ee8f-b4a9-57f3-3981-f89aa78b030f.js 2018-03-04 23:28:42.910 Debug JsonSerializer: Deserializing file /config/data/ScheduledTasks/b1a52e63-d5fb-0933-5557-d4f1e6402299.js 2018-03-04 23:28:42.922 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 47ms. http://192.168.1.97:8096/emby/News/Product?StartIndex=0&Limit=4 2018-03-04 23:28:42.923 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 40ms. http://192.168.1.97:8096/emby/LiveTv/Recordings?UserId=52153e24aeb64666aa70581bdfe942be&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop 2018-03-04 23:28:42.928 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Packages/Updates?PackageType=System. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.932 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Packages/Updates?PackageType=UserInstalled. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.935 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 47ms. http://192.168.1.97:8096/emby/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true 2018-03-04 23:28:42.938 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 61ms. http://192.168.1.97:8096/emby/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2018-03-03T22%3A28%3A44.111Z 2018-03-04 23:28:42.973 Info HttpServer: HTTP GET http://192.168.1.97:8096/web/css/images/logoblack.png. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:42.974 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 1ms. http://192.168.1.97:8096/web/css/images/logoblack.png 2018-03-04 23:28:42.975 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 105ms. http://192.168.1.97:8096/emby/ScheduledTasks 2018-03-04 23:28:42.991 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 63ms. http://192.168.1.97:8096/emby/Packages/Updates?PackageType=System 2018-03-04 23:28:42.995 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 63ms. http://192.168.1.97:8096/emby/Packages/Updates?PackageType=UserInstalled 2018-03-04 23:28:46.920 Debug App: ActivityLogWebSocketListener stop transmitting over websocket to [::ffff:192.168.1.4]:53477 2018-03-04 23:28:46.920 Debug App: ScheduledTasksWebSocketListener stop transmitting over websocket to [::ffff:192.168.1.4]:53477 2018-03-04 23:28:46.921 Debug App: SessionInfoWebSocketListener stop transmitting over websocket to [::ffff:192.168.1.4]:53477 2018-03-04 23:28:46.921 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:46.929 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Configuration/branding. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:46.929 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Localization/Options. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:46.929 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:46.932 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 3ms. http://192.168.1.97:8096/emby/System/Info 2018-03-04 23:28:46.933 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 4ms. http://192.168.1.97:8096/emby/System/Configuration/branding 2018-03-04 23:28:46.944 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 15ms. http://192.168.1.97:8096/emby/Localization/Options 2018-03-04 23:28:46.977 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 56ms. http://192.168.1.97:8096/emby/System/Configuration 2018-03-04 23:28:48.329 Debug App: ScheduledTasksWebSocketListener Begin transmitting over websocket to [::ffff:192.168.1.4]:53477 2018-03-04 23:28:48.339 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Library/VirtualFolders. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:48.339 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:48.345 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 6ms. http://192.168.1.97:8096/emby/ScheduledTasks?IsEnabled=true 2018-03-04 23:28:48.379 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 40ms. http://192.168.1.97:8096/emby/Library/VirtualFolders 2018-03-04 23:28:48.401 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/5ddaa59a73205234890fdcfc683e14ed/Images/Primary?quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:48.401 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Items/db4c1708cbb5dd1676284a40f2950aba/Images/Primary?quality=90. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:48.407 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 5ms. http://192.168.1.97:8096/emby/Items/db4c1708cbb5dd1676284a40f2950aba/Images/Primary?quality=90 2018-03-04 23:28:48.407 Info HttpServer: HTTP Response 304 to 192.168.1.4. Time: 5ms. http://192.168.1.97:8096/emby/Items/5ddaa59a73205234890fdcfc683e14ed/Images/Primary?quality=90 2018-03-04 23:28:52.253 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Library/VirtualFolders. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:52.256 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 3ms. http://192.168.1.97:8096/emby/Library/VirtualFolders 2018-03-04 23:28:52.268 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Localization/cultures. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:52.269 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Localization/countries. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:52.289 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 21ms. http://192.168.1.97:8096/emby/Localization/cultures 2018-03-04 23:28:52.292 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 23ms. http://192.168.1.97:8096/emby/Localization/countries 2018-03-04 23:28:53.752 Info HttpServer: HTTP POST http://192.168.1.97:8096/emby/Library/VirtualFolders/LibraryOptions. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:53.763 Debug XmlSerializer: Serializing to file /config/root/default/Films/options.xml 2018-03-04 23:28:53.768 Info HttpServer: HTTP Response 204 to 192.168.1.4. Time: 16ms. http://192.168.1.97:8096/emby/Library/VirtualFolders/LibraryOptions 2018-03-04 23:28:53.895 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/Library/VirtualFolders. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:53.898 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 3ms. http://192.168.1.97:8096/emby/Library/VirtualFolders 2018-03-04 23:28:56.641 Debug App: ScheduledTasksWebSocketListener stop transmitting over websocket to [::ffff:192.168.1.4]:53477 2018-03-04 23:28:56.644 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:56.646 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 3ms. http://192.168.1.97:8096/emby/System/Configuration 2018-03-04 23:28:58.267 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:58.268 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Logs. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 2018-03-04 23:28:58.271 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 4ms. http://192.168.1.97:8096/emby/System/Configuration 2018-03-04 23:28:58.290 Info HttpServer: HTTP Response 200 to 192.168.1.4. Time: 22ms. http://192.168.1.97:8096/emby/System/Logs 2018-03-04 23:28:59.274 Info HttpServer: HTTP GET http://192.168.1.97:8096/emby/System/Logs/Log?name=server-63655802887.txt. UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 `

tomtom30 commented 6 years ago

I have found a solution with recreate 192.168.1.101/music folder. After that the server delete correctly the source and I have recreate 192.1468.1.97 and all is ok.

The bug seems to appears when the source folder is deleted before the library in emby. I think emby need to have valid folder to delete library ?

LukePulverenti commented 6 years ago

Resolved for the next release of the server, thanks.