- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Thread starter
- Moderator
- #21
There is indeed a problem logged, reading from Sqlite fails:
[2015-02-23 19:15:18,978] [11797 ] [28 ] [DEBUG] - Exception: System.InvalidCastException: Die angegebene Umwandlung ist ungültig.
bei System.Data.SQLite.SQLiteDataReader.VerifyType(Int32 i, DbType typ)
bei System.Data.SQLite.SQLiteDataReader.GetInt64(Int32 i)
bei MediaPortal.Backend.Services.Database.DBUtils.ReadSimpleDBValue(Type type, IDataReader reader, Int32 colIndex)
bei MediaPortal.Database.SQLite.SQLiteDatabase.ReadDBValue(Type type, IDataReader reader, Int32 colIndex)
bei MediaPortal.Backend.Services.MediaLibrary.QueryEngine.CompiledMediaItemQuery.QueryList()
bei MediaPortal.Backend.Services.MediaLibrary.MediaLibrary.Search(MediaItemQuery query, Boolean filterOnlyOnline)
bei MediaPortal.Backend.Services.ClientCommunication.UPnPContentDirectoryServiceImpl.OnMPnP10Search(DvAction action, IList`1 inParams, IList`1& outParams, CallContext context)
bei UPnP.Infrastructure.Dv.DeviceTree.DvAction.FireActionInvoked(IList`1 inParams, IList`1& outParams, CallContext context)
bei UPnP.Infrastructure.Dv.DeviceTree.DvAction.InvokeAction(IList`1 inParameters, IList`1& outParameters, Boolean checkSignature, CallContext context)
bei UPnP.Infrastructure.Dv.SOAP.SOAPHandler.HandleRequest(DvService service, Stream messageStream, Encoding streamEncoding, Boolean subscriberSupportsUPnP11, CallContext context, String& result)
Strange that I don't get this issue. Will check it!
[2015-02-23 19:15:18,978] [11797 ] [28 ] [DEBUG] - Exception: System.InvalidCastException: Die angegebene Umwandlung ist ungültig.
bei System.Data.SQLite.SQLiteDataReader.VerifyType(Int32 i, DbType typ)
bei System.Data.SQLite.SQLiteDataReader.GetInt64(Int32 i)
bei MediaPortal.Backend.Services.Database.DBUtils.ReadSimpleDBValue(Type type, IDataReader reader, Int32 colIndex)
bei MediaPortal.Database.SQLite.SQLiteDatabase.ReadDBValue(Type type, IDataReader reader, Int32 colIndex)
bei MediaPortal.Backend.Services.MediaLibrary.QueryEngine.CompiledMediaItemQuery.QueryList()
bei MediaPortal.Backend.Services.MediaLibrary.MediaLibrary.Search(MediaItemQuery query, Boolean filterOnlyOnline)
bei MediaPortal.Backend.Services.ClientCommunication.UPnPContentDirectoryServiceImpl.OnMPnP10Search(DvAction action, IList`1 inParams, IList`1& outParams, CallContext context)
bei UPnP.Infrastructure.Dv.DeviceTree.DvAction.FireActionInvoked(IList`1 inParams, IList`1& outParams, CallContext context)
bei UPnP.Infrastructure.Dv.DeviceTree.DvAction.InvokeAction(IList`1 inParameters, IList`1& outParameters, Boolean checkSignature, CallContext context)
bei UPnP.Infrastructure.Dv.SOAP.SOAPHandler.HandleRequest(DvService service, Stream messageStream, Encoding streamEncoding, Boolean subscriberSupportsUPnP11, CallContext context, String& result)
Strange that I don't get this issue. Will check it!