Jump to content

Everything is broken


gideon

Recommended Posts

I updated my pc today and emby does not start.

 

I first noticed this when trying to enter http://localhost:8096/ in my browser as I usually do and was greeted with the following message :

This web page is not available

ERR_CONNECTION_REFUSED

After further inspection, I checked the service to see if it was running :

↳ gideon@gideon-arch ~ $  sudo systemctl status emby-server.service 
● emby-server.service - Emby brings together your videos, music, photos, and live television.
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: disabled)
   Active: failed (Result: start-limit-hit) since Sat 2016-10-15 09:07:47 SAST; 22min ago
  Process: 5995 ExecStart=/usr/bin/emby-server (code=exited, status=1/FAILURE)
 Main PID: 5995 (code=exited, status=1/FAILURE)

Oct 15 09:07:47 gideon-arch systemd[1]: emby-server.service: Unit entered failed state.
Oct 15 09:07:47 gideon-arch systemd[1]: emby-server.service: Failed with result 'exit-code'.
Oct 15 09:07:47 gideon-arch systemd[1]: emby-server.service: Service hold-off time over, scheduling restart.
Oct 15 09:07:47 gideon-arch systemd[1]: Stopped Emby brings together your videos, music, photos, and live television..
Oct 15 09:07:47 gideon-arch systemd[1]: emby-server.service: Start request repeated too quickly.
Oct 15 09:07:47 gideon-arch systemd[1]: Failed to start Emby brings together your videos, music, photos, and live television..
Oct 15 09:07:47 gideon-arch systemd[1]: emby-server.service: Unit entered failed state.
Oct 15 09:07:47 gideon-arch systemd[1]: emby-server.service: Failed with result 'start-limit-hit'.

I restarted the service manually, however, it starts and then stops with the same error as above.

 

I then tried to start the server manually with the command "emby-server" and got a bunch of errors :

Error, App, Error in MusicAlbumResolver resolving /home/gideon/-ffmpeg/root/default
	*** Error Report ***
	Version: 3.0.8000.0
	Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata -ffmpeg -ffprobe
	Operating system: Unix 4.7.6.1
	Processor count: 12
	64-Bit OS: True
	64-Bit Process: True
	Program data path: -ffmpeg
	Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
	Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
	Object reference not set to an instance of an object
	System.NullReferenceException
	  at MediaBrowser.Server.Implementations.Library.Resolvers.Audio.MusicAlbumResolver.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x00020] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.Resolvers.ItemResolver`1[T].MediaBrowser.Controller.Resolvers.IItemResolver.ResolvePath (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args, MediaBrowser.Controller.Resolvers.IItemResolver resolver) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	
Error, App, Error in SeriesResolver resolving /home/gideon/-ffmpeg/root/default
	*** Error Report ***
	Version: 3.0.8000.0
	Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata -ffmpeg -ffprobe
	Operating system: Unix 4.7.6.1
	Processor count: 12
	64-Bit OS: True
	64-Bit Process: True
	Program data path: -ffmpeg
	Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
	Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
	Object reference not set to an instance of an object
	System.NullReferenceException
	  at MediaBrowser.Server.Implementations.Library.Resolvers.TV.SeriesResolver.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x000ce] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.Resolvers.ItemResolver`1[T].MediaBrowser.Controller.Resolvers.IItemResolver.ResolvePath (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args, MediaBrowser.Controller.Resolvers.IItemResolver resolver) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 

