Jump to content

Search the Community

Showing results for tags 'Crash'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Ember for Emby
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

  1. Hi! TLDR: Good news: Emby-Server on Rpi2! Bad news: Frequent crashes! Also: Me no understand because of Noob. Been reading up on Emby and thought I might try it on my Raspberry Pi 2 running debian (Well, running OSMC which is based off of Debian Jessie). Easier said than done! I couldn't really find anyone who'd been successful at it, but what the hell! Over at the OSMC forums me and one of the support guys from OSMC played around with it: https://discourse.osmc.tv/t/emby-server-osmc-on-rpi2/6274/ This morning I finally got it working by following the manual installation instructions for linux. Mediainfo was installed already (through apt-get) mono, imagemagick and sqlite3 were installed through aptitude, being careful so as to not accept any solutions that cancelled one of the others out (this was especially tricky with mono). Ffmpeg was built from source (which took ages and ages on the rpi2): sudo aptitude remove ffmpeg cd /usr/src sudo mkdir ffmpeg sudo chown `whoami`:users ffmpeg git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg cd ffmpeg ./configure make sudo make install and then I changed the config files accordingly and ran with mono MediaBrowser.Server.Mono.exe -ffmpeg “/usr/src/ffmpeg/ffmpeg” -ffprobe “/usr/src/ffmpeg/ffprobe” Finally it was alive! It throws a few errors during startup: Info, ImageMagick, ImageMagick version: ImageMagick 6.8.9-9 Q16 arm 2015-01-05 http://www.imagemagick.org Error, ImageMagick, Error loading webp: *** Error Report *** Version: 3.0.5675.1 Command line: /opt/MediaBrowser/MediaBrowser.Server.Mono.exe -ffmpeg “/usr/src/ffmpeg/ffmpeg” -ffprobe “/usr/src/ffmpeg/ffprobe” Operating system: Unix 3.18.13.1 Processor count: 4 64-Bit OS: False 64-Bit Process: False Program data path: /opt/MediaBrowser/ProgramData-Server Mono: 3.2.8 (Debian 3.2.8+dfsg-10) Application Path: /opt/MediaBrowser/MediaBrowser.Server.Mono.exe delegate failed `"cwebp" -quiet -q %Q "%i" -o "%o"' @ error/delegate.c/InvokeDelegate/1310 ImageMagickSharp.WandException at ImageMagickSharp.WandCore`1[ImageMagickSharp.MagickWand].CheckError (Boolean status) [0x00000] in <filename unknown>:0 at ImageMagickSharp.MagickWand.SaveImage (System.String path) [0x00000] in <filename unknown>:0 at Emby.Drawing.ImageMagick.ImageMagickEncoder.TestWebp () [0x00000] in <filename unknown>:0 and Error, HttpServer, Exception loading certificate: /opt/MediaBrowser/ProgramData-Server/ssl/cert_9c31b7884ea5475c8687970fc5996297.pfx *** Error Report *** Version: 3.0.5675.1 Command line: /opt/MediaBrowser/MediaBrowser.Server.Mono.exe -ffmpeg “/usr/src/ffmpeg/ffmpeg” -ffprobe “/usr/src/ffmpeg/ffprobe” Operating system: Unix 3.18.13.1 Processor count: 4 64-Bit OS: False 64-Bit Process: False Program data path: /opt/MediaBrowser/ProgramData-Server Mono: 3.2.8 (Debian 3.2.8+dfsg-10) Application Path: /opt/MediaBrowser/MediaBrowser.Server.Mono.exe Input data cannot be coded as a valid certificate. System.Security.Cryptography.CryptographicException at Mono.Security.X509.X509Certificate.Parse (System.Byte[] data) [0x00000] in <filename unknown>:0 at Mono.Security.X509.X509Certificate..ctor (System.Byte[] data) [0x00000] in <filename unknown>:0 at System.Security.Cryptography.X509Certificates.X509Certificate2.Import (System.Byte[] rawData, System.String password, X509KeyStorageFlags keyStorageFlags) [0x00000] in <filename unknown>:0 at System.Security.Cryptography.X509Certificates.X509Certificate2.Import (System.String fileName, System.String password, X509KeyStorageFlags keyStorageFlags) [0x00000] in <filename unknown>:0 at System.Security.Cryptography.X509Certificates.X509Certificate2..ctor (System.String fileName) [0x00000] in <filename unknown>:0 at SocketHttpListener.Net.EndPointListener.LoadCertificateAndKey (System.Net.IPAddress addr, Int32 port, System.String certificateLocation) [0x00000] in <filename unknown>:0 InnerException: System.Security.Cryptography.CryptographicException Input data cannot be coded as a valid certificate. at Mono.Security.X509.X509Certificate.Parse (System.Byte[] data) [0x00000] in <filename unknown>:0 But starts and the web-ui seems snappy enough, I can play around with settings etc for a few minutes but then it consistently crashes. Maximum it reaches about 29% of the media library scan. The error messages vary slightly but they all look sort of like this: UnhandledExceptionThe task has already completed System.InvalidOperationException at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Persistence.SqliteItemRepository+<UpdatePeople>d__3c.MoveNext () [0x00000] in <filename unknown>:0 at (wrapper unbox) MediaBrowser.Server.Implementations.Persistence.SqliteItemRepository/<UpdatePeople>d__3c:MoveNext () at System.Threading.Tasks.AwaiterActionContinuation.Execute () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.ProcessCompleteDelegates () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.Finish () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.ThreadStart () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.Execute () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.TpScheduler.TaskExecuterCallback (System.Object obj) [0x00000] in <filename unknown>:0 Shutting down finalizer thread timed out. Segmentation fault oh and the media library is pointed to a mounted network share (through FStab) I literally have no idea where to go from here, I'm totally new to linux and atm I just feel I've hit a dead end. Has anyone got any suggestions where to go from here? EDIT: Changed command to sudo mono MediaBrowser.Server.Mono.exe -ffmpeg “/usr/local/share/man/man1/ffmpeg.1” -ffprobe “/usr/local/share/man/man1/ffprobe.1” To see if a) sudo would help not to run from source directory but installation directory. Checking the logs I get a whole lot of errors regarding ffprobe "error starting ffprobe" and "error in ffprobe". I enabled debug logging, dunno if that's why I got a more detailed shell output but the latest crash reads: UnhandledException The task has already completed System.InvalidOperationException at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Persistence.SqliteItemRepository+<UpdatePeople>d__3c.MoveNext () [0x00000] in <filename unknown>:0 at (wrapper unbox) MediaBrowser.Server.Implementations.Persistence.SqliteItemRepository/<UpdatePeople>d__3c:MoveNext () at System.Threading.Tasks.AwaiterActionContinuation.Execute () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.ProcessCompleteDelegates () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.Finish () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.ThreadStart () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.Execute () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.TpScheduler.TaskExecuterCallback (System.Object obj) [0x00000] in <filename unknown>:0 Shutting down finalizer thread timed out. Stacktrace: Native stacktrace: Debug info from gdb: ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================
  2. trevordj

    FreeNAS plugin crashing daily

    I have emby up and running on my home server running FreeNAS. Over the last few weeks emby is crashing at least once daily. Once it crashes, I cannot restart it through the webGUI, I have to go into the jail and manually start it using the command 'service emby-server onestart.' I cleared my logs yesterday and this morning I woke up, the plugin crashed again. My logs are posted below. In case it helps, here are specs on my machine: [a href=http://www.ebay.com/itm/231360168024?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT]Supermicro 836TQ 16 bay chassis[/a] [a href=http://www.amazon.com/gp/product/B005FYNSZA/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1]SanDisk Cruzer 16GB thumb drive[/a] (for FreeNAS OS) [a href=http://www.amazon.com/gp/product/B006GD30UC/ref=oh_aui_detailpage_o02_s01?ie=UTF8&psc=1]5 x Noctua 80mm fans [/a] [a href=http://www.amazon.com/gp/product/B00DWFQ42I/ref=oh_aui_detailpage_o02_s04?ie=UTF8&psc=1]Noctua heatsink[/a] [a href=http://www.amazon.com/gp/product/B00JDBYE1I/ref=oh_aui_detailpage_o01_s01?ie=UTF8&psc=1]Cheap samsung console monitor[/a] [a href=http://www.amazon.com/gp/product/B003NREDC8/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1]Cheap console mouse and keyboard[/a] [a href=http://www.newegg.com/Product/Product.aspx?Item=N82E16813182927]Supermicro X10SRL motherboard[/a] [a href=http://www.newegg.com/Product/Product.aspx?Item=N82E16819117512]Intel Xeon E5 processor E5-1620[/a] [a href=http://www.newegg.com/Product/Product.aspx?Item=N82E16822145973]8 x HGST Deskstar NAS 6TB hard drives[/a] [a href=http://www.newegg.com/Product/Product.aspx?Item=N82E16820147382]4 x Samsung 16GB 288-pin DDR4 ECC RAM[/a] [a href=http://www.monoprice.com/Product?c_id=102&cp_id=10226&cs_id=1022602&p_id=5123&seq=1&format=2]A bunch of monoprice SATA cables[/a] A list of the logs: Here are the two logs labeled "unhandled" Any thoughts/ideas on how to fix this is much appreciated!
  3. ricalou

    Emby Error

    Emby threw out an error: Cannot handle exception "Job". Shortly after, all video playback stopped. I'm using the most recent beta. To fix this issue: Do NOT reset the server. Go to task manager and kill the task "ffmpeg.exe". After that, restart the server. Not killing the transcoding will disable all access to the web interface, via emby app or localhost.
  4. I've been fighting with this issue for the past few days. Started with server version 3.0.5597.1. I then tried the beta and dev versions to see if I could alleviate the trouble. What was occurring was whenever the server had to serve up image's (e.g. for the web interface), it would crash. Nothing in the logs, just crashed. However, from windows system error log, would receive these three errors: Application: MediaBrowser.ServerApplication.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Runtime.InteropServices.SEHException Stack: at ImageMagickSharp.MagickWandInterop.MagickReadImage(IntPtr, System.String) at ImageMagickSharp.MagickWand.OpenImage(System.String) at ImageMagickSharp.MagickWand.OpenImages(System.String[]) at ImageMagickSharp.MagickWand..ctor(System.String[]) at Emby.Drawing.ImageMagick.StripCollageBuilder.BuildThumbCollageWandWithText(System.Collections.Generic.IEnumerable`1<System.String>, System.String, Int32, Int32) at Emby.Drawing.ImageMagick.StripCollageBuilder.BuildThumbCollage(System.Collections.Generic.IEnumerable`1<System.String>, System.String, Int32, Int32, System.String) at Emby.Drawing.ImageMagick.ImageMagickEncoder.CreateImageCollage(MediaBrowser.Controller.Drawing.ImageCollageOptions) at Emby.Drawing.ImageProcessor+<CreateImageCollage>d__43.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Emby.Drawing.ImageProcessor+<CreateImageCollage>d__43, Emby.Drawing, Version=3.0.5603.33351, Culture=neutral, PublicKeyToken=null]](<CreateImageCollage>d__43 ByRef) at Emby.Drawing.ImageProcessor.CreateImageCollage(MediaBrowser.Controller.Drawing.ImageCollageOptions) at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].CreateCollage(MediaBrowser.Controller.Entities.IHasImages, System.Collections.Generic.List`1<MediaBrowser.Controller.Entities.BaseItem>, System.String, Int32, Int32, Boolean, System.String) at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<CreateImage>d__19[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<CreateImage>d__19[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<CreateImage>d__19<System.__Canon> ByRef) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[system.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Start[[MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<CreateImage>d__19[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<CreateImage>d__19<System.__Canon> ByRef) at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].CreateImage(MediaBrowser.Controller.Entities.IHasImages, System.Collections.Generic.List`1<MediaBrowser.Controller.Entities.BaseItem>, System.String, MediaBrowser.Model.Entities.ImageType, Int32) at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchToFileInternal>d__c[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchToFileInternal>d__c[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<FetchToFileInternal>d__c<System.__Canon> ByRef) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[MediaBrowser.Controller.Library.ItemUpdateType, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]].Start[[MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchToFileInternal>d__c[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<FetchToFileInternal>d__c<System.__Canon> ByRef) at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].FetchToFileInternal(MediaBrowser.Controller.Entities.IHasImages, System.Collections.Generic.List`1<MediaBrowser.Controller.Entities.BaseItem>, MediaBrowser.Model.Entities.ImageType, System.String, System.Threading.CancellationToken) at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchAsync>d__6[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchAsync>d__6[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<FetchAsync>d__6<System.__Canon> ByRef) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[MediaBrowser.Controller.Library.ItemUpdateType, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]].Start[[MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchAsync>d__6[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<FetchAsync>d__6<System.__Canon> ByRef) at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].FetchAsync(MediaBrowser.Controller.Entities.IHasImages, MediaBrowser.Model.Entities.ImageType, MediaBrowser.Controller.Providers.MetadataRefreshOptions, System.Threading.CancellationToken) at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchAsync>d__1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchAsync>d__1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<FetchAsync>d__1<System.__Canon> ByRef) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[MediaBrowser.Controller.Library.ItemUpdateType, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]].Start[[MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchAsync>d__1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<FetchAsync>d__1<System.__Canon> ByRef) at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].FetchAsync(System.__Canon, MediaBrowser.Controller.Providers.MetadataRefreshOptions, System.Threading.CancellationToken) at MediaBrowser.Providers.Manager.MetadataService`2+<RunCustomProvider>d__4c[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Providers.Manager.MetadataService`2+<RunCustomProvider>d__4c[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Providers, Version=3.0.5603.33349, Culture=neutral, PublicKeyToken=null]](<RunCustomProvider>d__4c<System.__Canon,System.__Canon> ByRef) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[system.Threading.Tasks.VoidTaskResult, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Start[[MediaBrowser.Providers.Manager.MetadataService`2+<RunCustomProvider>d__4c[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Providers, Version=3.0.5603.33349, Culture=neutral, PublicKeyToken=null]](<RunCustomProvider>d__4c<System.__Canon,System.__Canon> ByRef) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[MediaBrowser.Providers.Manager.MetadataService`2+<RunCustomProvider>d__4c[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Providers, Version=3.0.5603.33349, Culture=neutral, PublicKeyToken=null]](<RunCustomProvider>d__4c<System.__Canon,System.__Canon> ByRef) at MediaBrowser.Providers.Manager.MetadataService`2[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].RunCustomProvider(MediaBrowser.Controller.Providers.ICustomMetadataProvider`1<System.__Canon>, System.__Canon, System.String, MediaBrowser.Controller.Providers.MetadataRefreshOptions, MediaBrowser.Providers.Manager.RefreshResult, System.Threading.CancellationToken) at MediaBrowser.Providers.Manager.MetadataService`2+<RefreshWithProviders>d__2d[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Providers.Manager.MetadataService`2+<RefreshWithProviders>d__2d[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Providers, Version=3.0.5603.33349, Culture=neutral, PublicKeyToken=null]](<RefreshWithProviders>d__2d<System.__Canon,System.__Canon> ByRef) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Start[[MediaBrowser.Providers.Manager.MetadataService`2+<RefreshWithProviders>d__2d[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Providers, Version=3.0.5603.33349, Culture=neutral, PublicKeyToken=null]](<RefreshWithProviders>d__2d<System.__Canon,System.__Canon> ByRef) at MediaBrowser.Providers.Manager.MetadataService`2[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].RefreshWithProviders(System.__Canon, System.__Canon, MediaBrowser.Controller.Providers.MetadataRefreshOptions, System.Collections.Generic.List`1<MediaBrowser.Controller.Providers.IMetadataProvider>, MediaBrowser.Providers.Manager.ItemImageProvider, System.Threading.CancellationToken) at MediaBrowser.Providers.Manager.MetadataService`2+<RefreshMetadata>d__2[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Providers.Manager.MetadataService`2+<RefreshMetadata>d__2[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Providers, Version=3.0.5603.33349, Culture=neutral, PublicKeyToken=null]](<RefreshMetadata>d__2<System.__Canon,System.__Canon> ByRef) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[MediaBrowser.Controller.Library.ItemUpdateType, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]].Start[[MediaBrowser.Providers.Manager.MetadataService`2+<RefreshMetadata>d__2[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], MediaBrowser.Providers, Version=3.0.5603.33349, Culture=neutral, PublicKeyToken=null]](<RefreshMetadata>d__2<System.__Canon,System.__Canon> ByRef) at MediaBrowser.Providers.Manager.MetadataService`2[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].RefreshMetadata(MediaBrowser.Controller.Entities.IHasMetadata, MediaBrowser.Controller.Providers.MetadataRefreshOptions, System.Threading.CancellationToken) at MediaBrowser.Providers.Manager.ProviderManager.RefreshSingleItem(MediaBrowser.Controller.Entities.IHasMetadata, MediaBrowser.Controller.Providers.MetadataRefreshOptions, System.Threading.CancellationToken) at MediaBrowser.Controller.Entities.BaseItem+<RefreshMetadata>d__1e.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Controller.Entities.BaseItem+<RefreshMetadata>d__1e, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]](<RefreshMetadata>d__1e ByRef) at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MediaBrowser.Controller.Providers.MetadataRefreshOptions, System.Threading.CancellationToken) at MediaBrowser.Controller.Entities.Movies.BoxSet+<RefreshAllMetadata>d__c.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Controller.Entities.Movies.BoxSet+<RefreshAllMetadata>d__c, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]](<RefreshAllMetadata>d__c ByRef) at MediaBrowser.Controller.Entities.Movies.BoxSet.RefreshAllMetadata(MediaBrowser.Controller.Providers.MetadataRefreshOptions, System.IProgress`1<Double>, System.Threading.CancellationToken) at MediaBrowser.Controller.Entities.Folder+<RefreshChildMetadata>d__d6.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Controller.Entities.Folder+<RefreshChildMetadata>d__d6, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]](<RefreshChildMetadata>d__d6 ByRef) at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller.Providers.MetadataRefreshOptions, Boolean, System.IProgress`1<Double>, System.Threading.CancellationToken) at MediaBrowser.Controller.Entities.Folder+<RefreshMetadataRecursive>d__cd.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Controller.Entities.Folder+<RefreshMetadataRecursive>d__cd, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]](<RefreshMetadataRecursive>d__cd ByRef) at MediaBrowser.Controller.Entities.Folder.RefreshMetadataRecursive(MediaBrowser.Controller.Providers.MetadataRefreshOptions, Boolean, System.IProgress`1<Double>, System.Threading.CancellationToken) at MediaBrowser.Controller.Entities.Folder+<RefreshChildMetadata>d__d6.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Controller.Entities.Folder+<RefreshChildMetadata>d__d6, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]](<RefreshChildMetadata>d__d6 ByRef) at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller.Providers.MetadataRefreshOptions, Boolean, System.IProgress`1<Double>, System.Threading.CancellationToken) at MediaBrowser.Controller.Entities.Folder+<RefreshMetadataRecursive>d__cd.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Controller.Entities.Folder+<RefreshMetadataRecursive>d__cd, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]](<RefreshMetadataRecursive>d__cd ByRef) at MediaBrowser.Controller.Entities.Folder.RefreshMetadataRecursive(MediaBrowser.Controller.Providers.MetadataRefreshOptions, Boolean, System.IProgress`1<Double>, System.Threading.CancellationToken) at MediaBrowser.Controller.Entities.Folder+<ValidateChildrenInternal>d__ba.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Controller.Entities.Folder+<ValidateChildrenInternal>d__ba, MediaBrowser.Controller, Version=3.0.5603.33346, Culture=neutral, PublicKeyToken=null]](<ValidateChildrenInternal>d__ba ByRef) at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal(System.IProgress`1<Double>, System.Threading.CancellationToken, Boolean, Boolean, MediaBrowser.Controller.Providers.MetadataRefreshOptions, MediaBrowser.Controller.Providers.IDirectoryService) at MediaBrowser.Controller.Entities.Folder.ValidateChildren(System.IProgress`1<Double>, System.Threading.CancellationToken, MediaBrowser.Controller.Providers.MetadataRefreshOptions, Boolean) at MediaBrowser.Server.Implementations.Library.LibraryManager+<PerformLibraryValidation>d__5b.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Server.Implementations.Library.LibraryManager+<PerformLibraryValidation>d__5b, MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<PerformLibraryValidation>d__5b ByRef) at MediaBrowser.Server.Implementations.Library.LibraryManager.PerformLibraryValidation(System.IProgress`1<Double>, System.Threading.CancellationToken) at MediaBrowser.Server.Implementations.Library.LibraryManager+<ValidateMediaLibraryInternal>d__54.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Server.Implementations.Library.LibraryManager+<ValidateMediaLibraryInternal>d__54, MediaBrowser.Server.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<ValidateMediaLibraryInternal>d__54 ByRef) at MediaBrowser.Server.Implementations.Library.LibraryManager.ValidateMediaLibraryInternal(System.IProgress`1<Double>, System.Threading.CancellationToken) at MediaBrowser.Server.Implementations.ScheduledTasks.RefreshMediaLibraryTask.Execute(System.Threading.CancellationToken, System.IProgress`1<Double>) at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<ExecuteInternal>d__c.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<ExecuteInternal>d__c, MediaBrowser.Common.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<ExecuteInternal>d__c ByRef) at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(MediaBrowser.Common.ScheduledTasks.TaskExecutionOptions) at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<Execute>d__8.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<Execute>d__8, MediaBrowser.Common.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<Execute>d__8 ByRef) at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.Execute(MediaBrowser.Common.ScheduledTasks.TaskExecutionOptions) at MediaBrowser.Common.Implementations.ScheduledTasks.TaskManager.QueueScheduledTask(MediaBrowser.Common.ScheduledTasks.IScheduledTaskWorker, MediaBrowser.Common.ScheduledTasks.TaskExecutionOptions) at MediaBrowser.Common.Implementations.ScheduledTasks.TaskManager.QueueScheduledTask(MediaBrowser.Common.ScheduledTasks.IScheduledTask, MediaBrowser.Common.ScheduledTasks.TaskExecutionOptions) at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<trigger_Triggered>d__3.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker+<trigger_Triggered>d__3, MediaBrowser.Common.Implementations, Version=3.0.5603.33348, Culture=neutral, PublicKeyToken=null]](<trigger_Triggered>d__3 ByRef) at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.trigger_Triggered(System.Object, MediaBrowser.Model.Events.GenericEventArgs`1<MediaBrowser.Common.ScheduledTasks.TaskExecutionOptions>) at MediaBrowser.Common.ScheduledTasks.IntervalTrigger.OnTriggered() at MediaBrowser.Common.ScheduledTasks.IntervalTrigger.<Start>b__0(System.Object) at System.Threading.TimerQueueTimer.CallCallbackInContext(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.TimerQueueTimer.CallCallback() at System.Threading.TimerQueueTimer.Fire() at System.Threading.TimerQueue.FireNextTimers() at System.Threading.TimerQueue.AppDomainTimerCallback() Faulting application name: MediaBrowser.ServerApplication.exe, version: 3.0.5603.33352, time stamp: 0x554952e1 Faulting module name: MSVCR100.dll, version: 10.0.40219.325, time stamp: 0x4df2be1e Exception code: 0xc0000006 Fault offset: 0x00010a37 Faulting process id: 0x288 Faulting application start time: 0x01d0887893cac430 Faulting application path: C:\Users\Evan\AppData\Roaming\MediaBrowser-Server\System\MediaBrowser.ServerApplication.exe Faulting module path: C:\Windows\SYSTEM32\MSVCR100.dll Report Id: 5200f37b-f49e-11e4-825f-14dae9b84dc4 Faulting package full name: Faulting package-relative application ID: Windows cannot access the file for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program Media Browser Server because of this error. Program: Media Browser Server File: The error value is listed in the Additional Data section. User Action 1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again. 2. If the file still cannot be accessed and - It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted. - It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer. 3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER. 4. If the problem persists, restore the file from a backup copy. 5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance. Additional Data Error value: C00000E8 Disk type: 0 Although the last error states disk errors, I'm quite sure it is not. My raid seems to be running just fine. Along with trying the Beta and Dev branches, I also worked on cleaning up and having the system refresh all the metadata images. And after days of poking it, and trying to let it run and leave it alone to see if it would finally process through stuff well enough, it now seems to be working. I am now seeing things in the logs like it is finally rebuilding its image cache, and perhaps will be stable again, although I will post updates as to its stability. Attached are my past few logs. The last one is where it actually starts serving up images successfully and I can browse through my media via the web interface. server-63566658199.txtserver-63566612652.txtserver-63566612726.txt
  5. Hey guys, after updating to version 3.0.5588.0 emby keeps crashing when trying to start up. anybody with the same problems? unhandled_17ba22e1-615c-4e7e-83c1-02eaeec7aa49.txt server-63565210192.txt
  6. I am using MediaBrowser on my server which I connect with VPN. My os is Debian. My Libraries are from 2 servers, shared via NFS 4. I also did/do use the same Libraries with Plex without any problems. I installed and I am testing mediabrowser since this week. Even though it's more of a CPU hog and less consistent than Plex, Multiuser functionality and other good stuff made me want to switch over. So far, not that good. I had some problems such as: All of a sudden Media Browser stops responding. service mediabrowser status lists MB as running. Though it is not. It refuses even my curl -I requests. The only way to fix that is to stop AND start it again. I thought I could live with it. As long as I add a service to monitor if it responds to my requests with a 200 code or restart it if need be. But today I tried entering password. Well... I wish I didn't. ... Now I can't do nothing... I do start MB, I get the login screen. I do enter my password, I see the server config page. But as soon as I try entering either "My preferences" or try clicking Home, I am booted out back to signin page. Also, When I even mouseover the Emby menu on top left side of the screen, I got kicked out. I tried it in different browsers. Tried it after clearing the cache. Restarted, stopped, started mediabrowser service several times. Fruitless. [22:14] root@Loki: /var/lib/mediabrowser/logs # tail * ==> server-63563840575.txt <== Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe Object reference not set to an instance of an object System.NullReferenceException at System.Net.NetworkInformation.LinuxNetworkChange.OnAddressChanged (System.Object unused) [0x00000] in <filename unknown>:0 ==> server-63563841459.txt <== Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe Object reference not set to an instance of an object System.NullReferenceException at System.Net.NetworkInformation.LinuxNetworkChange.OnAddressChanged (System.Object unused) [0x00000] in <filename unknown>:0 ==> server-63563842479.txt <== 2015-04-05 14:55:30.0062 Info - LibraryMonitor: Watching directory /Kimsufi/Media 2015-04-05 14:55:31.2115 Info - LibraryMonitor: Watching directory /mnt/Music 2015-04-05 14:55:47.3678 Info - App: StartupTrigger fired for task: Cache file cleanup 2015-04-05 14:55:47.3678 Info - App: Queueing task DeleteCacheFileTask 2015-04-05 14:55:47.3678 Info - App: Executing Cache file cleanup 2015-04-05 14:56:22.2673 Info - App: Cache file cleanup Completed after 0 minute(s) and 34 seconds 2015-04-05 14:59:47.3665 Info - App: StartupTrigger fired for task: Convert media 2015-04-05 14:59:47.3665 Info - App: Queueing task SyncConvertScheduledTask 2015-04-05 14:59:47.3665 Info - App: Executing Convert media 2015-04-05 14:59:47.3822 Info - App: Convert media Completed after 0 minute(s) and 0 seconds ==> server-63563844103.txt <== 2015-04-05 15:22:20.5749 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 15:22:20.5749 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 15:22:20.7618 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 15:22:20.7622 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 15:22:20.7651 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 15:22:20.7651 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 15:22:21.5712 Info - App: StartupTrigger fired for task: Log file cleanup 2015-04-05 15:22:21.5712 Info - App: Queueing task DeleteLogFileTask 2015-04-05 15:22:21.5712 Info - App: Executing Log file cleanup 2015-04-05 15:22:21.5725 Info - App: Log file cleanup Completed after 0 minute(s) and 0 seconds ==> server-63563844162.txt <== 2015-04-05 16:22:45.1589 Info - App: Executing Scan media library 2015-04-05 16:22:45.1623 Info - App: Validating media library 2015-04-05 16:23:05.6991 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 16:23:05.6991 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 16:23:05.7024 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 16:23:05.7024 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 16:23:05.8130 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 16:23:05.8130 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 16:23:05.8157 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 16:23:05.8157 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION ==> server-63563867263.txt <== at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Channels.ChannelManager+<GetChannel>c__async5.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Channels.Channel].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Channels.ChannelManager+<RefreshChannels>c__async1.MoveNext () [0x00000] in <filename unknown>:0 2015-04-05 21:47:55.8001 Info - App: Refresh Channels Completed after 0 minute(s) and 0 seconds 2015-04-05 21:48:09.8578 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 21:48:09.8801 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION ==> server-63563867290.txt <== --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Channels.Channel].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Channels.ChannelManager+<RefreshChannels>c__async1.MoveNext () [0x00000] in <filename unknown>:0 2015-04-05 21:48:22.7126 Info - App: Refresh Channels Completed after 0 minute(s) and 0 seconds 2015-04-05 21:48:22.9833 Info - App: HttpClientManager POST: http://www.mb3admin.com/admin/service/registration/validate 2015-04-05 21:48:23.2374 Info - App: ActivityLogWebSocketListener Begin transmitting over websocket to MY-COMPUTER-IP-ADDRESS:63445 2015-04-05 21:48:23.2374 Info - App: SessionInfoWebSocketListener Begin transmitting over websocket to MY-COMPUTER-IP-ADDRESS:63445 2015-04-05 21:48:23.2374 Info - App: ScheduledTasksWebSocketListener Begin transmitting over websocket to MY-COMPUTER-IP-ADDRESS:63445 ==> server-63563867414.txt <== 2015-04-05 21:53:17.1228 Info - App: Disposing UdpServerEntryPoint 2015-04-05 21:53:17.1239 Info - App: Disposing ServerEventNotifier 2015-04-05 21:53:17.1249 Info - App: Disposing UserDataChangeNotifier 2015-04-05 21:53:17.1249 Info - App: Disposing NewsEntryPoint 2015-04-05 21:53:17.1249 Info - App: Disposing DlnaProfileEntryPoint 2015-04-05 21:53:17.1249 Info - App: Disposing DlnaEntryPoint 2015-04-05 21:53:17.1276 Info - App: Disposing EntryPoint 2015-04-05 21:53:17.1276 Info - App: Disposing KeepServerAwake 2015-04-05 21:53:17.1276 Info - App: Disposing StartupWizard 2015-04-05 21:53:17.1276 Info - App: Disposing ServerEntryPoint ==> server-63563867624.txt <== 2015-04-05 22:03:46.1495 Info - App: ScheduledTasksWebSocketListener Begin transmitting over websocket to SERVER-IP-ADDRESS:38902 2015-04-05 22:03:48.5472 Info - App: ScheduledTasksWebSocketListener stop transmitting over websocket to SERVER-IP-ADDRESS:38902 2015-04-05 22:03:49.2285 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:03:49.2291 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:03:49.2317 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:03:49.2317 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:03:49.3474 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 22:03:49.3478 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 22:03:49.3502 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 22:03:49.3502 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION ==> server-63563868828.txt <== 2015-04-05 22:14:01.9531 Info - App: Refresh Channels Completed after 0 minute(s) and 0 seconds 2015-04-05 22:14:18.4520 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.4585 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.5037 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.5040 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.6233 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.6238 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.6260 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.6260 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION ==> unhandled_a75a75a5-1abf-409c-bbd8-d44ffb128d7c.txt <== Object reference not set to an instance of an object System.NullReferenceException at System.Net.NetworkInformation.LinuxNetworkChange.OnAddressChanged (System.Object unused) [0x00000] in <filename unknown>:0 ==> unhandled_d97440e4-63cf-441e-bc96-ba73ad3aa910.txt <== Object reference not set to an instance of an object System.NullReferenceException at System.Net.NetworkInformation.LinuxNetworkChange.OnAddressChanged (System.Object unused) [0x00000] in <filename unknown>:0 As for the last accessed server*.txt file. Here it is: 2015-04-05 22:13:48.3455 Info - Main: Emby Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.16.0.4 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe 2015-04-05 22:13:48.5468 Info - App: Application version: 3.0.5572.0 2015-04-05 22:13:48.6125 Info - App: Application configuration: {"EnableUPnP":false,"PublicPort":8096,"PublicHttpsPort":8920,"HttpServerPortNumber":8096,"HttpsPortNumber":8920,"EnableHttps":false,"EnableUserSpecificUserViews":true,"CertificatePath":"","EnableInternetProviders":true,"IsPortAuthorized":true,"MetadataPath":"/var/cache/MediaBrowser","SeasonZeroDisplayName":"Specials","SaveLocalMeta":false,"EnableLocalizedGuids":true,"EnableLibraryMetadataSubFolder":true,"PreferredMetadataLanguage":"en","MetadataCountryCode":"US","SortReplaceCharacters":[".","+","%"],"SortRemoveCharacters":[",","&","-","{","}","'"],"SortRemoveWords":["the","a","an"],"MinResumePct":5,"MaxResumePct":90,"MinResumeDurationSeconds":300,"RealtimeMonitorDelay":30,"EnableDashboardResponseCaching":true,"EnableDashboardResourceMinification":true,"DashboardSourcePath":"","MergeMetadataAndImagesByName":true,"EnableStandaloneMetadata":true,"ImageSavingConvention":"Compatible","MetadataOptions":[{"ItemType":"Book","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Movie","ImageOptions":[{"Type":"Backdrop","Limit":3,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":["Media Browser Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Series","ImageOptions":[{"Type":"Backdrop","Limit":2,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":["Media Browser Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicAlbum","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Disc","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":["Media Browser Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicArtist","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":["Media Browser Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Season","ImageOptions":[{"Type":"Backdrop","Limit":0,"MinWidth":1280}],"DisabledMetadataSavers":["Media Browser Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Episode","ImageOptions":[{"Type":"Backdrop","Limit":3,"MinWidth":1280}],"DisabledMetadataSavers":["Media Browser Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicVideo","ImageOptions":[{"Type":"Backdrop","Limit":3,"MinWidth":1280}],"DisabledMetadataSavers":["Media Browser Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Video","ImageOptions":[{"Type":"Backdrop","Limit":3,"MinWidth":1280}],"DisabledMetadataSavers":["Media Browser Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]}],"EnableAutomaticRestart":true,"EnableRealtimeMonitor":true,"PathSubstitutions":[],"ServerName":"Loki","WanDdns":"SERVER-FQDN","UICulture":"en-us","PeopleMetadataOptions":{"DownloadActorMetadata":true,"DownloadDirectorMetadata":true,"DownloadProducerMetadata":false,"DownloadWriterMetadata":false,"DownloadComposerMetadata":false,"DownloadOtherPeopleMetadata":false,"DownloadGuestStarMetadata":false},"FindInternetTrailers":true,"InsecureApps8":["Chromecast","iOS","Unknown app","MediaPortal","Media Portal","iPad","iPhone","Roku","Windows Phone"],"SaveMetadataHidden":false,"ContentTypes":[],"EnableAudioArchiveFiles":false,"EnableVideoArchiveFiles":false,"EnableDebugLevelLogging":false,"EnableAutoUpdate":true,"SystemUpdateLevel":"Release","LogFileRetentionDays":3,"RunAtStartup":false,"IsStartupWizardCompleted":true,"CachePath":"/var/cache/MediaBrowser"} 2015-04-05 22:13:48.6212 Info - App: Loading MBBackup, Version=1.0.0.4, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Plugins.SoundCloud, Version=1.0.5482.25242, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Api, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.WebDashboard, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Model, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Common, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Controller, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Providers, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Common.Implementations, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Server.Implementations, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.MediaEncoding, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Dlna, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.LocalMetadata, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.XbmcMetadata, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.IsoMounting.Linux, Version=1.0.5131.24779, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Server.Mono, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.6212 Info - App: Loading MediaBrowser.Server.Startup.Common, Version=3.0.5572.0, Culture=neutral, PublicKeyToken=null 2015-04-05 22:13:48.7335 Info - SqliteUserRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/users.db 2015-04-05 22:13:48.7734 Info - SqliteItemRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/chapters.db 2015-04-05 22:13:48.7779 Info - SqliteItemRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/mediainfo.db 2015-04-05 22:13:48.7847 Info - SqliteFileOrganizationRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/fileorganization.db 2015-04-05 22:13:48.7909 Info - AuthenticationRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/authentication.db 2015-04-05 22:13:48.7991 Info - SyncRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/sync14.db 2015-04-05 22:13:48.8584 Info - ImageProcessor: ImageMagick version: ImageMagick 6.9.0-10 Q8 x86_64 2015-03-17 http://www.imagemagick.org 2015-04-05 22:13:48.8624 Error - ImageProcessor: Error loading webp: *** Error Report *** Version: 3.0.5572.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.16.0.4 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe Access to the path "/var/cache/MediaBrowser/temp" is denied. System.UnauthorizedAccessException at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in <filename unknown>:0 at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Drawing.ImageProcessor.TestWebp () [0x00000] in <filename unknown>:0 2015-04-05 22:13:48.9015 Info - App: FFMpeg: /var/lib/mediabrowser/ffmpeg/20150124/ffmpeg 2015-04-05 22:13:48.9015 Info - App: FFProbe: /var/lib/mediabrowser/ffmpeg/20150124/ffprobe 2015-04-05 22:13:49.1912 Info - ActivityRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/activitylog.db 2015-04-05 22:13:49.2040 Info - SqliteDisplayPreferencesRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/displaypreferences.db 2015-04-05 22:13:49.2100 Info - SqliteItemRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/library.db 2015-04-05 22:13:49.2186 Info - SqliteProviderInfoRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/refreshinfo.db 2015-04-05 22:13:49.2279 Info - SqliteUserDataRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/userdata_v2.db 2015-04-05 22:13:49.2346 Info - SqliteNotificationsRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/notifications.db 2015-04-05 22:13:49.7485 Info - App: HttpClientManager POST: https://connect.mediabrowser.tv/service/user/preferences?userId=20495&key=userpreferences 2015-04-05 22:13:49.9818 Info - App: HttpClientManager POST: https://connect.mediabrowser.tv/service/user/preferences?userId=20495&key=userpreferences 2015-04-05 22:13:50.1630 Info - HttpServer: Calling ServiceStack AppHost.Init 2015-04-05 22:13:51.5317 Info - ServiceStackHost: Initializing Application took 2716.416ms 2015-04-05 22:13:51.5462 Info - ServerManager: Loading Http Server 2015-04-05 22:13:51.5490 Info - HttpServer: Adding HttpListener prefix http://+:8096/ 2015-04-05 22:13:51.5490 Info - HttpServer: Adding HttpListener prefix https://+:8920/ 2015-04-05 22:13:51.5530 Info - HttpServer: attempting to load pfx: /var/lib/mediabrowser/ssl/cert_a66aeb0210abc8012de39387ecf76ea6.pfx 2015-04-05 22:13:51.9586 Info - App: Core startup complete 2015-04-05 22:13:52.0018 Info - Dlna: SSDP service started 2015-04-05 22:13:52.0374 Info - App: HttpClientManager POST: https://connect.mediabrowser.tv/service/Servers?id=f2061f2d8381152a43ada9e1818e237c 2015-04-05 22:13:52.2752 Info - App: HttpClientManager GET: https://connect.mediabrowser.tv/service/ServerAuthorizations?serverId=f2061f2d8381152a43ada9e1818e237c 2015-04-05 22:13:52.2857 Info - App: HttpClientManager POST: http://www.mb3admin.com/admin/service/registration/validate 2015-04-05 22:13:52.7763 Info - App: HttpClientManager GET: http://www.mb3admin.com/admin/service/MB3ServerNotifications.json 2015-04-05 22:13:52.8050 Info - App: HttpClientManager GET: http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog 2015-04-05 22:13:53.3032 Info - App: HttpClientManager POST: http://www.mb3admin.com/admin/service/registration/validate 2015-04-05 22:13:53.7376 Error - App: Error downloading news *** Error Report *** Version: 3.0.5572.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.16.0.4 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe Access to the path "/var/cache/MediaBrowser/news.json" is denied. System.UnauthorizedAccessException at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.Open (System.String path, FileMode mode) [0x00000] in <filename unknown>:0 at MediaBrowser.Common.Implementations.Serialization.JsonSerializer.SerializeToFile (System.Object obj, System.String file) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.News.NewsEntryPoint+<DownloadNews>c__async1.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.News.NewsEntryPoint+<OnTimerFired>c__async0.MoveNext () [0x00000] in <filename unknown>:0 2015-04-05 22:13:54.0703 Error - DtoUtils: ServiceBase<TRequest>::Service Exception *** Error Report *** Version: 3.0.5572.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.16.0.4 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe Access to the path "/var/cache/MediaBrowser/views" is denied. System.UnauthorizedAccessException at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in <filename unknown>:0 at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in <filename unknown>:0 at System.IO.DirectoryInfo.Create () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create () at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in <filename unknown>:0 at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.LibraryManager+<GetNamedViewInternal>c__asyncA.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Entities.UserView].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.LibraryManager+<GetNamedView>c__async9.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Entities.UserView].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.UserViewManager+<GetUserViews>c__async0.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Collections.Generic.IEnumerable`1[MediaBrowser.Controller.Entities.Folder]].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Api.UserLibrary.UserLibraryService+<Get>c__async0.MoveNext () [0x00000] in <filename unknown>:0 2015-04-05 22:13:54.0820 Error - HttpServer: Error processing request for /Users/f5671a220124f829769412d986da3717/Views? *** Error Report *** Version: 3.0.5572.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.16.0.4 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe Access to the path "/var/cache/MediaBrowser/views" is denied. ServiceStack.HttpError No Stack Trace Available 2015-04-05 22:13:54.9544 Info - App: StartupTrigger fired for task: Check for plugin updates 2015-04-05 22:13:54.9544 Info - App: StartupTrigger fired for task: Refresh Guide 2015-04-05 22:13:54.9552 Info - App: Queueing task RefreshChannelsScheduledTask 2015-04-05 22:13:54.9552 Info - App: Queueing task PluginUpdateTask 2015-04-05 22:13:54.9565 Info - App: Executing Refresh Guide 2015-04-05 22:13:54.9597 Info - App: Executing Check for plugin updates 2015-04-05 22:13:54.9630 Info - App: HttpClientManager GET: http://www.mb3admin.com/admin/service/MB3Packages.json 2015-04-05 22:13:54.9705 Info - App: Refresh Guide Completed after 0 minute(s) and 0 seconds 2015-04-05 22:13:55.0379 Info - App: StartupTrigger fired for task: Scan media library 2015-04-05 22:13:55.0379 Info - App: Queueing task RefreshMediaLibraryTask 2015-04-05 22:13:55.0379 Info - App: Executing Scan media library 2015-04-05 22:13:55.0416 Info - App: Validating media library 2015-04-05 22:13:55.1508 Info - App: StartupTrigger fired for task: Check for application updates 2015-04-05 22:13:55.1508 Info - App: Queueing task SystemUpdateTask 2015-04-05 22:13:55.7343 Info - App: Executing Check for application updates 2015-04-05 22:13:55.7378 Info - App: HttpClientManager GET: http://www.mb3admin.com/admin/service/MB3Packages.json 2015-04-05 22:13:55.7667 Info - App: Check for plugin updates Completed after 0 minute(s) and 0 seconds 2015-04-05 22:13:55.9856 Info - App: Check for application updates Completed after 0 minute(s) and 0 seconds 2015-04-05 22:13:57.0042 Info - App: HttpClientManager GET: http://bot.whatismyipaddress.com/ 2015-04-05 22:13:57.1801 Info - UserManager: Authentication request for Nomad has succeeded. 2015-04-05 22:13:57.2340 Info - App: HttpClientManager POST: http://www.mb3admin.com/admin/service/registration/ping 2015-04-05 22:13:57.3530 Info - App: HttpClientManager POST: https://connect.mediabrowser.tv/service/Servers?id=f2061f2d8381152a43ada9e1818e237c 2015-04-05 22:13:57.4972 Info - App: HttpClientManager GET: https://connect.mediabrowser.tv/service/ServerAuthorizations?serverId=f2061f2d8381152a43ada9e1818e237c 2015-04-05 22:13:58.0615 Info - App: HttpClientManager POST: http://www.mb3admin.com/admin/service/registration/validate 2015-04-05 22:13:58.1891 Info - App: SessionInfoWebSocketListener Begin transmitting over websocket to SERVER-IP-ADDRESS:62529 2015-04-05 22:13:58.1891 Info - App: ScheduledTasksWebSocketListener Begin transmitting over websocket to SERVER-IP-ADDRESS:62529 2015-04-05 22:13:58.1900 Info - App: ActivityLogWebSocketListener Begin transmitting over websocket to SERVER-IP-ADDRESS:62529 2015-04-05 22:14:00.6621 Error - DtoUtils: ServiceBase<TRequest>::Service Exception *** Error Report *** Version: 3.0.5572.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.16.0.4 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe Access to the path "/var/cache/MediaBrowser/views" is denied. System.UnauthorizedAccessException at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in <filename unknown>:0 at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in <filename unknown>:0 at System.IO.DirectoryInfo.Create () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create () at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in <filename unknown>:0 at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.LibraryManager+<GetNamedViewInternal>c__asyncA.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Entities.UserView].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.LibraryManager+<GetNamedView>c__async9.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Entities.UserView].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.UserViewManager+<GetUserViews>c__async0.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Collections.Generic.IEnumerable`1[MediaBrowser.Controller.Entities.Folder]].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Api.UserLibrary.UserLibraryService+<Get>c__async0.MoveNext () [0x00000] in <filename unknown>:0 2015-04-05 22:14:00.6621 Error - HttpServer: Error processing request for /Users/f5671a220124f829769412d986da3717/Views? *** Error Report *** Version: 3.0.5572.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.16.0.4 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe Access to the path "/var/cache/MediaBrowser/views" is denied. ServiceStack.HttpError No Stack Trace Available 2015-04-05 22:14:01.9505 Info - App: StartupTrigger fired for task: Refresh Channels 2015-04-05 22:14:01.9505 Info - App: Queueing task RefreshChannelsScheduledTask 2015-04-05 22:14:01.9505 Info - App: Executing Refresh Channels 2015-04-05 22:14:01.9531 Error - ChannelManager: Error getting channel information for SoundCloud *** Error Report *** Version: 3.0.5572.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.16.0.4 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/mediabrowser Mono: 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe Access to the path "/var/cache/MediaBrowser/channels" is denied. System.UnauthorizedAccessException at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in <filename unknown>:0 at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in <filename unknown>:0 at System.IO.DirectoryInfo.Create () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create () at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in <filename unknown>:0 at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in <filename unknown>:0 at System.IO.DirectoryInfo.Create () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create () at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in <filename unknown>:0 at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Channels.ChannelManager+<GetChannel>c__async5.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Channels.Channel].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Channels.ChannelManager+<RefreshChannels>c__async1.MoveNext () [0x00000] in <filename unknown>:0 2015-04-05 22:14:01.9531 Info - App: Refresh Channels Completed after 0 minute(s) and 0 seconds 2015-04-05 22:14:18.4520 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.4585 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.5037 Info - App: Removing virtual season Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.5040 Info - App: Creating Season Season Unknown entry for Better.Call.Saul.S01E02.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.6233 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.6238 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.6260 Info - App: Removing virtual season Gotham.S01E12.720p.HDTV.X264-DIMENSION 2015-04-05 22:14:18.6260 Info - App: Creating Season Season Unknown entry for Gotham.S01E12.720p.HDTV.X264-DIMENSION Also, the unhandled file report some stuff as well. Such as when my VPN interfaces changes an IP. Or when even if it DOES NOT, it claims: cat unhandled_* Object reference not set to an instance of an object System.NullReferenceException at System.Net.NetworkInformation.LinuxNetworkChange.OnAddressChanged (System.Object unused) [0x00000] in <filename unknown>:0 Object reference not set to an instance of an object System.NullReferenceException at System.Net.NetworkInformation.LinuxNetworkChange.OnAddressChanged (System.Object unused) [0x00000] in <filename unknown>:0
  7. hi guys/ galls. setting up media browser after being an avid XBMC/Kodi user for more years than i care to mention. i have run in to a slight ( annoying) Problem. Movies , music and tv work perfectly with little to no assistance from me. but the emulation side of things has proved a little tricky. i have emby server set up on a laptop connected to my tv. this is on a network to the various other computers around my house ( 6 in total) my roms for various console emulations are stored on my desktop pc (largest hard drive) and the emulators are on each individual pc that requires them. everything works perfect apart from when i load a game and play it i get an " unhandled exception:one or more errors occurred" box pop up. my game still works and i can still play it not a problem. but when i exit the game the same box pops up and when i close it mediabrowser theater crashes. EVERY SINGLE TIME. any help would be awesome as i am getting nagged from 4 kids who want access to all my games in there rooms. thanks in advance shortfatrocker
  8. dguilmore

    Roku app 1.87 crashes

    Every time I try to play an album with a M3U file (headphones in red) (X-box music), the roku channel crashes.This didn't used to happen until a couple months ago. This has been very frustrating. i found that when i deleted that file the album would then load & finally play. Why is this?
  9. ViolentVotan

    MediaBrowserServer no longer starting

    Hello, my MediaBrowserServer is no longer starting and gives the following error: One or more errors occurred System.AggregateException at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Mono.MainClass.RunApplication (MediaBrowser.Server.Implementations.ServerApplicationPaths appPaths, ILogManager logManager, MediaBrowser.Server.Startup.Common.StartupOptions options) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0 InnerException: System.DllNotFoundException libsqlite3.so.0 libsqlite3.so.0 at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods:sqlite3_libversion () at System.Data.SQLite.SQLite3.get_SQLiteVersion () [0x00000] in <filename unknown>:0 at System.Data.SQLite.SQLiteConnection.get_SQLiteVersion () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Persistence.SqliteExtensions+<ConnectToDb>c__async0.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Data.IDbConnection].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Persistence.SqliteUserRepository+<Initialize>c__async0.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.ApplicationHost+<GetUserRepository>c__async4.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Persistence.IUserRepository].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.ApplicationHost+<RegisterResources>c__async2.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Common.Implementations.BaseApplicationHost`1+<Init>c__async0[MediaBrowser.Server.Implementations.ServerApplicationPaths].MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.ApplicationHost+<Init>c__async1.MoveNext () [0x00000] in <filename unknown>:0 From what I can see, it does not see the sqlite lib. I use MediaBrowserServer-dev on a centos7 and use the repository from MediaBrowser. To make sure, I verified if sqlite is installed correctly: yum list sqlite sqlite.x86_64 3.8.2-2.1 @MediaBrowserServer-Dependancies so it is installed. Let's see if the files that it is unable to find are there: find / -name libsqlite3.so.0 /usr/lib64/libsqlite3.so.0 so the file does exist. Where is MediaBrowserServer looking for the file? Or what is going wrong?
  10. when entering one album from latest the applucation exits (this log)...or gets stuck on retrieving v.1.75 e------ Manifest does not exist in zip archive ------ ================================================================= An error occurred while attempting to install the application: ------->No manifest. Invalid package. ------ Running ------ --1.75 Anamorphic support: true Server.info: listening on 0.0.0.0:8324 Entered CreateScreenForItem Pushing screen 1 onto view controller stack - Welcome Button pressed: gonext Not sure what to do with breadcrumbs on screen type: roCodeRegistrationScreen Pushing screen 2 onto view controller stack - MediaBrowserConnect BrightScript Micro Debugger. Enter any BrightScript statement, debug commands, or HELP. Current Function: 552: Sub addXApplicationHeader(http) 553: 554: http.AddHeader("X-Application", ConnectionManager().appName + "/" + HttpEncode(ConnectionManager().appVersion)) 555: 556: End Sub Type Mismatch. (runtime error &h18) in ...manager/ConnectionManager.brs(554) 554: http.AddHeader("X-Application", ConnectionManager().appName + "/" + HttpEncode(ConnectionManager().appVersion)) Backtrace: #7 Function addxapplicationheader(http As Dynamic) As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/connectionmanager/ConnectionManager.brs(554) #6 Function mgrgetpincreationhttprequest() As Dynamic file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/connectionmanager/ConnectionManager.brs(571) #5 Function startpinhttprequest(listener As Dynamic, context As Dynamic) As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MediaBrowserConnectScreen.brs(216) #4 Function pinshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MediaBrowserConnectScreen.brs(40) #3 Function handlefirstrunsetupscreenbutton(command As Dynamic, data As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ServerScreens.brs(42) #2 Function paragraphhandlemessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ParagraphScreen.brs(64) #1 Function vcshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(458) #0 Function main() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/appMain.brs(20) Local Variables: http bsc:roUrlTransfer refcnt=3 global rotINTERFACE:ifGlobal m bsc:roAssociativeArray refcnt=4 BrightScript Debugger> Note: GC - Found 33 orphaned objects (objects in a circular ref loop). ------ Running ------ --1.75 Anamorphic support: true Server.info: listening on 0.0.0.0:8324 Using broadcast address 192.168.4.255 Send To Address: 192.168.4.255:7359 / 192.168.4.255:7359 Received Message: {"Address":"http://192.168.4.130:8096","Id":"bce84ecf611e433e951657658a5563c6","Name":"Q6600"} Found 1 servers Creating server data cache Connect returned 0 servers connectToServers called with 1 servers Attempting to connect to http://192.168.4.130:8096/mediabrowser/system/info/public?format=json connectInitial returned State of ServerSignIn connectInitial returned ConnectionMode of Local Processing ConnectionResult State of ServerSignIn ServerSignIn Id: bce84ecf611e433e951657658a5563c6 ServerSignIn Name: Q6600 ServerSignIn LocalAddress: http://192.168.4.130:8096 ServerSignIn RemoteAddress: http://86.190.175.180:8096 ServerSignIn ManualAddress: Pushing screen 1 onto view controller stack - Login getPublicUserProfiles url: http://192.168.4.130:8096 Showing screen with 5 elements OnPasswordEntered Popping screen 1 and cleaning up 1 breadcrumbs Pushing screen 2 onto view controller stack - Home Loading beginning of row 0, TV Loading beginning of row 1, Music Total initial grid load took: 21ms Popping screen 2 and cleaning up 0 breadcrumbs Popping home screen Pushing screen 3 onto view controller stack - Home Loading beginning of row 0, TV Loading beginning of row 1, Music Total initial grid load took: 18ms Count loaded is now 8 out of 8 Loaded 8 elements in row 0, now have 8 Count loaded is now 10 out of 60 Loaded 10 elements in row 1, now have 60 Count loaded is now 23 out of 23 Loaded 23 elements in row 2, now have 23 Received paginated response for index 10 of list with length 60 Count loaded is now 85 out of 77 Loaded 75 elements in row 1, now have 77 Count loaded is now 8 out of 12 Loaded 8 elements in row 3, now have 12 Received paginated response for index 8 of list with length 12 Count loaded is now 12 out of 12 Loaded 4 elements in row 3, now have 12 Entered CreateScreenForItem Pushing screen 4 onto view controller stack - MusicAlbum bb1e2903f233a27adc46e778830163c2 Close Music Album Screen Popping screen 4 and cleaning up 2 breadcrumbs Top of stack is once again: Home Received paginated response for index 0 of list with length 8 Count loaded is now 8 out of 8 Loaded 8 elements in row 0, now have 8 Received paginated response for index 0 of list with length 12 Count loaded is now 12 out of 12 Loaded 12 elements in row 3, now have 12 Received paginated response for index 0 of list with length 77 Count loaded is now 77 out of 77 Loaded 77 elements in row 1, now have 77 Received paginated response for index 0 of list with length 23 Count loaded is now 23 out of 23 Loaded 23 elements in row 2, now have 23 Entered CreateScreenForItem Current Function: 434: Function GetTotalDuration(songs As Object) As String 435: 436: total = 0 437: For each songData in songs 438: total = total + songData.Length 439: End For 440: 441: Return FormatTime(total) 442: End Function Type Mismatch. (runtime error &h18) in ...w/pkg:/source/MusicScreen.brs(438) 438: total = total + songData.Length Backtrace: #6 Function gettotalduration(songs As Object) As String file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(438) #5 Function createmusicsongsscreen(viewcontroller As Object, artistinfo As Object) As Object file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(287) #4 Function vccreatescreenforitem(context As Dynamic, contextindex As Dynamic, breadcrumbs As Dynamic) As Dynamic file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(1289) #3 Function gridhandlemessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/GridScreen.brs(116) #2 Function handlehomescreenmessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/HomeScreen.brs(558) #1 Function vcshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(458) #0 Function main() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/appMain.brs(20) Local Variables: songs bsc:roArray refcnt=3 global rotINTERFACE:ifGlobal m bsc:roAssociativeArray refcnt=4 total Integer val:8511 songdata bsc:roAssociativeArray refcnt=2 BrightScript Debugger> BrightScript Debugger> BrightScript Debugger> Note: GC - Found 1494 orphaned objects (objects in a circular ref loop). ------ Running ------ --1.75 Anamorphic support: true Server.info: listening on 0.0.0.0:8324 Using broadcast address 192.168.4.255 Send To Address: 192.168.4.255:7359 / 192.168.4.255:7359 Received Message: {"Address":"http://192.168.4.130:8096","Id":"bce84ecf611e433e951657658a5563c6","Name":"Q6600"} Found 1 servers Creating server data cache Found string in the registry: {"bce84ecf611e433e951657658a5563c6":{"AccessToken":"c1b8210a0cd2473a9c468b31ed267c52","UserId":"59543acb15f7ccd6012f4447c75b0cf2","RemoteAddress":"http://86.190.175.180:8096","Name":"Q6600","Local":"1","LocalAddress":"http://192.168.4.130:8096","id":"bce84ecf611e433e951657658a5563c6"}} Parsed as: roAssociativeArray Connect returned 0 servers connectToServers called with 1 servers Attempting to connect to http://192.168.4.130:8096/mediabrowser/system/info/public?format=json connectInitial returned State of SignedIn connectInitial returned ConnectionMode of Local Processing ConnectionResult State of SignedIn SignedIn Id: bce84ecf611e433e951657658a5563c6 SignedIn UserId: 59543acb15f7ccd6012f4447c75b0cf2 SignedIn AccessToken: c1b8210a0cd2473a9c468b31ed267c52 SignedIn Name: Q6600 SignedIn LocalAddress: http://192.168.4.130:8096 SignedIn RemoteAddress: http://86.190.175.180:8096 ServerSignIn ManualAddress: Pushing screen 1 onto view controller stack - Home Loading beginning of row 0, TV Loading beginning of row 1, Music Total initial grid load took: 18ms Count loaded is now 10 out of 60 Loaded 10 elements in row 1, now have 60 Count loaded is now 8 out of 8 Loaded 8 elements in row 0, now have 8 Received paginated response for index 10 of list with length 60 Count loaded is now 85 out of 77 Loaded 75 elements in row 1, now have 77 Count loaded is now 23 out of 23 Loaded 23 elements in row 2, now have 23 Count loaded is now 8 out of 12 Loaded 8 elements in row 3, now have 12 Received paginated response for index 8 of list with length 12 Count loaded is now 12 out of 12 Loaded 4 elements in row 3, now have 12 Entered CreateScreenForItem Current Function: 434: Function GetTotalDuration(songs As Object) As String 435: 436: total = 0 437: For each songData in songs 438: total = total + songData.Length 439: End For 440: 441: Return FormatTime(total) 442: End Function Type Mismatch. (runtime error &h18) in ...w/pkg:/source/MusicScreen.brs(438) 438: total = total + songData.Length Backtrace: #6 Function gettotalduration(songs As Object) As String file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(438) #5 Function createmusicsongsscreen(viewcontroller As Object, artistinfo As Object) As Object file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(287) #4 Function vccreatescreenforitem(context As Dynamic, contextindex As Dynamic, breadcrumbs As Dynamic) As Dynamic file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(1289) #3 Function gridhandlemessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/GridScreen.brs(116) #2 Function handlehomescreenmessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/HomeScreen.brs(558) #1 Function vcshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(458) #0 Function main() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/appMain.brs(20) Local Variables: songs bsc:roArray refcnt=3 global rotINTERFACE:ifGlobal m bsc:roAssociativeArray refcnt=4 total Integer val:8511 songdata bsc:roAssociativeArray refcnt=2 BrightScript Debugger> Note: GC - Found 1484 orphaned objects (objects in a circular ref loop). ------ Running ------ --1.75 Anamorphic support: true Server.info: listening on 0.0.0.0:8324 Using broadcast address 192.168.4.255 Send To Address: 192.168.4.255:7359 / 192.168.4.255:7359 Received Message: {"Address":"http://192.168.4.130:8096","Id":"bce84ecf611e433e951657658a5563c6","Name":"Q6600"} Found 1 servers Creating server data cache Found string in the registry: {"bce84ecf611e433e951657658a5563c6":{"AccessToken":"c1b8210a0cd2473a9c468b31ed267c52","UserId":"59543acb15f7ccd6012f4447c75b0cf2","RemoteAddress":"http://86.190.175.180:8096","remoteaddress":"http://86.190.175.180:8096","Name":"Q6600","name":"Q6600","Local":"1","LocalAddress":"http://192.168.4.130:8096","localaddress":"http://192.168.4.130:8096","id":"bce84ecf611e433e951657658a5563c6"}} Parsed as: roAssociativeArray Connect returned 0 servers connectToServers called with 1 servers Attempting to connect to http://192.168.4.130:8096/mediabrowser/system/info/public?format=json connectInitial returned State of SignedIn connectInitial returned ConnectionMode of Local Processing ConnectionResult State of SignedIn SignedIn Id: bce84ecf611e433e951657658a5563c6 SignedIn UserId: 59543acb15f7ccd6012f4447c75b0cf2 SignedIn AccessToken: c1b8210a0cd2473a9c468b31ed267c52 SignedIn Name: Q6600 SignedIn LocalAddress: http://192.168.4.130:8096 SignedIn RemoteAddress: http://86.190.175.180:8096 ServerSignIn ManualAddress: Pushing screen 1 onto view controller stack - Home Loading beginning of row 0, TV Loading beginning of row 1, Music Total initial grid load took: 28ms Count loaded is now 8 out of 8 Loaded 8 elements in row 0, now have 8 Count loaded is now 10 out of 60 Loaded 10 elements in row 1, now have 60 Received paginated response for index 10 of list with length 60 Count loaded is now 85 out of 77 Loaded 75 elements in row 1, now have 77 Count loaded is now 23 out of 23 Loaded 23 elements in row 2, now have 23 Count loaded is now 8 out of 12 Loaded 8 elements in row 3, now have 12 Received paginated response for index 8 of list with length 12 Count loaded is now 12 out of 12 Loaded 4 elements in row 3, now have 12 Count loaded is now 23 out of 23 Loaded 23 elements in row 4, now have 23 Count loaded is now 23 out of 23 Loaded 23 elements in row 5, now have 23 Count loaded is now 23 out of 23 Loaded 23 elements in row 6, now have 23 Count loaded is now 1 out of 1 Loaded 1 elements in row 7, now have 1 Count loaded is now 2 out of 2 Loaded 2 elements in row 8, now have 2 Count loaded is now 8 out of 52 Loaded 8 elements in row 9, now have 52 Received paginated response for index 8 of list with length 52 Count loaded is now 52 out of 52 Loaded 44 elements in row 9, now have 52 Count loaded is now 4 out of 4 Loaded 4 elements in row 10, now have 4 Connection[87031816].info: accepted connection @192.168.4.130:53067 Request[2].info: POST '/mediabrowser/message/Ping' Reply[30].info: Sent 163 [0-162/163] Reply[30].info: source buf is empty Reply[30].info: Sent-1 [0--2/0] Connection[87031816].info: send reply peer closed @192.168.4.130:53067 Entered CreateScreenForItem Current Function: 434: Function GetTotalDuration(songs As Object) As String 435: 436: total = 0 437: For each songData in songs 438: total = total + songData.Length 439: End For 440: 441: Return FormatTime(total) 442: End Function Type Mismatch. (runtime error &h18) in ...w/pkg:/source/MusicScreen.brs(438) 438: total = total + songData.Length Backtrace: #6 Function gettotalduration(songs As Object) As String file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(438) #5 Function createmusicsongsscreen(viewcontroller As Object, artistinfo As Object) As Object file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(287) #4 Function vccreatescreenforitem(context As Dynamic, contextindex As Dynamic, breadcrumbs As Dynamic) As Dynamic file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(1289) #3 Function gridhandlemessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/GridScreen.brs(116) #2 Function handlehomescreenmessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/HomeScreen.brs(558) #1 Function vcshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(458) #0 Function main() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/appMain.brs(20) Local Variables: songs bsc:roArray refcnt=3 global rotINTERFACE:ifGlobal m bsc:roAssociativeArray refcnt=4 total Integer val:8511 songdata bsc:roAssociativeArray refcnt=2 BrightScript Debugger> Note: GC - Found 2918 orphaned objects (objects in a circular ref loop).
  11. I have attached my 2 log files regarding 2 crashes that happened this evening. My MBC system is an i3 with 4GB of ram running Win 7 Pro from an SSD. I have MBS 3.0.5395.0 and MBC 3.0.224.0. My server is running on a vBox VM on top of FreeNAS. All my files are on the NAS with the \\server\share relationship over CIFS. It seems like every time I start MBC it will give me the PROGRAM NOT RESPONDING error and if I cancel it, it will figure itself out for a bit. Usually, this is followed by a crash back to media centre, or at the least, very slow performance for a period of time. This is really evident when trying to navigate through the TV series folders. The CPU usage of the MBC client is always very low, as is the memory usage. Performance is sometime affected if the server is scanning the library, but sometimes that has little affect. This MBC and MBS software is awesome. Just struggling through minor issues and would really appreciate some help in troubleshooting what I am doing wrong. Thank you,
  12. thefirstofthe300

    Unexpected Crash when not in use

    Last night when I went to bed, the server was still working. Throughout the night more TV shows were being added to the library and for some odd reason, the server actually crashed (something that has NOT happened before on this release: 3.0.9535.0). Just for clarity, NO ONE was using the server so I didn't do anything to make it crash as far as I can tell. Here is the crash log: Object reference not set to an instance of an object System.NullReferenceException at System.IO.InotifyWatcher.ProcessEvents (System.Byte[] buffer, Int32 length) [0x00000] in <filename unknown>:0 at System.IO.InotifyWatcher.Monitor () [0x00000] in <filename unknown>:0 at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0 And I have attached the server logs. server-63548927999.txt
  13. MBT ver: 3.0.5376.18803 Server ver: 3.0.5366.22005 Log file appended to post. Issue: occurred when trying to watch a subtitled show in MBT. Library is on my NAS, server running on HTPC with link to folder on NAS. Video started fine, but when I went to change the audio stream and put on subtitles (usually accessed by pressing shift+8), the program crashed. It has been rather unstable for the past few days, with lots of "unhandled exceptions" and "insufficient memory" errors. HTPC specs: Intel 4960K cooled by Corsair H55 Gigabyte Z97-wifi motherboard MSI GTX 760 ITX video card 8GB DDR3-PC1333 RAM System is on SSD; data is on HDD Any ideas, o wiser ones? mbt log 9 21.txt
  14. I've had this problem before and it seemed to fix it's self. Happening again. I hit the green button on my windows remote, up pops media center. I click the MB3 icon and it goes to the welcome back screen. I get six loading dots showing the loading process and it freezes. I am using MB Server with MB Classic via Media center on Windows 7 ultimate. The server log file for this time frame is HUGE and even after I shut down media cent the log file keeps going. http://www.kdband.net/temp/mb-error/server-63547182754.txt BE WARNED that's a 27 MB log file. I've been using MB for several years, MB3 for several months. Your help is very appreciated. Thanks, Kenacious D
  15. This was a new one for me, so thought I'd post it. Happens every time I enter into show or episode details of one particular show in my library. MBT crashes with the "unhandled exception" in the thread title. The show works fine in the web client. Crash logs are attached. The only special thing with the show in question (that I could think of) is that I moved it (the entire show folder) from my library to a different storage folder for a while, then moved it back. Tried moving it out and back again with server reboot in between, but that didn't fix the problem. Also tested the move operation with a different show, but that one still works. Edit: forgot the versions: Server: 3.0.5366.22005 MB Theater: 3.0.5377.16926 crash_92d613f7-41c3-458a-ba21-f1e4681f22cd.txt
  16. I am on MBC (3.0.195.0 7-14.1), and it works on my windows 7 Pro 64 bit WMC,but it gets stuck and crashed on my extender (xbox 360). my MBC logs: logfile from when I open with PC on Windows 7 - works fine: https://onedrive.liv...8FBBDD19!147108 Logfile when I open on extender - stuck on spashscreen and then crashes: https://onedrive.liv...8FBBDD19!147109 Not sure when this started it was either after updating to latest MBC or install Xenon, I have since uninstalled Xenon plugin and still not working? MBS - Version 3.0.5309.26857 Windows Error logs attached as well per EBR - I think I got the correct logs but if you need others please let me know. New Text Document (2).txtNew Text Document.txt
  17. jhs39

    Movies won't open in Media Centre

    I have a number of movies that will not play in Media Centre. As soon as I try to open them the app crashes and I am thrown back out to the channel select screen. But these same movies play fine in Media Browser. Any idea what is going on? I'm not sure how to attach my log file since it's much larger than 39.95(KB). Joe Smart
  18. So, today I was watching some videos from my server. After finishing one video, I went to start up a movie... The movie came up like it was loading, but never finished loading. I tried restarting the movie, and tried watching the movie on other devices with no luck. Just to make sure, I went to my server PC and confirmed that the file itself was playable (it was). At this point, I decided to go ahead and restart the server in hopes that doing so would correct the issue. As the server was starting up, a popup appeared stating "Unhandled exception: One or more errors occurred." At this point, any time I try to start up the server, it'll begin loading and then this error will appear, and the server will crash out. I went ahead and deleted the existing logs, restarted the server, and have posted the new logs below. If anyone can help me figure out what's going on and how to fix it, I'd appreciate it! Log 1 Log 2
  19. Hi all, I'm currently having an issue with MB Theater when trying to play .mkv files. Whenever I try to play one it states that the MediaBrowser.UI has stopped working (See picture below). This issue is also present in Windows Media Player, but not in VLC's player. Furthermore, these files also play correctly on my computer with Windows 7 with the same settings, but not on Windows 8.1 which I have installed now. I assume this issue would also persist in MB Classic since it is present in MB Theater and WMP; however, I do not have the Media Pack for Windows 8.1 which includes WMC so I cannot check. Summary of Information: OS: Windows 8.1 Pro 64-bit Processor: Intel Core i7-2720QM RAM: 6.00 GB Graphics: NVIDIA GeForce GT555m and Intel HD Graphics 3000 All drivers are up to date. Server Version: 3.0.5271.29451 LAV Filters installed from MB Theater (currently left at default values) Tried disabling/enabling hardware acceleration Tried re-installing Filters and MB Server/Theater I also recently did a clean install of Windows so the only programs that really exist on my computer are system programs, internet browsers, and media browser applications. Picture of Issue: While the above picture shows on of my files I've also tested this with "test" .mkv clips too, including ones that are 720p and 1080p. I've attached the most recent log file from MB Theater below. Any help would be appreciated! Thank you! MB Theater Log.txt
  20. jhs39

    Media Centre won't open

    I opened Media Centre and tried to change the toggle in movies from Resume to Recent. The channel crashed and sent me out to the Roku Channel selection screen. Now Media Centre won't open at all--when I click on it it just crashes and goes back to the channel screen again. I tried rebooting the Roku but that did nothing.
  21. ginjaninja

    Problem Loading Artists

    @@gcw07 When browsing to the artist section of music I get a 'well handled error' "Problem Loading Artists" and then a crash. (100% of time) Tried official release and beta release of official roku client, latest as of 12/04/2014 21:52 GMT (same issue been apparent for c. 1 month+, possibly always been there) All other clients seem fine browsing music. i have c. 7000 artists and 700 album artists. i dont get an error when i 'jump in' to a letter. is there a capacity limit i am hitting? Is there a way to turn on client logging to see what might be the issue? any other ideas please? thank you.
  22. EricNotTheRed

    Intermittent crashes

    Thanks for the quick response. I'm not positive which log file would apply, so I've attached the last seven. From the windows event log, it looks like the crash occurred at 16/04/2014 3:09:24 PM. server-63533091100.zip
  23. When navigating by collection folders if I go into any boxset the app will crash. I can play those movies if I go through the MOVIES entry point instead.
  24. For some reason MBT has started crashing on me today, it seemed to be working just fine last night, but starting today; it's become "broken" When I attempt to enter the details screen of a title (Movie/TV/etc.) I Get an "Error processing request", followed by "Unhandled Exception", followed by "Mediabrowser.UI has stopped working" MBT Log: 2014-01-17 11:41:23.1782, Info, App, Loading MediaBrowser.Plugins.ProgramLauncher, Version=1.0.5125.23065, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.1782, Info, App, Loading MediaBrowser.Model, Version=3.0.5118.2145, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.1882, Info, App, Loading MediaBrowser.Common, Version=3.0.5118.2145, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.1882, Info, App, Loading MediaBrowser.Common.Implementations, Version=3.0.5118.2146, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.1882, Info, App, Loading MediaBrowser.UI, Version=3.0.5119.23168, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.1882, Info, App, Loading MediaBrowser.Theater.DirectShow, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.1882, Info, App, Loading MediaBrowser.Theater.Presentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.1882, Info, App, Loading MediaBrowser.Theater.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.1882, Info, App, Loading MediaBrowser.IsoMounter, Version=1.0.5079.1480, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.1882, Info, App, Loading MediaBrowser.Plugins.DefaultTheme, Version=3.0.5119.23167, Culture=neutral, PublicKeyToken=null 2014-01-17 11:41:23.2342, Info, App, Version 3.0.5119.23168 initializing 2014-01-17 11:41:23.2342, Debug, ApiClient, Applying Authorization http header: Client="Media Browser Theater", DeviceId="PATRICK-HP", Device="PATRICK-HP", Version="3.0.5119.23168" 2014-01-17 11:41:23.4692, Info, App, HttpClientManager POST: http://mb3admin.com/admin/service/registration/validate 2014-01-17 11:41:23.5312, Info, App, Core startup complete 2014-01-17 11:41:23.5312, Info, App, Adding resource ResourceDictionary 2014-01-17 11:41:23.5312, Info, App, Loading theme: Default 2014-01-17 11:41:23.5312, Info, App, Adding resource ResourceDictionary 2014-01-17 11:41:23.6762, Error, App, Error attempting to discover default audio device Element not found. (Exception from HRESULT: 0x80070490) System.Runtime.InteropServices.COMException at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode) at CoreAudioApi.MMDeviceEnumerator.GetDefaultAudioEndpoint(EDataFlow dataFlow, ERole role) at MediaBrowser.Theater.Implementations.Playback.PlaybackManager.EnsureAudioDevice() 2014-01-17 11:41:23.7002, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:23.7072, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:23.7402, Debug, ApiClient, Received OK status code after 39.0022 ms from GET: http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:23.7762, Debug, ApiClient, Received OK status code after 69.004 ms from GET: http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:23.7842, Info, ApiWebSocket, Created new web socket of type WebSocket4NetClientWebSocket 2014-01-17 11:41:23.8022, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/System/Configuration?format=json 2014-01-17 11:41:23.8122, Info, ApiWebSocket, Connected to ws://192.168.1.38:8945/mediabrowser 2014-01-17 11:41:23.8122, Info, ApiWebSocket, Sending web socket identification message Media Browser Theater|PATRICK-HP|3.0.5119.23168|PATRICK-HP 2014-01-17 11:41:23.8402, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:23.8402, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:24.7393, Debug, ApiClient, Received OK status code after 937.0536 ms from GET: http://192.168.1.38:8096/mediabrowser/System/Configuration?format=json 2014-01-17 11:41:24.7923, Debug, ApiClient, Received OK status code after 952.0544 ms from GET: http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:24.8073, Debug, App, Navigating to LoginPage 2014-01-17 11:41:24.8173, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Users/Public?format=json 2014-01-17 11:41:24.8173, Debug, ApiClient, Received OK status code after 984.0563 ms from GET: http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:24.8263, Debug, ApiClient, Received OK status code after 8.0005 ms from GET: http://192.168.1.38:8096/mediabrowser/Users/Public?format=json 2014-01-17 11:41:24.8263, Debug, App, Navigation complete to LoginPage 2014-01-17 11:41:26.5324, Info, App, StartupTrigger fired for task: Log file cleanup 2014-01-17 11:41:26.5324, Info, App, StartupTrigger fired for task: Check for plugin updates 2014-01-17 11:41:26.5324, Info, App, StartupTrigger fired for task: Check for application updates 2014-01-17 11:41:26.5324, Info, App, StartupTrigger fired for task: Cache file cleanup 2014-01-17 11:41:26.5324, Info, App, Executing Check for plugin updates 2014-01-17 11:41:26.5414, Info, App, Executing Check for application updates 2014-01-17 11:41:26.5414, Info, App, Executing Cache file cleanup 2014-01-17 11:41:26.5414, Info, App, Executing Log file cleanup 2014-01-17 11:41:26.5414, Info, App, Log file cleanup Completed after 0 minute(s) and 0 seconds 2014-01-17 11:41:26.5414, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:26.5594, Info, App, HttpClientManager GET: http://www.mb3admin.com/admin/service/MB3Packages.json 2014-01-17 11:41:26.6004, Debug, ApiClient, Received OK status code after 46.0026 ms from GET: http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:26.6004, Info, App, HttpClientManager GET: http://www.mb3admin.com/admin/service/MB3Packages.json 2014-01-17 11:41:26.6074, Info, App, Cache file cleanup Completed after 0 minute(s) and 0 seconds 2014-01-17 11:41:26.6074, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:26.6414, Debug, ApiClient, Received OK status code after 33.0019 ms from GET: http://192.168.1.38:8096/mediabrowser/System/Info?format=json 2014-01-17 11:41:26.6414, Debug, ApiClient, POST http://192.168.1.38:8096/mediabrowser/Users/AuthenticateByName?format=json 2014-01-17 11:41:26.6414, Debug, ApiClient, Received OK status code after 1 ms from POST: http://192.168.1.38:8096/mediabrowser/Users/AuthenticateByName?format=json 2014-01-17 11:41:26.6414, Debug, ApiClient, Applying Authorization http header: Client="Media Browser Theater", DeviceId="PATRICK-HP", Device="PATRICK-HP", Version="3.0.5119.23168", UserId="27a8b3d3a00ba7d7bff28e838cf5d674" 2014-01-17 11:41:26.6564, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Users/27a8b3d3a00ba7d7bff28e838cf5d674/Items/Root?format=json 2014-01-17 11:41:26.6564, Info, ApiWebSocket, Received web socket message: UserUpdated 2014-01-17 11:41:26.6564, Debug, ApiClient, Received OK status code after 2.0001 ms from GET: http://192.168.1.38:8096/mediabrowser/Users/27a8b3d3a00ba7d7bff28e838cf5d674/Items/Root?format=json 2014-01-17 11:41:26.7854, Debug, App, Navigating to HomePage 2014-01-17 11:41:26.7924, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Items/Counts?UserId=27a8b3d3a00ba7d7bff28e838cf5d674&format=json 2014-01-17 11:41:26.7924, Debug, App, Navigation complete to HomePage 2014-01-17 11:41:26.8364, Info, App, Adding resource ResourceDictionary 2014-01-17 11:41:26.9274, Debug, ApiClient, Received OK status code after 135.0077 ms from GET: http://192.168.1.38:8096/mediabrowser/Items/Counts?UserId=27a8b3d3a00ba7d7bff28e838cf5d674&format=json 2014-01-17 11:41:27.4784, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/MBT/DefaultTheme/Movies?familyrating=pg&userId=27a8b3d3a00ba7d7bff28e838cf5d674&ComedyGenre=comedy&RomanceGenre=romance&FamilyGenre=family&LatestMoviesLimit=16&LatestTrailersLimit=6&format=json 2014-01-17 11:41:27.6254, Info, App, Check for plugin updates Completed after 0 minute(s) and 1 seconds 2014-01-17 11:41:27.6604, Debug, App, No application update available. 2014-01-17 11:41:27.6604, Info, App, Check for application updates Completed after 0 minute(s) and 1 seconds 2014-01-17 11:41:28.2095, Debug, ApiClient, Received OK status code after 731.0419 ms from GET: http://192.168.1.38:8096/mediabrowser/MBT/DefaultTheme/Movies?familyrating=pg&userId=27a8b3d3a00ba7d7bff28e838cf5d674&ComedyGenre=comedy&RomanceGenre=romance&FamilyGenre=family&LatestMoviesLimit=16&LatestTrailersLimit=6&format=json 2014-01-17 11:41:30.2386, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Users/27a8b3d3a00ba7d7bff28e838cf5d674/Items/4cdc6f68929296e0067472665ad0d08d?format=json 2014-01-17 11:41:30.2786, Debug, ApiClient, Received OK status code after 39.0022 ms from GET: http://192.168.1.38:8096/mediabrowser/Users/27a8b3d3a00ba7d7bff28e838cf5d674/Items/4cdc6f68929296e0067472665ad0d08d?format=json 2014-01-17 11:41:30.3206, Debug, App, Navigating to DetailPage 2014-01-17 11:41:30.3326, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Items/4cdc6f68929296e0067472665ad0d08d/CriticReviews?format=json 2014-01-17 11:41:30.3326, Debug, App, Navigation complete to DetailPage 2014-01-17 11:41:30.3486, Debug, ApiClient, Received OK status code after 15.0008 ms from GET: http://192.168.1.38:8096/mediabrowser/Items/4cdc6f68929296e0067472665ad0d08d/CriticReviews?format=json 2014-01-17 11:41:30.3486, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Items/4cdc6f68929296e0067472665ad0d08d/ThemeMedia?InheritFromParent=True&UserId=27a8b3d3a00ba7d7bff28e838cf5d674&format=json 2014-01-17 11:41:30.3676, Debug, ApiClient, Received OK status code after 15.0009 ms from GET: http://192.168.1.38:8096/mediabrowser/Items/4cdc6f68929296e0067472665ad0d08d/ThemeMedia?InheritFromParent=True&UserId=27a8b3d3a00ba7d7bff28e838cf5d674&format=json 2014-01-17 11:41:30.3816, Info, App, Removing resource ResourceDictionary 2014-01-17 11:41:30.3816, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Items/4cdc6f68929296e0067472665ad0d08d/Images/Logo?Quality=100&Tag=f69ba9fb-7334-9f3e-9804-afcda93e8079&EnableImageEnhancers=True 2014-01-17 11:41:30.3816, Info, DirectShowPlayer, Playing theme. Reclock: False, Madvr: False, xySubFilter: True 2014-01-17 11:41:30.3816, Info, DirectShowPlayer, Playing Path \\PATRICK-HP\Media Browser1\HD Movies\Rush\backdrops\theme.mp4 2014-01-17 11:41:31.0816, Error, DirectShowPlayer, Error beginning playback Creating an instance of the COM component with CLSID {79376820-07D0-11CF-A24D-0020AFD79767} from the IClassFactory failed due to the following error: 80040256 Exception from HRESULT: 0x80040256. System.Runtime.InteropServices.COMException at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at System.Windows.Forms.Control.Invoke(Delegate method) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.InvokeOnPlayerThread(Action action) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.<PlayTrack>d__d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.<Play>d__2.MoveNext() 2014-01-17 11:41:31.0816, Error, App, UnhandledException Creating an instance of the COM component with CLSID {79376820-07D0-11CF-A24D-0020AFD79767} from the IClassFactory failed due to the following error: 80040256 Exception from HRESULT: 0x80040256. System.Runtime.InteropServices.COMException System.Object: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at System.Windows.Forms.Control.Invoke(Delegate method) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.InvokeOnPlayerThread(Action action) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.<PlayTrack>d__d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.<Play>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Theater.Implementations.Playback.PlaybackManager.<Play>d__c.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Theater.Implementations.Playback.PlaybackManager.<Play>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.UI.EntryPoints.ThemeSongEntryPoint.<_nav_Navigated>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run(Window window) at MediaBrowser.UI.App.Main() 2014-01-17 11:41:31.1106, Debug, ApiClient, Received OK status code after 725.0415 ms from GET: http://192.168.1.38:8096/mediabrowser/Items/4cdc6f68929296e0067472665ad0d08d/Images/Logo?Quality=100&Tag=f69ba9fb-7334-9f3e-9804-afcda93e8079&EnableImageEnhancers=True 2014-01-17 11:41:31.1626, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Items/4cdc6f68929296e0067472665ad0d08d/Images/Backdrop/0?Width=1920&Quality=100&Tag=4daa3f08-3363-565b-4d41-2dd67acebbf2&EnableImageEnhancers=True 2014-01-17 11:41:31.1826, Debug, ApiClient, Received OK status code after 20.0011 ms from GET: http://192.168.1.38:8096/mediabrowser/Items/4cdc6f68929296e0067472665ad0d08d/Images/Backdrop/0?Width=1920&Quality=100&Tag=4daa3f08-3363-565b-4d41-2dd67acebbf2&EnableImageEnhancers=True Crash Log: Creating an instance of the COM component with CLSID {79376820-07D0-11CF-A24D-0020AFD79767} from the IClassFactory failed due to the following error: 80040256 Exception from HRESULT: 0x80040256. System.Runtime.InteropServices.COMException System.Object: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at System.Windows.Forms.Control.Invoke(Delegate method) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.InvokeOnPlayerThread(Action action) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.<PlayTrack>d__d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.<Play>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Theater.Implementations.Playback.PlaybackManager.<Play>d__c.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Theater.Implementations.Playback.PlaybackManager.<Play>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.UI.EntryPoints.ThemeSongEntryPoint.<_nav_Navigated>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run(Window window) at MediaBrowser.UI.App.Main() I did, however manage to get to the details screen once without these errors, but upon trying to play the title, I got an "Error processing the request" which resulted in this Theater log: 2014-01-17 12:03:26.4539, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Items/85c93cc626c555c407dd82babc1838e5/Images/Backdrop/1?Width=1920&Quality=100&Tag=a20e693a-ff20-52ee-710e-f06d12edcedb&EnableImageEnhancers=True 2014-01-17 12:03:26.4849, Debug, ApiClient, Received OK status code after 30.0017 ms from GET: http://192.168.1.38:8096/mediabrowser/Items/85c93cc626c555c407dd82babc1838e5/Images/Backdrop/1?Width=1920&Quality=100&Tag=a20e693a-ff20-52ee-710e-f06d12edcedb&EnableImageEnhancers=True 2014-01-17 12:03:28.0180, Debug, ApiClient, GET http://192.168.1.38:8096/mediabrowser/Users/27a8b3d3a00ba7d7bff28e838cf5d674/Items/85c93cc626c555c407dd82babc1838e5/Intros?format=json 2014-01-17 12:03:28.0180, Debug, ApiClient, Received OK status code after 3.0002 ms from GET: http://192.168.1.38:8096/mediabrowser/Users/27a8b3d3a00ba7d7bff28e838cf5d674/Items/85c93cc626c555c407dd82babc1838e5/Intros?format=json 2014-01-17 12:03:28.0260, Info, DirectShowPlayer, Playing There Will Be Blood. Reclock: False, Madvr: False, xySubFilter: True 2014-01-17 12:03:28.0260, Info, DirectShowPlayer, Playing Path \\PATRICK-HP\Media Browser1\Movies\There Will Be Blood\There Will Be Blood (2007) - [AVI].avi 2014-01-17 12:03:28.4160, Error, DirectShowPlayer, Error beginning playback Creating an instance of the COM component with CLSID {79376820-07D0-11CF-A24D-0020AFD79767} from the IClassFactory failed due to the following error: 80040256 Exception from HRESULT: 0x80040256. System.Runtime.InteropServices.COMException at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at System.Windows.Forms.Control.Invoke(Delegate method) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.InvokeOnPlayerThread(Action action) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.<PlayTrack>d__d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Theater.DirectShow.InternalDirectShowPlayer.<Play>d__2.MoveNext() ...Seems strange that it went from working fine, to being so broken over-night! lol. As always, any help is much appreciated, thanks! Patrick
  25. Version: 1.1.1.6 Surface Pro 2, Windows 8.1 Pro Each and every time I click somewhere on the progress bar during video playback the app force closes. No error - it just closes. I've emailed requesting a refund because it's unfit for purpose and I was directed to this forum where I have to work for an answer to a problem with a product I paid hard earned money for. Thanks for advance for your advice.
×
×
  • Create New...