siteripper2 0 Posted December 3, 2016 Posted December 3, 2016 (edited) Hello, here is the log: 2016-12-03 08:42:09.6604 Info TaskManager: Executing Convert media 2016-12-03 08:42:11.4782 Error TaskManager: Error *** Error Report *** Version: 3.0.8500.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -ffmpeg /usr/bin/ffmpeg -ffprobe /usr/bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 4.4.0.38 Processor count: 12 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby-server Mono: 4.4.2 (Stable 4.4.2.11/f72fe45 Tue Aug 30 16:43:57 UTC 2016) Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe Cannot proceed with sync because user no longer exists. System.InvalidOperationException at MediaBrowser.Server.Implementations.Sync.SyncJobProcessor+<EnsureJobItems>c__async0.MoveNext () <0x41f64ef0 + 0x00187> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f016dae22a0 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f016dae0170 + 0x000a7> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f016dae00f0 + 0x0006b> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f016dae00a0 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x7f016dae06e0 + 0x00012> in <filename unknown>:0 at MediaBrowser.Server.Implementations.Sync.SyncJobProcessor+<EnsureSyncJobItems>c__async5.MoveNext () <0x41f62e00 + 0x004c1> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f016dae22a0 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f016dae0170 + 0x000a7> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f016dae00f0 + 0x0006b> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f016dae00a0 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x7f016dae06e0 + 0x00012> in <filename unknown>:0 at MediaBrowser.Server.Implementations.Sync.SyncJobProcessor+<Sync>c__async6.MoveNext () <0x41f620f0 + 0x002aa> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f016dae22a0 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f016dae0170 + 0x000a7> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f016dae00f0 + 0x0006b> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f016dae00a0 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x7f016dae06e0 + 0x00012> in <filename unknown>:0 at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<ExecuteInternal>c__async2.MoveNext () <0x41db2000 + 0x007c8> in <filename unknown>:0 2016-12-03 08:42:11.4782 Info TaskManager: Convert media Failed after 0 minute(s) and 1 seconds 2016-12-03 08:42:11.5437 Info ServerManager: Sending web socket message NotificationAdded 2016-12-03 08:42:11.5437 Info ServerManager: Sending web socket message ScheduledTaskEnded 2016-12-03 08:42:11.5437 Info TaskManager: ExecuteQueuedTasks 2016-12-03 08:42:11.5453 Info HttpServer: HTTP Response 204 to 95.211.186.214. Time: 1892ms (slow). http://109.201.133.112:8096/emby/ScheduledTasks/Running/12e0945fba4d49b1f482115adb46c341 2016-12-03 08:42:11.8415 Info HttpServer: HTTP GET http://SERVERIP:8096/emby/Notifications/93688180d06542b9b957eed3cdb68b53/Summary. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0 2016-12-03 08:42:11.8513 Info HttpServer: HTTP Response 200 to 95.211.186.214. Time: 10ms. http://SERVERIP:8096/emby/Notifications/93688180d06542b9b957eed3cdb68b53/Summary Edited December 3, 2016 by siteripper2
Luke 42077 Posted December 3, 2016 Posted December 3, 2016 Hi, it looks like a user created a sync job and you may have removed that user from your Emby Server. Is that true? I suppose we should have a better way of reacting to this. What you will need to do for now is delete the sync job and create a new one with a valid user.
siteripper2 0 Posted December 4, 2016 Author Posted December 4, 2016 I dond know if a user created a sync job but yes I deleted some users. How can I delete the sync job? In Server Settings, Sync, Syncjobs it shows no open sync jobs.
Luke 42077 Posted December 4, 2016 Posted December 4, 2016 Hi @@siteripper2, So you're saying the server dashboard -> Sync is blank, but the issue is just in the log files? Is that correct?
siteripper2 0 Posted December 6, 2016 Author Posted December 6, 2016 Exactly, here is a screen from the dashboard:
Kent 92 Posted December 23, 2016 Posted December 23, 2016 hi i'm not sure if this is the same issue but started last version 8500. I thought i would wait until 3.1 to see if the issue was cleared. It's still on-going. I have deleted the last sync job i created and will see if it reoccurs. But please note that i had no changes in my user accounts. Also appears the error is benign. I have a sync job (the one i just deleted in fact) that syncs the Next Up and this job is a champ and keeps up with my viewing daily with no issues, despite this error. 2016-12-23 00:22:16.7158 Info TaskManager: Executing Convert media2016-12-23 00:22:17.0043 Error TaskManager: Error *** Error Report *** Version: 3.1.0.0 Command line: /usr/pbi/emby-amd64/lib/emby-server/MediaBrowser.Server.Mono.exe -ffmpeg /usr/pbi/emby-amd64/bin/ffmpeg -ffprobe /usr/pbi/emby-amd64/bin/ffprobe -programdata /var/db/emby-server Operating system: Unix 9.1.0.0 64-Bit OS: True 64-Bit Process: True Mono: 4.4.2 (Stable 4.4.2.11/f72fe45 Mon Aug 22 04:48:30 UTC 2016) Processor count: 8 Program data path: /var/db/emby-server Application directory: /usr/pbi/emby-amd64/lib/emby-server System.ArgumentException: Invalid type conversion MediaBrowser.Model.Sync.SyncCategory at SQLitePCL.pretty.BindParameter.Bind (IBindParameter This, System.Object obj) <0x8183b0eb0 + 0x008ea> in <filename unknown>:0 at SQLitePCL.pretty.Statement.Bind (IStatement This, System.Object[] values) <0x8183b0c60 + 0x000f5> in <filename unknown>:0 at SQLitePCL.pretty.DatabaseConnection.Execute (IDatabaseConnection This, System.String sql, System.Object[] values) <0x818bf8f60 + 0x00068> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncRepository+<InsertOrUpdate>c__async0+<InsertOrUpdate>c__AnonStorey3.<>m__0 (IDatabaseConnection conn) <0x81b2d0b80 + 0x00049> in <filename unknown>:0 at SQLitePCL.pretty.DatabaseConnection+<RunInTransaction>c__AnonStorey4.<>m__0 (IDatabaseConnection db) <0x80b2e23b0 + 0x00023> in <filename unknown>:0 at SQLitePCL.pretty.DatabaseConnection.RunInTransaction[T] (IDatabaseConnection This, System.Func`2 f, TransactionMode mode) <0x80b2e1ed0 + 0x0012f> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<UpdateJobStatus>c__async1.MoveNext () <0x81b2cecc0 + 0x00c83> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<EnsureJobItems>c__async0.MoveNext () <0x81b2c7340 + 0x01581> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<EnsureSyncJobItems>c__async5.MoveNext () <0x81b2c5bf0 + 0x004e8> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<Sync>c__async6.MoveNext () <0x81d080680 + 0x002ba> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<ExecuteInternal>d__68.MoveNext () <0x818196750 + 0x00843> in <filename unknown>:0 System.ArgumentException at SQLitePCL.pretty.BindParameter.Bind (IBindParameter This, System.Object obj) <0x8183b0eb0 + 0x008ea> in <filename unknown>:0 at SQLitePCL.pretty.Statement.Bind (IStatement This, System.Object[] values) <0x8183b0c60 + 0x000f5> in <filename unknown>:0 at SQLitePCL.pretty.DatabaseConnection.Execute (IDatabaseConnection This, System.String sql, System.Object[] values) <0x818bf8f60 + 0x00068> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncRepository+<InsertOrUpdate>c__async0+<InsertOrUpdate>c__AnonStorey3.<>m__0 (IDatabaseConnection conn) <0x81b2d0b80 + 0x00049> in <filename unknown>:0 at SQLitePCL.pretty.DatabaseConnection+<RunInTransaction>c__AnonStorey4.<>m__0 (IDatabaseConnection db) <0x80b2e23b0 + 0x00023> in <filename unknown>:0 at SQLitePCL.pretty.DatabaseConnection.RunInTransaction[T] (IDatabaseConnection This, System.Func`2 f, TransactionMode mode) <0x80b2e1ed0 + 0x0012f> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<UpdateJobStatus>c__async1.MoveNext () <0x81b2cecc0 + 0x00c83> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<EnsureJobItems>c__async0.MoveNext () <0x81b2c7340 + 0x01581> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<EnsureSyncJobItems>c__async5.MoveNext () <0x81b2c5bf0 + 0x004e8> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<Sync>c__async6.MoveNext () <0x81d080680 + 0x002ba> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8127f4ed0 + 0x00038> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8127f4ae0 + 0x00118> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8127f4a10 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8043fef80 + 0x00042> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x80a733fc0 + 0x0001a> in <filename unknown>:0 at Emby.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<ExecuteInternal>d__68.MoveNext () <0x818196750 + 0x00843> in <filename unknown>:0 2016-12-23 00:22:17.0043 Info TaskManager: Convert media Failed after 0 minute(s) and 0 seconds
Luke 42077 Posted December 23, 2016 Posted December 23, 2016 Thanks, this is resolved for the next release.
siteripper2 0 Posted December 29, 2016 Author Posted December 29, 2016 Hello, I tried it again with Emby Version 3.1.2.0 I still get an error when clicking convert media: 2016-12-29 06:10:36.0935 Error TaskManager: Error *** Error Report *** Version: 3.1.2.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -ffmpeg /usr/bin/ffmpeg -ffprobe /usr/bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 4.4.0.38 64-Bit OS: True 64-Bit Process: True Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 28 20:49:26 UTC 2016) Processor count: 12 Program data path: /var/lib/emby-server Application directory: /usr/lib/emby-server/bin System.InvalidOperationException: Cannot proceed with sync because user no longer exists. at Emby.Server.Implementations.Sync.SyncJobProcessor+<EnsureJobItems>c__async0.MoveNext () [0x00057] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<EnsureSyncJobItems>c__async5.MoveNext () [0x000f4] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<Sync>c__async6.MoveNext () [0x0007d] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 at Emby.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<ExecuteInternal>d__68.MoveNext () [0x00181] in <bef7798f4baf4a2cbd193bda78100cb9>:0 System.InvalidOperationException at Emby.Server.Implementations.Sync.SyncJobProcessor+<EnsureJobItems>c__async0.MoveNext () [0x00057] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<EnsureSyncJobItems>c__async5.MoveNext () [0x000f4] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 at Emby.Server.Implementations.Sync.SyncJobProcessor+<Sync>c__async6.MoveNext () [0x0007d] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 at Emby.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<ExecuteInternal>d__68.MoveNext () [0x00181] in <bef7798f4baf4a2cbd193bda78100cb9>:0
siteripper2 0 Posted January 26, 2017 Author Posted January 26, 2017 Hello? The error still exists, Convert Media is not possible...
Luke 42077 Posted January 26, 2017 Posted January 26, 2017 Hi, this is resolved for the next release of Emby Server, thanks !
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now