Error, Main, UnhandledException
	*** Error Report ***
	Version: 3.0.8000.0
	Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata -ffmpeg -ffprobe
	Operating system: Unix 4.7.6.1
	Processor count: 12
	64-Bit OS: True
	64-Bit Process: True
	Program data path: -ffmpeg
	Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
	Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
	Specified cast is not valid.
	System.InvalidCastException
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.GetUserRootFolder () [0x0007e] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.GetCollectionFolders (MediaBrowser.Controller.Entities.BaseItem item) [0x00059] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.GetLibraryOptions (MediaBrowser.Controller.Entities.BaseItem item) [0x0000d] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Controller.Entities.BaseItem.IsInternetMetadataEnabled () [0x00005] in <834a6385e2cb4902bd87fe05c8156363>:0 
	  at MediaBrowser.Providers.Manager.ProviderManager.CanRefresh (MediaBrowser.Controller.Providers.IImageProvider provider, MediaBrowser.Controller.Entities.IHasImages item, MediaBrowser.Model.Configuration.MetadataOptions options, MediaBrowser.Controller.Providers.ImageRefreshOptions refreshOptions, System.Boolean includeDisabled) [0x00066] in <f7a13d35c3d74ee094c5c54a9d0ae8d4>:0 
	  at MediaBrowser.Providers.Manager.ProviderManager+<GetImageProviders>c__AnonStoreyF.<>m__0 (MediaBrowser.Controller.Providers.IImageProvider i) [0x00000] in <f7a13d35c3d74ee094c5c54a9d0ae8d4>:0 
	  at System.Linq.Enumerable+WhereArrayIterator`1[TSource].MoveNext () [0x00031] in <63992662b765477a898ef49cdcc99ee2>:0 
	  at System.Linq.Buffer`1[TElement]..ctor (System.Collections.Generic.IEnumerable`1[T] source) [0x00087] in <63992662b765477a898ef49cdcc99ee2>:0 
	  at System.Linq.OrderedEnumerable`1+<GetEnumerator>c__Iterator0[TElement].MoveNext () [0x00021] in <63992662b765477a898ef49cdcc99ee2>:0 
	  at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x0008b] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00011] in <63992662b765477a898ef49cdcc99ee2>:0 
	  at MediaBrowser.Providers.Manager.MetadataService`2+<RefreshMetadata>c__async0[TItemType,TIdType].MoveNext () [0x000ed] in <f7a13d35c3d74ee094c5c54a9d0ae8d4>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at MediaBrowser.Controller.Entities.BaseItem+<RefreshMetadata>c__async1.MoveNext () [0x001fa] in <834a6385e2cb4902bd87fe05c8156363>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at MediaBrowser.Server.Implementations.EntryPoints.RefreshUsersMetadata+<Run>c__async0.MoveNext () [0x00078] in <a55ada79ecd8426a8486d67cce706beb>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>m__1 (System.Object state) [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x0000e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0008d] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x0002a] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00096] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
	
Info, App, Entry point completed: MediaBrowser.Server.Implementations.EntryPoints.UdpServerEntryPoint. Duration: 0.001923 seconds
Info, App, Starting entry point MediaBrowser.Server.Implementations.EntryPoints.ServerEventNotifier
Info, App, Entry point completed: MediaBrowser.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.001249 seconds
Info, App, Starting entry point MediaBrowser.Server.Implementations.EntryPoints.UserDataChangeNotifier
Info, App, Entry point completed: MediaBrowser.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 0.000164 seconds
Info, App, Starting entry point MediaBrowser.Server.Implementations.IO.LibraryMonitorStartup
Error, App, Error in MusicAlbumResolver resolving /home/gideon/-ffmpeg/root
	*** Error Report ***
	Version: 3.0.8000.0
	Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata -ffmpeg -ffprobe
	Operating system: Unix 4.7.6.1
	Processor count: 12
	64-Bit OS: True
	64-Bit Process: True
	Program data path: -ffmpeg
	Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
	Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
	Object reference not set to an instance of an object
	System.NullReferenceException
	  at MediaBrowser.Server.Implementations.Library.Resolvers.Audio.MusicAlbumResolver.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x00020] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.Resolvers.ItemResolver`1[T].MediaBrowser.Controller.Resolvers.IItemResolver.ResolvePath (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args, MediaBrowser.Controller.Resolvers.IItemResolver resolver) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	
