UnexpectedRowCountUnclassified Error (1 Viewer)

Omar Iqbal

New Member
April 29, 2009
2
0
Home Country
United States of America United States of America
Hello,

I was running Mediaportal 1.0.1 without any issues for a while. Then I started getting the following error. When I hit "continue" it seems to continue without any issues but the error seems to return a few minutes after either starting Mediaportal or the Mediaportal-config.

Error: UnexpectedRowCountUnclassified
Gentle.Common.GentleException: The number of returned rows 0 did not match the expected count of 1.
If concurrency control is enabled this may indicate that the record was updated or deleted by another process.
at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)
at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)
at Gentle.Common.Check.Verify(Boolean condition, Error error, Object[] args)
at Gentle.Framework.ObjectFactory.GetInstance(Type type, SqlResult sr, Key key)
at Gentle.Framework.PersistenceBroker.RetrieveInstance(Type type, Key key, IDbConnection conn, IDbTransaction tr)
at Gentle.Framework.PersistenceBroker.RetrieveInstance[T](Key key)
at Gentle.Framework.Broker.RetrieveInstance[T](Key key)
at TvDatabase.Channel.Retrieve(Int32 id)
at TvDatabase.Recording.ReferencedChannel()
at TvPlugin.TvRecorded.IsRecordingActual(Recording aRecording)
at TvPlugin.TvNotifyManager.AddActiveRecordings()
at TvPlugin.TvNotifyManager._timer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Full error at: MediaPortal Pastebin - collaborative debugging tool
 

Users who are viewing this thread

Top Bottom