Jump to content

Emby Server stopping on fresh install


Mr.Mac

Recommended Posts

Hi all,

 

I've spun up an Ubuntu 16.04 VM in Hyper-V to test out Emby under Linux (I have a fully functioning Emby Server running on windows so I am familiar with it).

 

I follow the instructions on the website.

 

1.  Download the deb file.

2.  Install with dpkg -i and the deb package

 

Emby installs and when I go to the serverip:8096 it just times out.

 

I do a systemctl status emby-server it shows

 

 
user@ubuntu-server:~$ systemctl start emby-server
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to start 'emby-server.service'.
Authenticating as: user
Password:
==== AUTHENTICATION COMPLETE ===
user@ubuntu-server:~$ systemctl status emby-server
● emby-server.service - Emby Server is a personal media server with apps on just about every device.
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2018-02-24 15:43:47 AEST; 3s ago
 Main PID: 1407 (EmbyServer)
    Tasks: 9
   Memory: 38.4M
      CPU: 3.641s
   CGroup: /system.slice/emby-server.service
           └─1407 /opt/emby-server/system/EmbyServer -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -re
 
Feb 24 15:43:49 ubuntu-server emby-server[1407]: Info DeviceManager: PRAGMA synchronous=1
Feb 24 15:43:49 ubuntu-server emby-server[1407]: Info ActivityRepository: Default journal_mode for /var/lib/emby/data/activitylog.db is wal
Feb 24 15:43:49 ubuntu-server emby-server[1407]: Info ActivityRepository: PRAGMA synchronous=1
Feb 24 15:43:49 ubuntu-server emby-server[1407]: Info SqliteDisplayPreferencesRepository: Default journal_mode for /var/lib/emby/data/displaypreferences.db i
Feb 24 15:43:49 ubuntu-server emby-server[1407]: Info SqliteDisplayPreferencesRepository: PRAGMA synchronous=1
Feb 24 15:43:49 ubuntu-server emby-server[1407]: Info SqliteItemRepository: Default journal_mode for /var/lib/emby/data/library.db is wal
Feb 24 15:43:49 ubuntu-server emby-server[1407]: Info SqliteItemRepository: PRAGMA synchronous=1
Feb 24 15:43:49 ubuntu-server emby-server[1407]: Info SqliteNotificationsRepository: Default journal_mode for /var/lib/emby/data/notifications.db is wal
Feb 24 15:43:49 ubuntu-server emby-server[1407]: Info SqliteNotificationsRepository: PRAGMA synchronous=1
Feb 24 15:43:50 ubuntu-server emby-server[1407]: Info HttpServer: Calling ServiceStack AppHost.Init
user@ubuntu-server:~$ systemctl status emby-server
● emby-server.service - Emby Server is a personal media server with apps on just about every device.
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled)
   Active: failed (Result: signal) since Sat 2018-02-24 15:44:02 AEST; 31s ago
  Process: 1407 ExecStart=/opt/emby-server/bin/emby-server (code=killed, signal=ILL)
 Main PID: 1407 (code=killed, signal=ILL)
 
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Default journal_mode for /var/lib/emby/data/sync14.db is wal
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: PRAGMA synchronous=1
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.0617127 seconds
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0039889 seconds
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: All entry points have started
Feb 24 15:44:02 ubuntu-server systemd[1]: emby-server.service: Main process exited, code=killed, status=4/ILL
Feb 24 15:44:02 ubuntu-server systemd[1]: emby-server.service: Unit entered failed state.
Feb 24 15:44:02 ubuntu-server systemd[1]: emby-server.service: Failed with result 'signal'.
user@ubuntu-server:~$ clear
user@ubuntu-server:~$ systemctl status emby-server
● emby-server.service - Emby Server is a personal media server with apps on just about every device.
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled)
   Active: failed (Result: signal) since Sat 2018-02-24 15:44:02 AEST; 9min ago
  Process: 1407 ExecStart=/opt/emby-server/bin/emby-server (code=killed, signal=ILL)
 Main PID: 1407 (code=killed, signal=ILL)
 
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Default journal_mode for /var/lib/emby/data/sync14.db is wal
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: PRAGMA synchronous=1
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.0617127 seconds
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0039889 seconds
Feb 24 15:43:54 ubuntu-server emby-server[1407]: Info App: All entry points have started
Feb 24 15:44:02 ubuntu-server systemd[1]: emby-server.service: Main process exited, code=killed, status=4/ILL
Feb 24 15:44:02 ubuntu-server systemd[1]: emby-server.service: Unit entered failed state.
Feb 24 15:44:02 ubuntu-server systemd[1]: emby-server.service: Failed with result 'signal'.
 
Just adding I noticed this is /var/system.log although I have no idea what it means.
 