Error, App, Error in SeriesResolver resolving /home/gideon/-ffmpeg/root
	*** Error Report ***
	Version: 3.0.8000.0
	Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata -ffmpeg -ffprobe
	Operating system: Unix 4.7.6.1
	Processor count: 12
	64-Bit OS: True
	64-Bit Process: True
	Program data path: -ffmpeg
	Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
	Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
	Object reference not set to an instance of an object
	System.NullReferenceException
	  at MediaBrowser.Server.Implementations.Library.Resolvers.TV.SeriesResolver.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x000ce] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.Resolvers.ItemResolver`1[T].MediaBrowser.Controller.Resolvers.IItemResolver.ResolvePath (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args, MediaBrowser.Controller.Resolvers.IItemResolver resolver) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	
Error, App, Error in MediaBrowser.Server.Implementations.IO.LibraryMonitorStartup
	*** Error Report ***
	Version: 3.0.8000.0
	Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata -ffmpeg -ffprobe
	Operating system: Unix 4.7.6.1
	Processor count: 12
	64-Bit OS: True
	64-Bit Process: True
	Program data path: -ffmpeg
	Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
	Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
	Specified cast is not valid.
	System.InvalidCastException
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.CreateRootFolder () [0x00053] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.get_RootFolder () [0x0002b] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.IO.LibraryMonitor.Start () [0x0003a] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.IO.LibraryMonitorStartup.Run () [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Startup.Common.ApplicationHost+<RunStartupTasks>c__async0.MoveNext () [0x002b5] in <8b3b5f6df08549908ed5c560b676a63d>:0 
	
Info, App, Entry point completed: MediaBrowser.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.004048 seconds
Info, App, Starting entry point MediaBrowser.Server.Implementations.LiveTv.EmbyTV.EntryPoint
Info, App, Loading live tv data from -ffmpeg/data/livetv/timers
UnhandledException
Error, App, Error in MusicAlbumResolver resolving /home/gideon/-ffmpeg/root/default
	*** Error Report ***
	Version: 3.0.8000.0
	Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata -ffmpeg -ffprobe
	Operating system: Unix 4.7.6.1
	Processor count: 12
	64-Bit OS: True
	64-Bit Process: True
	Program data path: -ffmpeg
	Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
	Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
	Object reference not set to an instance of an object
	System.NullReferenceException
	  at MediaBrowser.Server.Implementations.Library.Resolvers.Audio.MusicAlbumResolver.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x00020] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.Resolvers.ItemResolver`1[T].MediaBrowser.Controller.Resolvers.IItemResolver.ResolvePath (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args, MediaBrowser.Controller.Resolvers.IItemResolver resolver) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	
