home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TVDatabase.GetRecordedTV question
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="pilehave" data-source="post: 474479" data-attributes="member: 71550"><p>Well, the first time I run my code I now have no errors in either error.log or MediaPortal.log. But...the second time I try to play a file, I get a lot of errors:</p><p></p><p>[CODE]</p><p>2009-06-16 15:58:01.215600 [ERROR][MPMain]: Exception :System.NotSupportedException: Den angivne stis format understøttes ikke.</p><p> ved System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)</p><p> ved System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)</p><p> ved System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)</p><p> ved System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)</p><p> ved System.IO.FileInfo..ctor(String fileName)</p><p> ved TvPlugin.TvRecorded.OnPlayRecordingBackStopped(MediaType type, Int32 stoptime, String filename)</p><p> ved MediaPortal.Player.g_Player.StoppedHandler.Invoke(MediaType type, Int32 stoptime, String filename)</p><p> ved MediaPortal.Player.g_Player.OnStopped()</p><p> ved MediaPortal.Player.g_Player.doStop(Boolean keepTimeShifting, Boolean keepExclusiveModeOn)</p><p> ved MediaPortal.Player.g_Player.Stop(Boolean keepExclusiveModeOn)</p><p> ved ProcessPlugins.PowerPlay.PowerPlay.StopPlayback(Int32 p1, Int32 p2, Object d)</p><p> ved MediaPortal.GUI.Library.GUIWindowManager.CallbackMsg(GUIMessage msg)</p><p> ved MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message)</p><p> ved MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages()</p><p> ved MediaPortalApp.FrameMove()</p><p>2009-06-16 15:58:01.216600 [ERROR][MPMain]: Exception :Den angivne stis format understøttes ikke.</p><p>2009-06-16 15:58:01.216600 [ERROR][MPMain]: site :System.String CanonicalizePath(System.String, Boolean)</p><p>2009-06-16 15:58:01.217600 [ERROR][MPMain]: source :mscorlib</p><p>2009-06-16 15:58:01.217600 [ERROR][MPMain]: stacktrace: ved System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)</p><p> ved System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)</p><p> ved System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)</p><p> ved System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)</p><p> ved System.IO.FileInfo..ctor(String fileName)</p><p> ved TvPlugin.TvRecorded.OnPlayRecordingBackStopped(MediaType type, Int32 stoptime, String filename)</p><p> ved MediaPortal.Player.g_Player.StoppedHandler.Invoke(MediaType type, Int32 stoptime, String filename)</p><p> ved MediaPortal.Player.g_Player.OnStopped()</p><p> ved MediaPortal.Player.g_Player.doStop(Boolean keepTimeShifting, Boolean keepExclusiveModeOn)</p><p> ved MediaPortal.Player.g_Player.Stop(Boolean keepExclusiveModeOn)</p><p> ved ProcessPlugins.PowerPlay.PowerPlay.StopPlayback(Int32 p1, Int32 p2, Object d)</p><p> ved MediaPortal.GUI.Library.GUIWindowManager.CallbackMsg(GUIMessage msg)</p><p> ved MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message)</p><p> ved MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages()</p><p> ved MediaPortalApp.FrameMove()</p><p>[/CODE]</p><p></p><p>Am I failing to release some window, dialog or?</p><p></p><p>MediaPortal becomes unresponsive and can only be closed by killing the process (second playback only, first is fine)</p><p></p><p>I would appreciate any help!</p></blockquote><p></p>
[QUOTE="pilehave, post: 474479, member: 71550"] Well, the first time I run my code I now have no errors in either error.log or MediaPortal.log. But...the second time I try to play a file, I get a lot of errors: [CODE] 2009-06-16 15:58:01.215600 [ERROR][MPMain]: Exception :System.NotSupportedException: Den angivne stis format understøttes ikke. ved System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) ved System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) ved System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) ved System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) ved System.IO.FileInfo..ctor(String fileName) ved TvPlugin.TvRecorded.OnPlayRecordingBackStopped(MediaType type, Int32 stoptime, String filename) ved MediaPortal.Player.g_Player.StoppedHandler.Invoke(MediaType type, Int32 stoptime, String filename) ved MediaPortal.Player.g_Player.OnStopped() ved MediaPortal.Player.g_Player.doStop(Boolean keepTimeShifting, Boolean keepExclusiveModeOn) ved MediaPortal.Player.g_Player.Stop(Boolean keepExclusiveModeOn) ved ProcessPlugins.PowerPlay.PowerPlay.StopPlayback(Int32 p1, Int32 p2, Object d) ved MediaPortal.GUI.Library.GUIWindowManager.CallbackMsg(GUIMessage msg) ved MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message) ved MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages() ved MediaPortalApp.FrameMove() 2009-06-16 15:58:01.216600 [ERROR][MPMain]: Exception :Den angivne stis format understøttes ikke. 2009-06-16 15:58:01.216600 [ERROR][MPMain]: site :System.String CanonicalizePath(System.String, Boolean) 2009-06-16 15:58:01.217600 [ERROR][MPMain]: source :mscorlib 2009-06-16 15:58:01.217600 [ERROR][MPMain]: stacktrace: ved System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) ved System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) ved System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) ved System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) ved System.IO.FileInfo..ctor(String fileName) ved TvPlugin.TvRecorded.OnPlayRecordingBackStopped(MediaType type, Int32 stoptime, String filename) ved MediaPortal.Player.g_Player.StoppedHandler.Invoke(MediaType type, Int32 stoptime, String filename) ved MediaPortal.Player.g_Player.OnStopped() ved MediaPortal.Player.g_Player.doStop(Boolean keepTimeShifting, Boolean keepExclusiveModeOn) ved MediaPortal.Player.g_Player.Stop(Boolean keepExclusiveModeOn) ved ProcessPlugins.PowerPlay.PowerPlay.StopPlayback(Int32 p1, Int32 p2, Object d) ved MediaPortal.GUI.Library.GUIWindowManager.CallbackMsg(GUIMessage msg) ved MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message) ved MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages() ved MediaPortalApp.FrameMove() [/CODE] Am I failing to release some window, dialog or? MediaPortal becomes unresponsive and can only be closed by killing the process (second playback only, first is fine) I would appreciate any help! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TVDatabase.GetRecordedTV question
Contact us
RSS
Top
Bottom