Feb 24 15:44:01 ubuntu-server kernel: [  224.485624] traps: EmbyServer[1423] trap invalid opcode ip:7f6fd01152d4 sp:7f6f1fffb0b0 error:0 in libcoreclr.so[7f6fcfe87000+39e000]
 
 
This is also a completely fresh Ubuntu install with nothing else installed.  I've tried this on Debian 9 as well and the same thing happens.
 
I am sure this is something specific to me and again this is just a test setup so just wondering why does it keep stopping?
 
Server and /var/system log attached.
 
Cheers for any help.

system_log.txt

emby_server_log.txt

Edited by Mr.Mac
Link to comment
Share on other sites

  • 2 weeks later...
androx

Exactly the same issue within the same installation and environment.

I had the same with the 2.70 version and now with a new fresh install with the 3.30

 

The status after the start

pi@embyserver:/var/lib/emby/logs$ sudo systemctl status emby-server
● emby-server.service - Emby Server is a personal media server with apps on just about every device.
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled)
   Active: active (running) since Sun 2018-03-04 22:37:15 CET; 1s ago
 Main PID: 22554 (EmbyServer)
   CGroup: /system.slice/emby-server.service
           └─22554 /opt/emby-server/system/EmbyServer -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb

Mar 04 22:37:16 embyserver emby-server[22554]: Info MediaEncoder: Encoder available: srt
Mar 04 22:37:16 embyserver emby-server[22554]: Info MediaEncoder: Encoder available: h264_vaapi
Mar 04 22:37:16 embyserver emby-server[22554]: Info MediaEncoder: Encoder available: hevc_vaapi
Mar 04 22:37:16 embyserver emby-server[22554]: Info MediaEncoder: Encoder available: h264_v4l2m2m
Mar 04 22:37:16 embyserver emby-server[22554]: Info MediaEncoder: Encoder available: libwebp
Mar 04 22:37:16 embyserver emby-server[22554]: Info MediaEncoder: Encoder available: ac3
Mar 04 22:37:16 embyserver emby-server[22554]: Info MediaEncoder: Encoder validation complete
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: ServerId: 136c372adc104b35b9828511604a179e
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Core startup complete
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Post-init migrations complete

pi@embyserver:/var/lib/emby/logs$ sudo systemctl status emby-server
● emby-server.service - Emby Server is a personal media server with apps on just about every device.
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled)
   Active: active (running) since Sun 2018-03-04 22:37:15 CET; 32s ago
 Main PID: 22554 (EmbyServer)
   CGroup: /system.slice/emby-server.service
           └─22554 /opt/emby-server/system/EmbyServer -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb

Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 6.25E-05 seconds
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Starting entry point Emby.Server.Sync.SyncManagerEntryPoint
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Sqlite version: 3.21.0
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Default journal_mode for /var/lib/emby/data/sync14.db is wal
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: PRAGMA synchronous=1
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.0090047 seconds
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0007433 seconds
Mar 04 22:37:16 embyserver emby-server[22554]: Info App: All entry points have started

The status after the crash

pi@embyserver:/var/lib/emby/logs$ sudo systemctl status emby-server
● emby-server.service - Emby Server is a personal media server with apps on just about every device.
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled)
   Active: failed (Result: signal) since Sun 2018-03-04 22:27:10 CET; 8min ago
  Process: 21628 ExecStart=/opt/emby-server/bin/emby-server (code=killed, signal=SEGV)
 Main PID: 21628 (code=killed, signal=SEGV)

Mar 04 22:08:11 embyserver emby-server[21628]: Info App: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE
Mar 04 22:08:11 embyserver emby-server[21628]: Info App: Default journal_mode for /var/lib/emby/data/sync14.db is wal
Mar 04 22:08:11 embyserver emby-server[21628]: Info App: PRAGMA synchronous=1
Mar 04 22:08:11 embyserver emby-server[21628]: Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.0086374 seconds
Mar 04 22:08:11 embyserver emby-server[21628]: Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint
Mar 04 22:08:11 embyserver emby-server[21628]: Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0005008 seconds
Mar 04 22:08:11 embyserver emby-server[21628]: Info App: All entry points have started
Mar 04 22:27:10 embyserver systemd[1]: emby-server.service: Main process exited, code=killed, status=11/SEGV
Mar 04 22:27:10 embyserver systemd[1]: emby-server.service: Unit entered failed state.
Mar 04 22:27:10 embyserver systemd[1]: emby-server.service: Failed with result 'signal'.

No plugin installed.

The error seems always occurring when I go in the library directory just a second before creating the thumbnails.

The log files last line is always showing a png file in the cache (not the same, but an image)

2018-03-04 21:09:30.534 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/contentdirectory/contentdirectory.xml. UserAgent: Microsoft-Windows/10.0 UPnP/1.0
2018-03-04 21:09:30.535 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 0ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/contentdirectory/contentdirectory.xml 
2018-03-04 21:09:31.144 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/description.xml. UserAgent: DAFUPnP
2018-03-04 21:09:31.144 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 1ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/description.xml 
2018-03-04 21:09:31.147 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/description.xml. UserAgent: Microsoft-Windows/10.0 UPnP/1.0
2018-03-04 21:09:31.148 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 1ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/description.xml 
2018-03-04 21:09:31.160 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo240.png. UserAgent: User-Agent: Microsoft-DLNA DLNADOC/1.50
2018-03-04 21:09:31.160 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 0ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo240.png 
2018-03-04 21:09:31.165 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo240.jpg. UserAgent: User-Agent: Microsoft-DLNA DLNADOC/1.50
2018-03-04 21:09:31.165 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 0ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo240.jpg 
2018-03-04 21:09:31.174 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo120.png. UserAgent: User-Agent: Microsoft-DLNA DLNADOC/1.50
2018-03-04 21:09:31.175 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 0ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo120.png 
2018-03-04 21:09:31.177 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo120.jpg. UserAgent: User-Agent: Microsoft-DLNA DLNADOC/1.50
2018-03-04 21:09:31.177 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 0ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo120.jpg 
2018-03-04 21:09:31.181 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo48.png. UserAgent: User-Agent: Microsoft-DLNA DLNADOC/1.50
2018-03-04 21:09:31.181 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 0ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo48.png 
2018-03-04 21:09:31.183 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo48.jpg. UserAgent: User-Agent: Microsoft-DLNA DLNADOC/1.50
2018-03-04 21:09:31.184 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 0ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/icons/logo48.jpg 
2018-03-04 21:09:31.189 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/contentdirectory/contentdirectory.xml. UserAgent: Microsoft-Windows/10.0 UPnP/1.0
2018-03-04 21:09:31.189 Info HttpServer: HTTP Response 200 to 192.168.1.17. Time: 0ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/contentdirectory/contentdirectory.xml 
2018-03-04 21:09:31.976 Info TaskManager: StartupTrigger fired for task: Check for plugin updates
2018-03-04 21:09:31.978 Info TaskManager: Queueing task PluginUpdateTask
2018-03-04 21:09:31.979 Info TaskManager: StartupTrigger fired for task: Check for application updates
2018-03-04 21:09:31.979 Info TaskManager: Queueing task SystemUpdateTask
2018-03-04 21:09:31.984 Info TaskManager: Executing Check for plugin updates
2018-03-04 21:09:31.984 Info TaskManager: Executing Check for application updates
2018-03-04 21:09:31.998 Info HttpClient: GET https://www.mb3admin.com/admin/service/EmbyPackages.json
2018-03-04 21:09:32.034 Info TaskManager: Check for application updates Completed after 0 minute(s) and 0 seconds
2018-03-04 21:09:32.049 Info TaskManager: ExecuteQueuedTasks
2018-03-04 21:09:33.833 Info HttpServer: HTTP GET http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/description.xml. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2018-03-04 21:09:33.834 Info HttpServer: HTTP Response 200 to 192.168.1.50. Time: 1ms. http://192.168.1.41:8096/dlna/136c372adc104b35b9828511604a179e/description.xml 
2018-03-04 21:09:33.878 Info TaskManager: Check for plugin updates Completed after 0 minute(s) and 1 seconds
2018-03-04 21:09:33.879 Info TaskManager: ExecuteQueuedTasks
2018-03-04 21:09:45.264 Info HttpServer: HTTP GET http://192.168.1.41:8096/. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:45.265 Info HttpServer: HTTP Response 302 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/ 
2018-03-04 21:09:45.953 Info HttpServer: HTTP GET http://192.168.1.41:8096/web/bower_components/emby-webcomponents/strings/en-us.json?v=1520194185952. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:45.954 Info HttpResultFactory: Transmit file /opt/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/strings/en-us.json
2018-03-04 21:09:45.954 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/web/bower_components/emby-webcomponents/strings/en-us.json?v=1520194185952 
2018-03-04 21:09:45.954 Info HttpServer: HTTP GET http://192.168.1.41:8096/web/css/images/favicon.ico. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:45.955 Info HttpResultFactory: Transmit file /opt/emby-server/system/dashboard-ui/css/images/favicon.ico
2018-03-04 21:09:45.955 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/web/css/images/favicon.ico 
2018-03-04 21:09:45.955 Info HttpServer: HTTP GET http://192.168.1.41:8096/web/strings/en-US.json?v=1520194185952. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:45.956 Info HttpResultFactory: Transmit file /opt/emby-server/system/dashboard-ui/strings/en-US.json
2018-03-04 21:09:45.957 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 2ms. http://192.168.1.41:8096/web/strings/en-US.json?v=1520194185952 
2018-03-04 21:09:46.345 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/system/info/public. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.354 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 9ms. http://192.168.1.41:8096/emby/system/info/public 
2018-03-04 21:09:46.489 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/users/public. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.489 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Branding/Configuration. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.490 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Users/92c0bc4f2ed547baa4022c9e4993293b. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.493 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Users/92c0bc4f2ed547baa4022c9e4993293b/Views. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.497 Info HttpResultFactory: Transmit file /opt/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/material-icons/2fcryfnatjcs6g4u3t-y5zjzjt5fdej140u2djyc3my.woff2
2018-03-04 21:09:46.573 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 84ms. http://192.168.1.41:8096/emby/users/public 
2018-03-04 21:09:46.614 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 125ms. http://192.168.1.41:8096/emby/Branding/Configuration 
2018-03-04 21:09:46.627 Error HttpServer: Error processing request
	*** Error Report ***
	Version: 3.3.0.0
	Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
	Operating system: Unix 4.4.0.87
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 2
	Program data path: /var/lib/emby
	Application directory: /opt/emby-server/system
	System.NullReferenceException: Object reference not set to an instance of an object.
	   at Emby.Server.Implementations.Library.UserViewManager.<GetUserViews>d__7.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Api.UserLibrary.UserViewsService.<Get>d__5.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.Services.ServiceExecGeneral.<Execute>d__2.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.<ProcessRequestAsync>d__15.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.<RequestHandler>d__74.MoveNext()
	System.NullReferenceException
	   at Emby.Server.Implementations.Library.UserViewManager.<GetUserViews>d__7.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Api.UserLibrary.UserViewsService.<Get>d__5.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.Services.ServiceExecGeneral.<Execute>d__2.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.<ProcessRequestAsync>d__15.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.<RequestHandler>d__74.MoveNext()
	
2018-03-04 21:09:46.629 Info HttpServer: HTTP Response 500 to 192.168.1.10. Time: 136ms. http://192.168.1.41:8096/emby/Users/92c0bc4f2ed547baa4022c9e4993293b/Views 
2018-03-04 21:09:46.629 Info HttpServer: HTTP GET http://192.168.1.41:8096/web/bower_components/emby-webcomponents/themes/logowhite.png. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.630 Info HttpResultFactory: Transmit file /opt/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/logowhite.png
2018-03-04 21:09:46.630 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/web/bower_components/emby-webcomponents/themes/logowhite.png 
2018-03-04 21:09:46.637 Info App: App Activity: app: Emby Mobile, version: 3.3.0.0, deviceId: f9992f31085f8babd38d84c56e24e7adbd727fc5, deviceName: Chrome
2018-03-04 21:09:46.637 Error HttpServer: Error processing request
	*** Error Report ***
	Version: 3.3.0.0
	Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
	Operating system: Unix 4.4.0.87
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 2
	Program data path: /var/lib/emby
	Application directory: /opt/emby-server/system
	MediaBrowser.Controller.Net.SecurityException: Access token is invalid or expired.
	   at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateSecurityToken(IRequest request, String token)
	   at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser(IRequest request, IAuthenticationAttributes authAttribtues)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters(IRequest req, IResponse res, Object requestDto)
	   at Emby.Server.Implementations.Services.ServiceHandler.<ProcessRequestAsync>d__15.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.<RequestHandler>d__74.MoveNext()
	MediaBrowser.Controller.Net.SecurityException
	   at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateSecurityToken(IRequest request, String token)
	   at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser(IRequest request, IAuthenticationAttributes authAttribtues)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters(IRequest req, IResponse res, Object requestDto)
	   at Emby.Server.Implementations.Services.ServiceHandler.<ProcessRequestAsync>d__15.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.<RequestHandler>d__74.MoveNext()
	
2018-03-04 21:09:46.638 Info HttpServer: HTTP Response 401 to 192.168.1.10. Time: 148ms. http://192.168.1.41:8096/emby/Users/92c0bc4f2ed547baa4022c9e4993293b 
2018-03-04 21:09:46.642 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Users/92c0bc4f2ed547baa4022c9e4993293b. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.643 Error HttpServer: Error processing request
	*** Error Report ***
	Version: 3.3.0.0
	Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
	Operating system: Unix 4.4.0.87
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 2
	Program data path: /var/lib/emby
	Application directory: /opt/emby-server/system
	MediaBrowser.Controller.Net.SecurityException: Access token is invalid or expired.
	   at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateSecurityToken(IRequest request, String token)
	   at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser(IRequest request, IAuthenticationAttributes authAttribtues)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters(IRequest req, IResponse res, Object requestDto)
	   at Emby.Server.Implementations.Services.ServiceHandler.<ProcessRequestAsync>d__15.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.<RequestHandler>d__74.MoveNext()
	MediaBrowser.Controller.Net.SecurityException
	   at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateSecurityToken(IRequest request, String token)
	   at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser(IRequest request, IAuthenticationAttributes authAttribtues)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.ApplyRequestFilters(IRequest req, IResponse res, Object requestDto)
	   at Emby.Server.Implementations.Services.ServiceHandler.<ProcessRequestAsync>d__15.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.<RequestHandler>d__74.MoveNext()
	
