Bug TVServerKodi causes a crash for TVservice
#1
Hi,

with latest stable OpenElec, and TVService v1.11.0.0, TVServerKodi version:1.10.0.128, I met a problem that causes TVservice to stop/crash sometimes...which is not nice. Apart from that, OpenELEC/Kodi and the TVServerKodi-plugin are playing beatifully & fast compared to the last time I was trying them (a few years ago) -and that's marvellous!!!

There's (maybe) an unhandled exception leaking from TVServerKodi.ConnectionHandler.HandleConnection()...? Here's an extract from TVService.log

Code:
[2015-10-11 12:01:37,562] [Log    ] [24       ] [DEBUG] - TVServerKodi: Handling command: GetChannelCount
[2015-10-11 12:01:37,577] [Log    ] [24       ] [DEBUG] - TVServerKodi: Handling command: GetScheduleCount
[2015-10-11 12:01:39,309] [Log    ] [23       ] [INFO ] - Tvservice stopped due to an unhandled app domain exception System.IO.IOException: Ei voi lukea tietoja siirtoyhteydestä: Etäpalvelin sulki aiemmin luodun yhteyden. ---> System.Net.Sockets.SocketException: Etäpalvelin sulki aiemmin luodun yhteyden
   kohteessa System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
   kohteessa System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   --- Sisäisen poikkeuksen pinon jäljityksen loppu ---
   kohteessa System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   kohteessa System.IO.StreamReader.ReadBuffer()
   kohteessa System.IO.StreamReader.ReadLine()
   kohteessa TVServerKodi.ConnectionHandler.HandleConnection()
   kohteessa System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   kohteessa System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   kohteessa System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   kohteessa System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   kohteessa System.Threading.ThreadHelper.ThreadStart()
[2015-10-11 12:01:39,402] [Log    ] [PS StandbyWakeup] [DEBUG] - PS: LoadSettings()
[2015-10-11 12:01:39,418] [Log    ] [24       ] [DEBUG] - TVServerKodi: Handling command: GetRecordingCount
[2015-10-11 12:01:39,792] [Log    ] [TVService] [INFO ] - TV Service is being stopped
Reply


Messages In This Thread
TVServerKodi causes a crash for TVservice - by karniemi - 2015-10-11, 16:48
Logout Mark Read Team Forum Stats Members Help
TVServerKodi causes a crash for TVservice0