Movie25 is broken (1 Viewer)

xfx

Portal Pro
February 1, 2011
85
9
Santiago, Dominican Republic
Home Country
Spain Spain
Movie25 has been broken for about a month now and it's reporting a URL not found for all videos.

Does any one knows the user name for Movie25's maintainer (DavidCalder)?
 

xfx

Portal Pro
February 1, 2011
85
9
Santiago, Dominican Republic
Home Country
Spain Spain
I've been trying to fix it myself and I've been able to get it to display the list of hosters, unfortunately, when selecting any of the hoesters it fails with the error: "Connection is lost, cannot reopen".
Does anyone know what this means?

This is what's being reported in the log file:
Code:
[05-20 04:48:39,656] [OnlineVideos] [DEBUG] GetWebData-GET: 'http://www.movie25.ag/hot-pursuit-2015-57828.html'
[05-20 04:48:41,308] [49          ] [DEBUG] Subtitles found:3
[05-20 04:48:41,310] [49          ] [DEBUG] Subtitle  eng
[05-20 04:48:41,311] [49          ] [DEBUG] Subtitle  eng
[05-20 04:48:41,311] [49          ] [DEBUG] Subtitle  spa
[05-20 04:48:42,228] [MPMain      ] [INFO ] Preparing graph for playback of 'http://www.movie25.agwatch-hot-pursuit-2015-57828-1801412.html'
[05-20 04:48:42,612] [OnlineVideos] [INFO ] Start prebuffering ...
[05-20 04:48:42,616] [OnlineVideos] [INFO ] BufferFile : using 'MediaPortal IPTV filter and url source splitter' as source filter
[05-20 04:48:42,628] [OnlineVideos] [INFO ] BufferFile : loading url: 'http://www.movie25.agwatch-hot-pursuit-2015-57828-1801412.html####Url=http%3a%2f%2fwww.movie25.agwatch-hot-pursuit-2015-57828-1801412.html%2f&'
[05-20 04:49:02,680] [OnlineVideos] [INFO ] Buffering was aborted.
[05-20 04:49:02,824] [OnlineVideos] [WARN ] OnlineVideos.OnlineVideosException: Connection is lost, cannot reopen.
   at OnlineVideos.MediaPortal1.Player.OnlineVideosPlayer.BufferFile(SiteUtilBase siteUtil)
   at OnlineVideos.MediaPortal1.GUIOnlineVideos.<>c__DisplayClass6f.<Play_Step4>b__6b()
   at OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2()

Here's the list of the changes I made:
Code:
fileUrlRegEx -> <li\sid="link_name">\s*(?<n0>[^ <]*)\s*<\/li>\s*<li\sid="playing_button">(?:(?!href).)*<a\shref="(?<m0>[^']*)"\starget="_blank"
fileUrlFormatString -> http://www.movie25.ag{0}
baseUrl -> http://www.movie25.ag
 
Last edited:

xfx

Portal Pro
February 1, 2011
85
9
Santiago, Dominican Republic
Home Country
Spain Spain
Just realized that the fileUrlFormatString parameter is incorrect.
Setting it to "http://www.movie25.ag/{0}" produces the correct link, but then it fails with a "No more data available" error.

Code:
[05-20 07:37:24,024] [MPMain      ] [INFO ] Preparing graph for playback of 'http://www.movie25.ag/watch-pitch-perfect-2-2015-57829-1801813.html'
[05-20 07:37:24,395] [OnlineVideos] [INFO ] Start prebuffering ...
[05-20 07:37:24,400] [OnlineVideos] [INFO ] BufferFile : using 'MediaPortal IPTV filter and url source splitter' as source filter
[05-20 07:37:24,411] [OnlineVideos] [INFO ] BufferFile : loading url: 'http://www.movie25.ag####Url=http%3a%2f%2fwww.movie25.ag%2fwatch-pitch-perfect-2-2015-57829-1801813.html&'
[05-20 07:37:24,733] [OnlineVideos] [DEBUG] Buffering: 9/9 KB (100%)
[05-20 07:37:24,915] [OnlineVideos] [INFO ] Buffering was aborted.
[05-20 07:37:25,097] [OnlineVideos] [WARN ] OnlineVideos.OnlineVideosException: No more data available.
   at OnlineVideos.MediaPortal1.Player.OnlineVideosPlayer.BufferFile(SiteUtilBase siteUtil)
   at OnlineVideos.MediaPortal1.GUIOnlineVideos.<>c__DisplayClass6f.<Play_Step4>b__6b()
   at OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2()
 
Last edited:

Users who are viewing this thread

Similar threads

Greetings to all Denizens of the land of MediaPortal... It seems our Zap2XML/GraceNote access is broken again. I (as many others) have been using the latest NewZap2xml_6 and it has worked flawlessly. A few days ago it all died. I wonder if anyone is working a solution to save the masses. I am hoping the good citizen of past is...
Greetings to all Denizens of the land of MediaPortal... It seems our Zap2XML/GraceNote access is broken again. I (as many others)...
Greetings to all Denizens of the land of MediaPortal... It seems our Zap2XML/GraceNote access is broken again. I (as many others)...
Replies
0
Views
749
If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team will create a Jira ticket, and for each ticket, you’ll make the changes and submit a pull request. This will be transparent and straightforward.
If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team...
I'm very glad to see that mediaportal 1 is on github, where ordinary devs with github accounts can make contributions. Please can...
Replies
7
Views
1K
MP1 MP2 Picture-in-picture DE
Can anyone tell me the step-by-step procedure for bringing up a second channel in pip mode? I can only do it sometimes, after many tries, and it’s not clear what I am doing that makes it work on those occasions when it does. Cannot find guidance on the site. Thanks, N. Again, if anyone knows how to do this, would be much...
Can anyone tell me the step-by-step procedure for bringing up a second channel in pip mode? I can only do it sometimes, after many...
Can anyone tell me the step-by-step procedure for bringing up a second channel in pip mode? I can only do it sometimes, after many...
Replies
0
Views
2K
I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For the first example, I highlighted the example text and eventually found the location in the menus where I could select the CODE macro to have the example text formatted as a code example. So far, so good...
I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
Replies
0
Views
520
I see no reason in Windows XP or 7, in my experience, on ancient Atom, Windows 10 worked faster than XP or 7...
I see no reason in Windows XP or 7, in my experience, on ancient Atom, Windows 10 worked faster than XP or 7...
Hi all, I'm new to MediaPortal and looking forward to using it. Just one catch and I apologize if it sounds silly - I want to run...
Replies
3
Views
2K
Top Bottom