Specified cast is not valid.
System.InvalidCastException
  at MediaBrowser.Server.Implementations.Library.LibraryManager.GetUserRootFolder () [0x0007e] in <a55ada79ecd8426a8486d67cce706beb>:0 
  at MediaBrowser.Server.Implementations.Library.LibraryManager.GetCollectionFolders (MediaBrowser.Controller.Entities.BaseItem item) [0x00059] in <a55ada79ecd8426a8486d67cce706beb>:0 
  at MediaBrowser.Server.Implementations.Library.LibraryManager.GetLibraryOptions (MediaBrowser.Controller.Entities.BaseItem item) [0x0000d] in <a55ada79ecd8426a8486d67cce706beb>:0 
  at MediaBrowser.Controller.Entities.BaseItem.IsInternetMetadataEnabled () [0x00005] in <834a6385e2cb4902bd87fe05c8156363>:0 
  at MediaBrowser.Providers.Manager.ProviderManager.CanRefresh (MediaBrowser.Controller.Providers.IImageProvider provider, MediaBrowser.Controller.Entities.IHasImages item, MediaBrowser.Model.Configuration.MetadataOptions options, MediaBrowser.Controller.Providers.ImageRefreshOptions refreshOptions, System.Boolean includeDisabled) [0x00066] in <f7a13d35c3d74ee094c5c54a9d0ae8d4>:0 
  at MediaBrowser.Providers.Manager.ProviderManager+<GetImageProviders>c__AnonStoreyF.<>m__0 (MediaBrowser.Controller.Providers.IImageProvider i) [0x00000] in <f7a13d35c3d74ee094c5c54a9d0ae8d4>:0 
  at System.Linq.Enumerable+WhereArrayIterator`1[TSource].MoveNext () [0x00031] in <63992662b765477a898ef49cdcc99ee2>:0 
  at System.Linq.Buffer`1[TElement]..ctor (System.Collections.Generic.IEnumerable`1[T] source) [0x00087] in <63992662b765477a898ef49cdcc99ee2>:0 
  at System.Linq.OrderedEnumerable`1+<GetEnumerator>c__Iterator0[TElement].MoveNext () [0x00021] in <63992662b765477a898ef49cdcc99ee2>:0 
  at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x0008b] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00011] in <63992662b765477a898ef49cdcc99ee2>:0 
  at MediaBrowser.Providers.Manager.MetadataService`2+<RefreshMetadata>c__async0[TItemType,TIdType].MoveNext () [0x000ed] in <f7a13d35c3d74ee094c5c54a9d0ae8d4>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at MediaBrowser.Controller.Entities.BaseItem+<RefreshMetadata>c__async1.MoveNext () [0x001fa] in <834a6385e2cb4902bd87fe05c8156363>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at MediaBrowser.Server.Implementations.EntryPoints.RefreshUsersMetadata+<Run>c__async0.MoveNext () [0x00078] in <a55ada79ecd8426a8486d67cce706beb>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>m__1 (System.Object state) [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x0000e] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0008d] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x0002a] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00096] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 
  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <dca3b561b8ad4f9fb10141d81b39ff45>:0 


Error, App, Error in SeriesResolver resolving /home/gideon/-ffmpeg/root/default
	*** Error Report ***
	Version: 3.0.8000.0
	Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata -ffmpeg -ffprobe
	Operating system: Unix 4.7.6.1
	Processor count: 12
	64-Bit OS: True
	64-Bit Process: True
	Program data path: -ffmpeg
	Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
	Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
	Object reference not set to an instance of an object
	System.NullReferenceException
	  at MediaBrowser.Server.Implementations.Library.Resolvers.TV.SeriesResolver.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x000ce] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.Resolvers.ItemResolver`1[T].MediaBrowser.Controller.Resolvers.IItemResolver.ResolvePath (MediaBrowser.Controller.Library.ItemResolveArgs args) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.Resolve (MediaBrowser.Controller.Library.ItemResolveArgs args, MediaBrowser.Controller.Resolvers.IItemResolver resolver) [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 
	
Error, App, Error creating recording folders
	*** Error Report ***
	Version: 3.0.8000.0
	Command line: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata -ffmpeg -ffprobe
	Operating system: Unix 4.7.6.1
	Processor count: 12
	64-Bit OS: True
	64-Bit Process: True
	Program data path: -ffmpeg
	Mono: 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
	Application Path: /usr/lib/emby-server/MediaBrowser.Server.Mono.exe
	Specified cast is not valid.
	System.InvalidCastException
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.GetUserRootFolder () [0x0007e] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.GetView (System.String path) [0x0000d] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.Library.LibraryManager.GetVirtualFolders () [0x00011] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.LiveTv.EmbyTV.EmbyTV.CreateRecordingFoldersInternal () [0x0000d] in <a55ada79ecd8426a8486d67cce706beb>:0 
	  at MediaBrowser.Server.Implementations.LiveTv.EmbyTV.EmbyTV.CreateRecordingFolders () [0x00000] in <a55ada79ecd8426a8486d67cce706beb>:0 

It worked perfectly before the update. Now it doesn't. Any idea why ?

 

Here are my system specs:

OS: Arch Linux 
Kernel: x86_64 Linux 4.7.6-1-ARCH
Uptime: 45m
Packages: 1233
Shell: bash 4.3.46
Resolution: 2560x1440
WM: bspwm
GTK Theme: ASN [GTK2/3]
Icon Theme: Numix-Bevel
Font: Open Sans 10
CPU: Intel Core i7-5820K CPU @ 3.6GHz
GPU: GeForce GTX 970
RAM: 2488MiB / 15879MiB
Here are my version of emby and also mono etc :
 
Emby version 3.0.8000.0
Mono JIT compiler version 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct  3 07:51:42 UTC 2016)
ffmpeg version 3.1.4 Copyright (c) 2000-2016 the FFmpeg developers

I usually run emby as a kodi plugin, however, it just gives an error now in kodi.

 

Please help :)

Edited by gideon
Link to comment
Share on other sites

Hi, try grabbing the 3.0.8100 update. If the issue persists, please attach a complete server log. thanks.

Link to comment
Share on other sites

It seems like the problem was that I did not have enough free space on my root drive for emby to launch.

 

After clearing some space, it worked again, however, my account is gone. After opening the http://localhost:8096/ , I am greeted by the wizard and it does not even recognise my official emby account when I try to login.

See screenshot. 58026e158df0f_20161015195309_2560x1440_s

Link to comment
Share on other sites

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...