You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When playing a video from OnlineVideos, MovingPictures logs this:
Error [VideoFormatExtension]: An error occured while validating
'http://localhost/OnlineVideo.mp4' as a video file. System.ArgumentException:
URI formats are not supported.
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.FileInfo.Init(String fileName, Boolean checkHost)
at System.IO.FileInfo..ctor(String fileName)
at MediaPortal.Plugins.MovingPictures.LocalMediaManagement.VideoFormatExtensions.Validate(VideoFormat self, String path)
Since MovingPictures has nothing to do with OnlineVideos it seems strange to
log this problem. This requires some investigation to find out why this is
happening and avoid it.
Original issue reported on code.google.com by [email protected] on 11 Oct 2014 at 11:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Oct 2014 at 11:51The text was updated successfully, but these errors were encountered: