Hello everyone,
I am trying to transition from the Phaze plugin to this docker. I loaded up the docker, created a new folder for its config files and copied over most files from the plugin.
It seemed to work ok (I was able to play videos and such) until it did the library update, at which point it seems like it failed some verification and wiped out the entire database (from what I could find below). Can someone help me figure out if what I am trying to do is possible? I really don't want to have to re-configure and re-scan everything while I switch to docker
I left the default /mnt -> /mnt mapping in the hope that it would keep the database in line.
2017-06-11 21:57:00.3668 Info TaskManager: IntervalTrigger fired for task: Scan media library
2017-06-11 21:57:00.3668 Info TaskManager: Queueing task RefreshMediaLibraryTask
2017-06-11 21:57:00.3668 Info TaskManager: Executing Scan media library
2017-06-11 21:57:00.4792 Info App: Validating media library
2017-06-11 21:57:00.5648 Info App: Deleting item, Type: Folder, Name: Console, Path: /mnt/user/ROMS/Console, Id: 7a88108e-c18e-976a-f619-02ef28c88240
2017-06-11 21:57:00.9713 Info App: Deleting item, Type: Folder, Name: HD-X264, Path: /mnt/user/Movies/HD-X264, Id: 96c768df-ae01-9bf7-a2d4-b9be7067bad1
2017-06-11 21:57:09.7724 Info App: Deleting item, Type: Folder, Name: XVID, Path: /mnt/user/Movies/XVID, Id: dd4114b5-40cb-79c8-b69d-60e1c9900d9a
2017-06-11 21:57:27.6968 Info App: Deleting item, Type: Folder, Name: Headphones, Path: /mnt/user/Music/Headphones, Id: 23b167a6-907a-cd2a-55c6-418128c833f2
2017-06-11 21:57:50.1190 Info App: Deleting item, Type: Folder, Name: Misc, Path: /mnt/user/Music/Misc, Id: 60d891d3-a472-4de9-c0f9-284e4b7b9679
2017-06-11 21:58:29.6739 Info App: Deleting item, Type: Folder, Name: Tunebite, Path: /mnt/user/Music/Tunebite, Id: cd8c05b0-c2b3-8452-ed7f-f2eb4f033f03
2017-06-11 21:58:40.4196 Info App: Deleting item, Type: Folder, Name: Pictures, Path: /mnt/user/Pictures, Id: 8cc204a0-26e1-3b39-26e7-c07681ebf362
2017-06-11 21:59:13.6260 Info App: Deleting item, Type: Folder, Name: TV-Shows, Path: /mnt/user/TV-Shows, Id: ae1ceee7-3766-ad0d-bb34-c8b813276e8e
2017-06-11 21:59:30.1558 Info HttpClient: HttpClientManager POST: http://192.168.1.1:1780
2017-06-11 21:59:30.1583 Error HttpClient: Error getting response from http://192.168.1.1:1780
*** Error Report ***
Version: 3.2.19.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.30.0
64-Bit OS: True
64-Bit Process: True
Mono: 4.8.1 (Stable 4.8.1.0/22a39d7 Fri Jun 2 05:04:04 UTC 2017)
Processor count: 2
Program data path: /config
Application directory: /usr/lib/emby-server/bin
System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <5641e4edad4f4464ba58c620a7b8ea48>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
--- End of inner exception stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at Emby.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>d__22.MoveNext () [0x0041a] in <a7def6295c174553a0365db65d969283>:0
---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <5641e4edad4f4464ba58c620a7b8ea48>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 <---
System.AggregateException
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at Emby.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>d__22.MoveNext () [0x0041a] in <a7def6295c174553a0365db65d969283>:0
InnerException: System.Net.WebException
System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <5641e4edad4f4464ba58c620a7b8ea48>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <5641e4edad4f4464ba58c620a7b8ea48>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
2017-06-11 21:59:30.1583 Error PortMapper: Error creating port map: One or more errors occurred.
2017-06-11 22:03:15.9323 Info App: Deleting item, Type: CollectionFolder, Name: Games, Path: /mnt/cache/appdata/Embyserver/root/default/Games, Id: 8f3e04c1-bc36-1191-c16f-63a5c8f9c190
2017-06-11 22:03:15.9364 Info App: Deleting item, Type: CollectionFolder, Name: Movies, Path: /mnt/cache/appdata/Embyserver/root/default/Movies, Id: f137a2dd-21bb-c1b9-9aa5-c0f6bf02a805
2017-06-11 22:03:15.9395 Info App: Deleting item, Type: CollectionFolder, Name: Music, Path: /mnt/cache/appdata/Embyserver/root/default/Music, Id: 7e64e319-657a-9516-ec78-490da03edccb
2017-06-11 22:03:15.9436 Info App: Deleting item, Type: CollectionFolder, Name: Photos, Path: /mnt/cache/appdata/Embyserver/root/default/Photos, Id: 52f1cc5c-fe5b-a8c9-452c-ebe7bca9e026
2017-06-11 22:03:15.9474 Info App: Deleting item, Type: CollectionFolder, Name: TV, Path: /mnt/cache/appdata/Embyserver/root/default/TV, Id: 4514ec85-0e5a-d0c4-7b58-444e17b6346c
2017-06-11 22:03:17.0047 Info Auto Box Sets: Executing Automatic BoxSet creation. Found 0 potential box sets.
2017-06-11 22:03:17.0048 Info Auto Box Sets: Automatic BoxSet creation completed.
2017-06-11 22:03:22.2221 Info HttpServer: HTTP GET http://unraid:8096/emby/Users/f040deb141ee48dca70887a2938f78eb/Items?Recursive=true&Limit=3&Filters=IsNotFolder&SortBy=DateCreated&SortOrder=Descending&Ids=0d2669112aec1533d3b18ec435f4dc47%2C3066e48a48b82905b11f632a66939c49%2C2a50f7c19b23170acf5dd0f7e43b949d%2C57602e6689d128ac230387a6b38111ff%2C6b5eef418efa1965f0cbbd644b9baff1%2C913f21cb55092fbd843b6b8d19ec18ee&MediaTypes=Audio%2CVideo&EnableTotalRecordCount=false. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36
2017-06-11 22:03:22.2671 Info HttpServer: HTTP Response 200 to 192.168.1.107. Time: 45ms. http://unraid:8096/emby/Users/f040deb141ee48dca70887a2938f78eb/Items?Recursive=true&Limit=3&Filters=IsNotFolder&SortBy=DateCreated&SortOrder=Descending&Ids=0d2669112aec1533d3b18ec435f4dc47%2C3066e48a48b82905b11f632a66939c49%2C2a50f7c19b23170acf5dd0f7e43b949d%2C57602e6689d128ac230387a6b38111ff%2C6b5eef418efa1965f0cbbd644b9baff1%2C913f21cb55092fbd843b6b8d19ec18ee&MediaTypes=Audio%2CVideo&EnableTotalRecordCount=false
2017-06-11 22:03:22.5230 Info HttpServer: HTTP GET http://unraid:8096/emby/Items/3066e48a48b82905b11f632a66939c49/Images/Primary?width=80&tag=206adec5ccaa655f177bb06fd5dec928&quality=90. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36
2017-06-11 22:03:22.5249 Info HttpServer: HTTP GET http://unraid:8096/web/bower_components/emby-webcomponents/notifications/notificationicon.png. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36
2017-06-11 22:03:22.6482 Info HttpResultFactory: Transmit file /usr/lib/emby-server/bin/dashboard-ui/bower_components/emby-webcomponents/notifications/notificationicon.png
2017-06-11 22:03:22.6537 Info HttpServer: HTTP Response 200 to 192.168.1.107. Time: 129ms. http://unraid:8096/web/bower_components/emby-webcomponents/notifications/notificationicon.png
2017-06-11 22:03:22.6591 Info HttpServer: HTTP GET http://unraid:8096/web/bower_components/emby-webcomponents/notifications/notificationicon.png. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36
2017-06-11 22:03:22.6591 Info HttpServer: HTTP Response 304 to 192.168.1.107. Time: 1ms. http://unraid:8096/web/bower_components/emby-webcomponents/notifications/notificationicon.png
2017-06-11 22:03:23.0232 Info HttpResultFactory: Transmit file /config/cache/temp/20840d2a4303432891e9dc3c22a71b36.webp
2017-06-11 22:03:23.0240 Info HttpServer: HTTP Response 200 to 192.168.1.107. Time: 501ms. http://unraid:8096/emby/Items/3066e48a48b82905b11f632a66939c49/Images/Primary?width=80&tag=206adec5ccaa655f177bb06fd5dec928&quality=90
2017-06-11 22:03:32.6696 Info TaskManager: Scan media library Completed after 6 minute(s) and 32 seconds
2017-06-11 22:03:32.6701 Info LibraryMonitor: Watching directory /mnt/cache/appdata/Embyserver/root/default
2017-06-11 22:03:32.6701 Info ServerManager: Sending web socket message ScheduledTaskEnded
2017-06-11 22:03:32.6701 Info TaskManager: ExecuteQueuedTasks