Jump to content

Emby on Ubuntu with Marantz SR7007 only LAN connection results in Exception


Recommended Posts

Posted

Hi there,

 

I have an Ubuntu 16.04.1 system with Emby 3.1.2.0.

my playback was working just fine when I had the Server connected via HDMI to the AV Receiver Marantz SR7007. I needed to re-locate the server so the only connection is now the LAN.

Since moving the playback is broken and I am getting the following log entries:

2017-01-24 00:18:14.1834 Info HttpServer: HTTP POST http://localhost:8096/Sessions/ffb30e5672d6215cdd02a581d347b63e/Playing?ItemIds=e8d3fd110ff91e7955d6284c311dc590%2C1f57f2975503c7b2114437f6e416bbc1%2Ce09edee0f7f5fa62bf077b2746857bb8%2C8829bbb6b810be61ccf2ba15b32cceca%2Ca9ff155429d4d9650bf07907ad114df0%2Ca341912c2fe959f2d0412ee3e6731e74%2C439f54204324b06ef1d6f61771488f32%2C4a47ea3ca3a967a7316ba26ad2e600d9%2Cf45fd45a696c666d2f3679d81b304e08%2Caf8050e89c0e4d92baf6c4882a0fc126%2C201dde9afbf53cc83cf7f500275a9ea6%2C47c89e4dbe21d0b2f6e9f0209ea9c33c%2C5ea47f19ae8865fdc6670e28fa3cc596&PlayCommand=PlayNow. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
2017-01-24 00:18:14.1981 Info Dlna: No matching device profile found. The default will need to be used.
	DeviceDescription:
	FriendlyName:Marantz
	Manufacturer:Marantz
	ManufacturerUrl:http://www.marantz.com
	ModelDescription:AV SURROUND RECEIVER
	ModelName:*SR7007
	ModelNumber:7007
	ModelUrl:http://www.marantz.com/
	SerialNumber:000678141FFC
2017-01-24 00:18:14.2045 Error HttpServer: Error processing request
	*** Error Report ***
	Version: 3.1.2.0
	Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -ffmpeg /usr/bin/ffmpeg -ffprobe /usr/bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh
	Operating system: Unix 4.4.0.59
	64-Bit OS: True
	64-Bit Process: True
	Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 28 20:49:26 UTC 2016)
	Processor count: 3
	Program data path: /var/lib/emby-server
	Application directory: /usr/lib/emby-server/bin
	System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null.
	  at MediaBrowser.Model.Dlna.StreamInfo.GetUrl (System.String baseUrl, System.String queryString) [0x0000b] in <0e4969644d9f4adf89a748b5e0a9958b>:0 
	  at MediaBrowser.Model.Dlna.StreamInfo.ToDlnaUrl (System.String baseUrl, System.String accessToken) [0x00020] in <0e4969644d9f4adf89a748b5e0a9958b>:0 
	  at Emby.Dlna.PlayTo.PlayToController.CreatePlaylistItem (MediaBrowser.Controller.Entities.BaseItem item, MediaBrowser.Controller.Entities.User user, System.Int64 startPostionTicks, System.String mediaSourceId, System.Nullable`1[T] audioStreamIndex, System.Nullable`1[T] subtitleStreamIndex) [0x0008d] in <31e5cd4b429a47d0a6e20229b25a8631>:0 
	  at Emby.Dlna.PlayTo.PlayToController+<SendPlayCommand>c__async5.MoveNext () [0x001b9] in <31e5cd4b429a47d0a6e20229b25a8631>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Server.Implementations.Session.SessionManager+<SendPlayCommand>c__asyncC.MoveNext () [0x005ff] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 
	   --- End of inner exception stack trace ---
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00242] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Api.Session.SessionsService.Post (MediaBrowser.Api.Session.Play request) [0x0006f] in <133ca9beab984800b26689b492cca831>:0 
	  at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object)
	  at ServiceStack.Host.ServiceExecGeneral+<CreateExecFn>c__AnonStorey2.<>m__0 (System.Object service, System.Object request) [0x00000] in <eaf6c545840d4e8a8d2971c7a6b76dd0>:0 
	  at ServiceStack.Host.ServiceExecGeneral+<Execute>c__async0.MoveNext () [0x0010a] in <eaf6c545840d4e8a8d2971c7a6b76dd0>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at ServiceStack.Host.ServiceController+<Execute>c__async0.MoveNext () [0x00142] in <eaf6c545840d4e8a8d2971c7a6b76dd0>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at ServiceStack.Host.RestHandler+<ProcessRequestAsync>c__async1.MoveNext () [0x00167] in <eaf6c545840d4e8a8d2971c7a6b76dd0>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Server.Implementations.HttpServer.HttpListenerHost+<RequestHandler>c__async0.MoveNext () [0x00668] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 
	---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null.
	  at MediaBrowser.Model.Dlna.StreamInfo.GetUrl (System.String baseUrl, System.String queryString) [0x0000b] in <0e4969644d9f4adf89a748b5e0a9958b>:0 
	  at MediaBrowser.Model.Dlna.StreamInfo.ToDlnaUrl (System.String baseUrl, System.String accessToken) [0x00020] in <0e4969644d9f4adf89a748b5e0a9958b>:0 
	  at Emby.Dlna.PlayTo.PlayToController.CreatePlaylistItem (MediaBrowser.Controller.Entities.BaseItem item, MediaBrowser.Controller.Entities.User user, System.Int64 startPostionTicks, System.String mediaSourceId, System.Nullable`1[T] audioStreamIndex, System.Nullable`1[T] subtitleStreamIndex) [0x0008d] in <31e5cd4b429a47d0a6e20229b25a8631>:0 
	  at Emby.Dlna.PlayTo.PlayToController+<SendPlayCommand>c__async5.MoveNext () [0x001b9] in <31e5cd4b429a47d0a6e20229b25a8631>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Server.Implementations.Session.SessionManager+<SendPlayCommand>c__asyncC.MoveNext () [0x005ff] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 <---
	
	System.AggregateException
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00242] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Api.Session.SessionsService.Post (MediaBrowser.Api.Session.Play request) [0x0006f] in <133ca9beab984800b26689b492cca831>:0 
	  at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object)
	  at ServiceStack.Host.ServiceExecGeneral+<CreateExecFn>c__AnonStorey2.<>m__0 (System.Object service, System.Object request) [0x00000] in <eaf6c545840d4e8a8d2971c7a6b76dd0>:0 
	  at ServiceStack.Host.ServiceExecGeneral+<Execute>c__async0.MoveNext () [0x0010a] in <eaf6c545840d4e8a8d2971c7a6b76dd0>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at ServiceStack.Host.ServiceController+<Execute>c__async0.MoveNext () [0x00142] in <eaf6c545840d4e8a8d2971c7a6b76dd0>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at ServiceStack.Host.RestHandler+<ProcessRequestAsync>c__async1.MoveNext () [0x00167] in <eaf6c545840d4e8a8d2971c7a6b76dd0>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Server.Implementations.HttpServer.HttpListenerHost+<RequestHandler>c__async0.MoveNext () [0x00668] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 
	InnerException: System.ArgumentNullException
	System.ArgumentNullException: Value cannot be null.
	  at MediaBrowser.Model.Dlna.StreamInfo.GetUrl (System.String baseUrl, System.String queryString) [0x0000b] in <0e4969644d9f4adf89a748b5e0a9958b>:0 
	  at MediaBrowser.Model.Dlna.StreamInfo.ToDlnaUrl (System.String baseUrl, System.String accessToken) [0x00020] in <0e4969644d9f4adf89a748b5e0a9958b>:0 
	  at Emby.Dlna.PlayTo.PlayToController.CreatePlaylistItem (MediaBrowser.Controller.Entities.BaseItem item, MediaBrowser.Controller.Entities.User user, System.Int64 startPostionTicks, System.String mediaSourceId, System.Nullable`1[T] audioStreamIndex, System.Nullable`1[T] subtitleStreamIndex) [0x0008d] in <31e5cd4b429a47d0a6e20229b25a8631>:0 
	  at Emby.Dlna.PlayTo.PlayToController+<SendPlayCommand>c__async5.MoveNext () [0x001b9] in <31e5cd4b429a47d0a6e20229b25a8631>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Server.Implementations.Session.SessionManager+<SendPlayCommand>c__asyncC.MoveNext () [0x005ff] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 
	  at MediaBrowser.Model.Dlna.StreamInfo.GetUrl (System.String baseUrl, System.String queryString) [0x0000b] in <0e4969644d9f4adf89a748b5e0a9958b>:0 
	  at MediaBrowser.Model.Dlna.StreamInfo.ToDlnaUrl (System.String baseUrl, System.String accessToken) [0x00020] in <0e4969644d9f4adf89a748b5e0a9958b>:0 
	  at Emby.Dlna.PlayTo.PlayToController.CreatePlaylistItem (MediaBrowser.Controller.Entities.BaseItem item, MediaBrowser.Controller.Entities.User user, System.Int64 startPostionTicks, System.String mediaSourceId, System.Nullable`1[T] audioStreamIndex, System.Nullable`1[T] subtitleStreamIndex) [0x0008d] in <31e5cd4b429a47d0a6e20229b25a8631>:0 
	  at Emby.Dlna.PlayTo.PlayToController+<SendPlayCommand>c__async5.MoveNext () [0x001b9] in <31e5cd4b429a47d0a6e20229b25a8631>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Server.Implementations.Session.SessionManager+<SendPlayCommand>c__asyncC.MoveNext () [0x005ff] in <94cb9849d4534920b1b6cc233e9f2dbd>:0 
	
