Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate error in logs when OnlineVideos video is played #1150

Open
GoogleCodeExporter opened this issue Aug 9, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant