Help with a new site (1 Viewer)

Quarter

MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    Ok, then there is only one hoster for that particular movie, and it will continue automatically.

    Try Latest/That pink floyd movie. For that one there were (yesterday) 4 or 5 hosters

    Its still the same error, Do you want logs for it?
     
    Last edited:

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    I've tried x-men-origins-wolverine-2009 lots of hosters in the site paser, still doesn't give me a hoster dialog in mp. are you able to try the regex and comfirm same results?

    Code:
    <Site name="Movie25" util="GenericSite" agecheck="false" enabled="true" lang="en">
      <Description>Watch movies online</Description>
      <Configuration>
        <item key="dynamicCategoriesRegEx"><![CDATA[(?<=Home.*)(?!<li><a\shref="http://movie25\.com/genres\.html">Genres</a></li>)<li><a\shref="(?<url>[^"]*)">(?<title>[^<]*)</a></li>(?<!<div\sclass="foot">.*)]]></item>
        <item key="videoListRegEx"><![CDATA[<img\ssrc="(?<ImageUrl>[^"]*)"(?:(?!<h1>).)*<h1><a\shref="(?<VideoUrl>[^"]*)"\s>(?<Title>[^<]*)</a>(?:(?!Release:).)*>\s*Release:\s*(?<Airdate>[^<]*)<br/>]]></item>
        <item key="nextPageRegEx"><![CDATA[<a\shref="(?<url>[^"]*)"\sclass="AB">Next</a>]]></item>
        <item key="fileUrlRegEx"><![CDATA[<li\sclass=link_name>(?<n0>[^<]*)</li><li\sclass="playing_button"><span><a\sonClick="[^=]*=(?<m0>[^']*)','newwin','fullscreen=yes,scrollbars=1,toolbar=0,resizable=1'\)"]]></item>
        <item key="baseUrl"><![CDATA[http://movie25.com/]]></item>
        <item key="resolveHoster"><![CDATA[FromUrl]]></item>
      </Configuration>
    </Site>
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    I couldn't find wolverine, but others worked ok.

    I suspect there is one or more hosters which aren't behaving like they should be (timeouts/exceptions/whatever). Because of the lack of "deferred hosting", if only one of them is misbehaving, it's ruining the whole hosterselection.

    I think I'm going to make a generic deferredhoster which takes care of the lot

    Done: update watchseries, and in your movie25, make it based on DeferredResolve instead of Genericsite

    Like: <Site name="Movie25" util="DeferredResolve" agecheck="false" enabled="true" lang="en">
     
    Last edited:

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    I couldn't find wolverine, but others worked ok.

    I suspect there is one or more hosters which aren't behaving like they should be (timeouts/exceptions/whatever). Because of the lack of "deferred hosting", if only one of them is misbehaving, it's ruining the whole hosterselection.

    I think I'm going to make a generic deferredhoster which takes care of the lot

    Done: update watchseries, and in your movie25, make it based on DeferredResolve instead of Genericsite

    Like: <Site name="Movie25" util="DeferredResolve" agecheck="false" enabled="true" lang="en">

    Edit: There has to be something different between our setups as I still get the error. Not one video brings up the hosters dialog, Tried like 20 different videos.
     
    Last edited:

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    There seems to be something going wrong... Do you have a debug-version of the onlinevideos.log?
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    Are you sure you've changed util="DeferredResolve" in your config? From the logs I see that all hosters are being resolved, and one of them (xtshare) generates an exception.
     

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    Are you sure you've changed util="DeferredResolve" in your config? From the logs I see that all hosters are being resolved, and one of them (xtshare) generates an exception.

    I checked twice when I done it

    Copy and pasted from my site files
    Code:
    <Site name="Movie25" util="DeferredResolve" agecheck="false" enabled="true" lang="en">
          <Description>Watch movies online</Description>
          <Configuration>
            <item key="dynamicCategoriesRegEx"><![CDATA[(?<=Home.*)(?!<li><a\shref="http://movie25\.com/genres\.html">Genres</a></li>)<li><a\shref="(?<url>[^"]*)">(?<title>[^<]*)</a></li>(?<!<div\sclass="foot">.*)]]></item>
            <item key="videoListRegEx"><![CDATA[<img\ssrc="(?<ImageUrl>[^"]*)"(?:(?!<h1>).)*<h1><a\shref="(?<VideoUrl>[^"]*)"\s>(?<Title>[^<]*)</a>(?:(?!Release:).)*>\s*Release:\s*(?<Airdate>[^<]*)<br/>]]></item>
            <item key="nextPageRegEx"><![CDATA[<a\shref="(?<url>[^"]*)"\sclass="AB">Next</a>]]></item>
            <item key="fileUrlRegEx"><![CDATA[<li\sclass=link_name>(?<n0>[^<]*)</li><li\sclass="playing_button"><span><a\sonClick="[^=]*=(?<m0>[^']*)','newwin','fullscreen=yes,scrollbars=1,toolbar=0,resizable=1'\)"]]></item>
            <item key="baseUrl"><![CDATA[http://movie25.com/]]></item>
            <item key="resolveHoster"><![CDATA[FromUrl]]></item>
          </Configuration>
        </Site>
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    Argh, stupid me. Forgot to tell you to remove the "resolveHoster" line in your config...
     

    Users who are viewing this thread

    Top Bottom