Support for a site request thread (105 Viewers)

vpupkin

Portal Pro
March 26, 2011
84
8
Looks like dll did not get updated. Try a refresh of the site again? Or ask offbyone?
Hmm, removing and re-adding site worked - TVO now shows up in the list. But now errors get more brutal (on categories loading):

Code:
[02-27 19:46:31,995] [OnlineVideos] [INFO ] Looking for dynamic categories for site 'TVO'
[02-27 19:46:32,001] [OnlineVideos] [INFO ] Found 6 dynamic categories for site 'TVO'
[02-27 19:46:45,226] [OnlineVideos] [INFO ] Looking for subcategories in 'All Programs' on site 'TVO'
[02-27 19:46:45,624] [OnlineVideos] [WARN ] System.Runtime.Serialization.SerializationException: Type 'Newtonsoft.Json.JsonReaderException' in Assembly 'OnlineVideos, Version=1.1.0.1932, Culture=neutral, PublicKeyToken=null' is not marked as serializable.
 
Server stack trace:
  at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)
  at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)
  at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)
  at System.Runtime.Remoting.Channels.CrossAppDomainSerializer.SerializeMessageParts(ArrayList argsToSerialize)
  at System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage..ctor(IMethodReturnMessage mrm)
  at System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage.SmuggleIfPossible(IMessage msg)
  at System.Runtime.Remoting.Channels.CrossAppDomainSink.DoDispatch(Byte[] reqStmBuff, SmuggledMethodCallMessage smuggledMcm, SmuggledMethodReturnMessage& smuggledMrm)
  at System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatchCallback(Object[] args)
 
Exception rethrown at [0]:
  at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  at OnlineVideos.Sites.SiteUtilBase.DiscoverSubCategories(Category parentCategory)
  at OnlineVideos.MediaPortal1.GUIOnlineVideos.<>c__DisplayClass3d.<DisplayCategories>b__37()
  at OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2()
 

corporate_gadfly

Portal Pro
May 17, 2011
396
136
Home Country
Canada Canada
Hmm, removing and re-adding site worked - TVO now shows up in the list. But now errors get more brutal (on categories loading):
Oops. Now that I am thinking about it, I can come up with at least 2 reasons why only a new release will fix TVO.
  1. I added some extra code to JSON parsing (part of main dll)
  2. This Util depends on AMF (now part of main dll)
So, since your main dll did not get updated, I think you will have to wait till a new release unless offbyone has a better idea or build from source.
 

msj33

MP Donator
  • Premium Supporter
  • November 30, 2005
    471
    76
    Home Country
    England England
    I have committed a fix in svn. Unfortunately, since I'm not the original owner of that site util, I cannot update the dll. If you are so inclined, you could compile from latest source. I did send brownard a PM and hopefully he will update the dll on his side and upload.

    Cheers.

    Thanks for your work.`

    Is it possible to develop the site futher than just getting it to work?

    -Support more streams than just Sopcast? (VLC only links , and Mediaplayer links)
    -Removing games from OV, that does NOT contain the supported link types(maybe using filter from website?)
    -Possible to filter streaming quality(On popular matches there is 10-20 links - Filtering would be nice)

    Can anyone(OV developers) help on getting this implemented in the .dll?
     

    corporate_gadfly

    Portal Pro
    May 17, 2011
    396
    136
    Home Country
    Canada Canada
    Thanks for your work.`

    Is it possible to develop the site futher than just getting it to work?

    -Support more streams than just Sopcast? (VLC only links , and Mediaplayer links)
    -Removing games from OV, that does NOT contain the supported link types(maybe using filter from website?)
    -Possible to filter streaming quality(On popular matches there is 10-20 links - Filtering would be nice)

    Can anyone(OV developers) help on getting this implemented in the .dll?
    1. I think that should be possible
    2. That would involve doing some sort of look-ahead, so it's not optimal. The filter from the website, to my knowledge, is client-side only.
    3. I think that should be possible
    I personally don't have the bandwidth to do this (beyond minor fixes). In the absence of brownard, even those fixes would have to wait till a new OV is released before anyone else can use them.
     

    DetrieZ

    Portal Member
    June 11, 2011
    28
    2
    Home Country
    United States of America United States of America
    Can anyone take a shot at adding Live Page? http://www.livepage.info/live-tv-channels. I'm a novice and tied but had no luck.

    This is similar to WWItv except wwitv has around 30 USA channels and they are mostly religious, LivePage has tons more AND live network (ABC, CBS, FOX etc) feeds . LivePage also has intentional channels
     

    metalla_nz

    Portal Pro
    June 19, 2007
    228
    67
    42
    Hamilton
    Home Country
    New Zealand New Zealand
    Hey all..

    I had a go at adding a site, got hopelessly lost, and then came to see of anyone else could do it for me :p

    Im keen to have some live sports sites. e.g hahasport.com, sportlemon.tv, vipbox.tv etc.

    Anyone done this? Tried this?
     

    corporate_gadfly

    Portal Pro
    May 17, 2011
    396
    136
    Home Country
    Canada Canada
    It would be nice to have support for TVO (TV Ontario, Home | TVO Main). There are several programs, but in particular I am interested in BigIdeas (Home | Big Ideas) - there are some excellent educational programs / lectures out there. Thank you in advance!
    TVO has been available since release of OV 1.2. See the thread for support for Canadian/North American sites for a complete listing of available Canadian sites and report any problems there.
     

    Users who are viewing this thread

    Top Bottom