2018-03-04 21:09:46.643 Info HttpServer: HTTP Response 401 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/emby/Users/92c0bc4f2ed547baa4022c9e4993293b 
2018-03-04 21:09:46.656 Info HttpServer: HTTP POST http://192.168.1.41:8096/emby/Users/authenticatebyname. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.686 Info UserManager: Authentication request for emby has succeeded.
2018-03-04 21:09:46.688 Info SessionManager: Creating new access token for user 05295accba204164b48d033185e27c25
2018-03-04 21:09:46.791 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 135ms. http://192.168.1.41:8096/emby/Users/authenticatebyname 
2018-03-04 21:09:46.796 Info HttpServer: HTTP POST http://192.168.1.41:8096/emby/Sessions/Capabilities/Full. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.797 Info HttpServer: WS ws://192.168.1.41:8096/embywebsocket?api_key=e31f50e68b3b48a593524987b2bbaac2&deviceId=f9992f31085f8babd38d84c56e24e7adbd727fc5. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.862 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/DisplayPreferences/usersettings?userId=05295accba204164b48d033185e27c25&client=emby. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.877 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 15ms. http://192.168.1.41:8096/emby/DisplayPreferences/usersettings?userId=05295accba204164b48d033185e27c25&client=emby 
2018-03-04 21:09:46.878 Info HttpServer: HTTP Response 204 to 192.168.1.10. Time: 82ms. http://192.168.1.41:8096/emby/Sessions/Capabilities/Full 
2018-03-04 21:09:46.883 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Users/05295accba204164b48d033185e27c25. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.884 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/emby/Users/05295accba204164b48d033185e27c25 
2018-03-04 21:09:46.885 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Users/05295accba204164b48d033185e27c25. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:46.886 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/emby/Users/05295accba204164b48d033185e27c25 
2018-03-04 21:09:47.002 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Notifications/05295accba204164b48d033185e27c25/Summary. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.012 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 10ms. http://192.168.1.41:8096/emby/Notifications/05295accba204164b48d033185e27c25/Summary 
2018-03-04 21:09:47.014 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Sessions. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.021 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 7ms. http://192.168.1.41:8096/emby/Sessions 
2018-03-04 21:09:47.021 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/ScheduledTasks. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.029 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.050 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 29ms. http://192.168.1.41:8096/emby/ScheduledTasks 
2018-03-04 21:09:47.050 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/News/Product?StartIndex=0&Limit=4. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.056 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 27ms. http://192.168.1.41:8096/emby/System/Info 
2018-03-04 21:09:47.058 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2018-03-03T20%3A09%3A47.012Z. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.061 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 11ms. http://192.168.1.41:8096/emby/News/Product?StartIndex=0&Limit=4 
2018-03-04 21:09:47.061 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/LiveTv/Recordings?UserId=05295accba204164b48d033185e27c25&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.077 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 20ms. http://192.168.1.41:8096/emby/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2018-03-03T20%3A09%3A47.012Z 
2018-03-04 21:09:47.077 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.092 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 16ms. http://192.168.1.41:8096/emby/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true 
2018-03-04 21:09:47.092 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Packages/Updates?PackageType=UserInstalled. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.098 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 37ms. http://192.168.1.41:8096/emby/LiveTv/Recordings?UserId=05295accba204164b48d033185e27c25&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop 
2018-03-04 21:09:47.099 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Packages/Updates?PackageType=System. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.814 Info HttpServer: HTTP GET http://192.168.1.41:8096/web/css/images/logoblack.png. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:47.814 Info HttpResultFactory: Transmit file /opt/emby-server/system/dashboard-ui/css/images/logoblack.png
2018-03-04 21:09:47.815 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/web/css/images/logoblack.png 
2018-03-04 21:09:47.837 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 738ms. http://192.168.1.41:8096/emby/Packages/Updates?PackageType=System 
2018-03-04 21:09:47.839 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 746ms. http://192.168.1.41:8096/emby/Packages/Updates?PackageType=UserInstalled 
2018-03-04 21:09:48.958 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Library/VirtualFolders. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:48.966 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:48.967 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 2ms. http://192.168.1.41:8096/emby/ScheduledTasks?IsEnabled=true 
2018-03-04 21:09:48.973 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 14ms. http://192.168.1.41:8096/emby/Library/VirtualFolders 
2018-03-04 21:09:50.451 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Localization/cultures. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:50.451 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Localization/countries. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:50.457 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 6ms. http://192.168.1.41:8096/emby/Localization/cultures 
2018-03-04 21:09:50.458 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 7ms. http://192.168.1.41:8096/emby/Localization/countries 
2018-03-04 21:09:52.885 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/System/Endpoint. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:09:52.890 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 5ms. http://192.168.1.41:8096/emby/System/Endpoint 
2018-03-04 21:10:10.131 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/System/Info/Public. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:10.132 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/emby/System/Info/Public 
2018-03-04 21:10:10.132 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/DefaultDirectoryBrowser. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:10.135 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 3ms. http://192.168.1.41:8096/emby/Environment/DefaultDirectoryBrowser 
2018-03-04 21:10:10.157 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/Drives. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:10.167 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 10ms. http://192.168.1.41:8096/emby/Environment/Drives 
2018-03-04 21:10:14.389 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5Cdocumentari. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:14.389 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5Cdocumentari. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:14.392 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 2ms. http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5Cdocumentari 
2018-03-04 21:10:14.557 Info HttpServer: HTTP Response 500 to 192.168.1.10. Time: 168ms. http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5Cdocumentari 
2018-03-04 21:10:18.760 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5C. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:18.762 Info HttpServer: HTTP Response 500 to 192.168.1.10. Time: 2ms. http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5C 
2018-03-04 21:10:18.762 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5C. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:18.763 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5C 
2018-03-04 21:10:18.843 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5C. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:18.843 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5C. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:18.844 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 0ms. http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5C 
2018-03-04 21:10:18.845 Info HttpServer: HTTP Response 500 to 192.168.1.10. Time: 2ms. http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5CZGEMMAH7%5CHarddisk%5Cmovie%5C 
2018-03-04 21:10:27.967 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5C192.168.1.20%5CHarddisk%5Cmovie%5C. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:27.973 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5C192.168.1.20%5CHarddisk%5Cmovie%5C. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:27.974 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 0ms. http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5C192.168.1.20%5CHarddisk%5Cmovie%5C 
2018-03-04 21:10:28.061 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5C192.168.1.20%5CHarddisk%5Cmovie%5C. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:28.061 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 0ms. http://192.168.1.41:8096/emby/Environment/ParentPath?path=%5C%5C192.168.1.20%5CHarddisk%5Cmovie%5C 
2018-03-04 21:10:29.867 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1899ms (slow). http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5C192.168.1.20%5CHarddisk%5Cmovie%5C 
2018-03-04 21:10:29.868 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5C192.168.1.20%5CHarddisk%5Cmovie%5C. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:29.872 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 4ms. http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%5C%5C192.168.1.20%5CHarddisk%5Cmovie%5C 
2018-03-04 21:10:32.313 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=smb%3A%2F%2F192.168.1.20%2FHarddisk%2Fmovie%2Fitalian. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:32.968 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Environment/ParentPath?path=smb%3A%2F%2F192.168.1.20%2FHarddisk%2Fmovie%2Fitalian. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:32.969 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/emby/Environment/ParentPath?path=smb%3A%2F%2F192.168.1.20%2FHarddisk%2Fmovie%2Fitalian 
2018-03-04 21:10:33.096 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 783ms. http://192.168.1.41:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=smb%3A%2F%2F192.168.1.20%2FHarddisk%2Fmovie%2Fitalian 
2018-03-04 21:10:34.590 Info HttpServer: HTTP POST http://192.168.1.41:8096/emby/Environment/ValidatePath. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:34.594 Info HttpServer: HTTP Response 204 to 192.168.1.10. Time: 4ms. http://192.168.1.41:8096/emby/Environment/ValidatePath 
2018-03-04 21:10:35.528 Info HttpServer: HTTP POST http://192.168.1.41:8096/emby/Library/VirtualFolders?collectionType=movies&refreshLibrary=true&name=Italiani. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:35.549 Info TaskManager: Queueing task RefreshMediaLibraryTask
2018-03-04 21:10:35.549 Info TaskManager: Executing Scan media library
2018-03-04 21:10:35.549 Info HttpServer: HTTP Response 204 to 192.168.1.10. Time: 21ms. http://192.168.1.41:8096/emby/Library/VirtualFolders?collectionType=movies&refreshLibrary=true&name=Italiani 
2018-03-04 21:10:35.566 Info App: Validating media library
2018-03-04 21:10:35.690 Info HttpServer: HTTP GET http://192.168.1.41:8096/emby/Library/VirtualFolders. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
2018-03-04 21:10:35.691 Info HttpServer: HTTP Response 200 to 192.168.1.10. Time: 1ms. http://192.168.1.41:8096/emby/Library/VirtualFolders 
2018-03-04 21:10:35.956 Info ImageProcessor: Creating image collage and saving to /var/lib/emby/cache/temp/ef3872efa39f4e7a80118fb7e08341f5.png
2018-03-04 18:44:27.898 Info HttpClient: GET https://api.themoviedb.org/3/movie/474382?api_key=f6bd687ffa63cd282b6ff2c6877f2669&append_to_response=casts,releases,images,keywords,trailers
2018-03-04 18:44:28.287 Info HttpClient: GET https://image.tmdb.org/t/p/original/eIlfBm1lp26lP0vJvzQgfYbzftD.jpg
2018-03-04 18:44:28.455 Info ProviderManager: Saving image to /var/lib/emby/metadata/library/9f/9fa5bdb090de00b6212b87cfbfc23b8c/poster.jpg
2018-03-04 18:44:28.455 Info HttpClient: GET https://image.tmdb.org/t/p/original/surajAyEyBbCNMrpOs6eHFA4RIi.jpg
2018-03-04 18:44:28.666 Info ProviderManager: Saving image to /var/lib/emby/metadata/library/9f/9fa5bdb090de00b6212b87cfbfc23b8c/backdrop.jpg
2018-03-04 18:44:28.666 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/474382?api_key=5c6b04c68e904cfed1e6cbc9a9e683d4
2018-03-04 18:44:29.882 Info App: MovieDbProvider: Finding id for item: Wonder
2018-03-04 18:44:29.882 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=f6bd687ffa63cd282b6ff2c6877f2669&query=Wonder&language=en
2018-03-04 18:44:30.182 Info HttpClient: GET https://api.themoviedb.org/3/movie/406997?api_key=f6bd687ffa63cd282b6ff2c6877f2669&append_to_response=casts,releases,images,keywords,trailers&language=en&include_image_language=en,null
2018-03-04 18:44:30.445 Info HttpClient: GET https://www.omdbapi.com?apikey=fe53f97e&plot=full&r=json&t=Wonder&type=movie
2018-03-04 18:44:50.442 Error HttpClient: Connection to https://www.omdbapi.com?apikey=fe53f97e&plot=full&r=json&t=Wonder&type=movie timed out
2018-03-04 18:44:50.444 Error App: Error in The Open Movie Database
	*** Error Report ***
	Version: 3.3.0.0
	Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
	Operating system: Unix 4.4.0.87
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 2
	Program data path: /var/lib/emby
	Application directory: /opt/emby-server/system
	MediaBrowser.Model.Net.HttpException: Connection to https://www.omdbapi.com?apikey=fe53f97e&plot=full&r=json&t=Wonder&type=movie timed out ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
	   at System.Net.Http.HttpClient.<FinishSendAsyncBuffered>d__58.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
	   --- End of inner exception stack trace ---
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsync>d__17.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Providers.Omdb.OmdbItemProvider.<GetSearchResultsInternal>d__12.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Providers.Omdb.OmdbItemProvider.<GetMovieImdbId>d__20.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Providers.Omdb.OmdbItemProvider.<GetMovieResult>d__19`1.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Providers.Manager.MetadataService`2.<ExecuteRemoteProviders>d__43.MoveNext()
	MediaBrowser.Model.Net.HttpException
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsync>d__17.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Providers.Omdb.OmdbItemProvider.<GetSearchResultsInternal>d__12.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Providers.Omdb.OmdbItemProvider.<GetMovieImdbId>d__20.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Providers.Omdb.OmdbItemProvider.<GetMovieResult>d__19`1.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Providers.Manager.MetadataService`2.<ExecuteRemoteProviders>d__43.MoveNext()
	InnerException: System.Threading.Tasks.TaskCanceledException
	System.Threading.Tasks.TaskCanceledException: A task was canceled.
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
	   at System.Net.Http.HttpClient.<FinishSendAsyncBuffered>d__58.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
	   at System.Net.Http.HttpClient.<FinishSendAsyncBuffered>d__58.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
	
2018-03-04 18:44:50.445 Info HttpClient: GET https://api.themoviedb.org/3/movie/406997?api_key=f6bd687ffa63cd282b6ff2c6877f2669&append_to_response=casts,releases,images,keywords,trailers
2018-03-04 18:44:50.795 Info HttpClient: GET https://image.tmdb.org/t/p/original/ouYgAatYH4JzIThj6FI3UYf31RI.jpg
2018-03-04 18:44:51.164 Info ProviderManager: Saving image to /var/lib/emby/metadata/library/9a/9aaf21e108daad6579b2c6578823db7e/poster.jpg
2018-03-04 18:44:51.164 Info HttpClient: GET https://image.tmdb.org/t/p/original/4rsrxYDfIzvtAsIE9wevxPRXAk4.jpg
2018-03-04 18:44:53.159 Info ProviderManager: Saving image to /var/lib/emby/metadata/library/9a/9aaf21e108daad6579b2c6578823db7e/backdrop.jpg
2018-03-04 18:44:53.159 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/406997?api_key=5c6b04c68e904cfed1e6cbc9a9e683d4
2018-03-04 18:44:53.736 Info HttpClient: GET https://assets.fanart.tv/fanart/movies/406997/hdmovielogo/wonder-5925c658ca9df.png
2018-03-04 18:44:59.710 Info ProviderManager: Saving image to /var/lib/emby/metadata/library/9a/9aaf21e108daad6579b2c6578823db7e/logo.png
2018-03-04 18:44:59.711 Info HttpClient: GET https://assets.fanart.tv/fanart/movies/406997/moviethumb/wonder-59650755ed681.jpg
2018-03-04 18:45:03.148 Info ProviderManager: Saving image to /var/lib/emby/metadata/library/9a/9aaf21e108daad6579b2c6578823db7e/landscape.jpg
2018-03-04 18:45:03.948 Info App: MovieDbProvider: Finding id for item: Wonder Woman
2018-03-04 18:45:03.948 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=f6bd687ffa63cd282b6ff2c6877f2669&query=Wonder+Woman&language=en
2018-03-04 18:45:04.248 Info HttpClient: GET https://api.themoviedb.org/3/movie/297762?api_key=f6bd687ffa63cd282b6ff2c6877f2669&append_to_response=casts,releases,images,keywords,trailers&language=en&include_image_language=en,null
2018-03-04 18:45:04.553 Info HttpClient: GET https://www.omdbapi.com?apikey=fe53f97e&plot=full&r=json&t=Wonder+Woman&type=movie
2018-03-04 18:45:04.912 Info HttpClient: GET https://www.omdbapi.com?apikey=fe53f97e&i=tt0451279&plot=short&tomatoes=true&r=json
2018-03-04 18:45:05.271 Info HttpClient: GET https://api.themoviedb.org/3/movie/297762?api_key=f6bd687ffa63cd282b6ff2c6877f2669&append_to_response=casts,releases,images,keywords,trailers
2018-03-04 18:45:05.512 Info HttpClient: GET https://image.tmdb.org/t/p/original/6iUNJZymJBMXXriQyFZfLAKnjO6.jpg
2018-03-04 18:45:06.710 Info ProviderManager: Saving image to /var/lib/emby/metadata/library/fc/fcdf83b93f9e74d1e6d7ddec04b0c667/backdrop.jpg
2018-03-04 18:45:06.711 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/297762?api_key=5c6b04c68e904cfed1e6cbc9a9e683d4
2018-03-04 18:45:07.195 Info HttpClient: GET https://assets.fanart.tv/fanart/movies/297762/hdmovielogo/wonder-woman-5902fe445c7f6.png
2018-03-04 18:45:08.468 Info ProviderManager: Saving image to /var/lib/emby/metadata/library/fc/fcdf83b93f9e74d1e6d7ddec04b0c667/logo.png
2018-03-04 18:45:08.468 Info HttpClient: GET https://assets.fanart.tv/fanart/movies/297762/moviethumb/wonder-woman-59b25aabbabfc.jpg
2018-03-04 18:45:15.202 Info ProviderManager: Saving image to /var/lib/emby/metadata/library/fc/fcdf83b93f9e74d1e6d7ddec04b0c667/landscape.jpg
2018-03-04 18:45:15.368 Info ImageProcessor: Creating image collage and saving to /var/lib/emby/cache/temp/b5d99b1890bf4123851fba632cfc177d.png
Link to comment
Share on other sites

androx

I can add that all the errors are due to the same seg fault

 2611.983403] EmbyServer[20986]: segfault at 0 ip 00007fc039d6bad0 sp 00007fbfbf472da8 error 4 in libc-2.23.so[7fc039cf6000+1c0000]
[11332.698203] EmbyServer[21489]: segfault at 0 ip 00007fddc84a4ad0 sp 00007fdd265961c8 error 4 in libc-2.23.so[7fddc842f000+1c0000]
[15927.603727] EmbyServer[22310]: segfault at 0 ip 00007fc0185c9ad0 sp 00007fbf495dd498 error 4 in libc-2.23.so[7fc018554000+1c0000]
[16764.827993] EmbyServer[22671]: segfault at 0 ip 00007fb8a8739ad0 sp 00007fb7dbffd498 error 4 in libc-2.23.so[7fb8a86c4000+1c0000]
[18503.950870] EmbyServer[25181]: segfault at 0 ip 00007fa5648e8ad0 sp 00007fa4b1ff9498 error 4 in libc-2.23.so[7fa564873000+1c0000]
[18623.749182] EmbyServer[25237]: segfault at 0 ip 00007fe765834ad0 sp 00007fe6e9f3c498 error 4 in libc-2.23.so[7fe7657bf000+1c0000]
[18739.541152] EmbyServer[25307]: segfault at 0 ip 00007f4bf7771ad0 sp 00007f4be11cfbf8 error 4 in libc-2.23.so[7f4bf76fc000+1c0000]
[18854.701882] EmbyServer[25413]: segfault at 0 ip 00007f78dd22bad0 sp 00007f78c57cdbf8 error 4 in libc-2.23.so[7f78dd1b6000+1c0000]
[18969.037759] EmbyServer[25513]: segfault at 0 ip 00007fdb99badad0 sp 00007fdb84d42bf8 error 4 in libc-2.23.so[7fdb99b38000+1c0000]

That in this moment they are experiencing only after i run the scan library. I have a library without problem in scanning, but this instead crash the server everytime I start the scan.

 

The last log line before the error in this case is

 

2018-03-04 23:30:35.785 Debug App: Running CollectionFolderImageProvider for /var/lib/emby/root/default/Inglesi
2018-03-04 23:30:35.835 Info ImageProcessor: Creating image collage and saving to /var/lib/emby/cache/temp/6c947ef12d6a4a5f89a599810dade01a.png

Edited by androx
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...