Posted

Hi @@twinkybot can you please attach the complete emby server log? thanks !

Posted

And BTW nice piece of Software. Thanks :)

Posted (edited)

I forgot to mention. I tried the command which is mentioned in the log and got the following output. I do not know if this is related or not.

And this attached log has some output in it when I try to show videos on a lan connected Samsung TV.

/usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -ffmpeg /usr/bin/ffmpeg -ffprobe /usr/bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh

Unhandled Exception:
System.DllNotFoundException: libembysqlite3.so.0
  at (wrapper managed-to-native) SQLitePCL.SQLite3Provider_sqlite3+NativeMethods:sqlite3_libversion_number ()
  at SQLitePCL.SQLite3Provider_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number () [0x00000] in <52410a2b1f7d462f906372c31f57e9ab>:0 
  at SQLitePCL.raw.SetProvider (SQLitePCL.ISQLite3Provider imp) [0x00000] in <27978e3674a44db399cf097c8ed0098b>:0 
  at MediaBrowser.Server.Mono.MainClass.SetSqliteProvider () [0x00005] in <1a33f11670cc47eb926a52318aa0f419>:0 
  at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00018] in <1a33f11670cc47eb926a52318aa0f419>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: libembysqlite3.so.0
  at (wrapper managed-to-native) SQLitePCL.SQLite3Provider_sqlite3+NativeMethods:sqlite3_libversion_number ()
  at SQLitePCL.SQLite3Provider_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number () [0x00000] in <52410a2b1f7d462f906372c31f57e9ab>:0 
  at SQLitePCL.raw.SetProvider (SQLitePCL.ISQLite3Provider imp) [0x00000] in <27978e3674a44db399cf097c8ed0098b>:0 
  at MediaBrowser.Server.Mono.MainClass.SetSqliteProvider () [0x00005] in <1a33f11670cc47eb926a52318aa0f419>:0 
  at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00018] in <1a33f11670cc47eb926a52318aa0f419>:0 

LogWithVideosPlayback_FlashGordon.log

Edited by twinkybot
Posted

I think its not detecting your local ip address, however there are improvements for this for the next server release, thanks.

Posted

Yes with the new version it is working!

Great. Although it looked at first like it didn't but I just had to wait for the alive message to be sent it seemed. At first I had no DLNA players available.

 

Cool.

Posted

Thanks for the report.

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...