Follw.it Support - Discussion & Feedback (1 Viewer)

Status
Not open for further replies.

Holzi

Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    A separate plugin would be awesome. I don't have time to work on it, because my time is mostly spent working on the site itself. But if anyone wants to take a look at the api, i'd be happy to answer any questions, or create any missing api calls that are needed.

    I think the site is getting better and better. I like the new charts window. =)
    Keep it going!
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,806
    13,143
    Kyiv
    Home Country
    Ukraine Ukraine
    A separate plugin would be awesome. I don't have time to work on it, because my time is mostly spent working on the site itself. But if anyone wants to take a look at the api, i'd be happy to answer any questions, or create any missing api calls that are needed.
    Send me api specification
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,806
    13,143
    Kyiv
    Home Country
    Ukraine Ukraine
    And the interface to work with TV-Series and MovingPictures, etc. ? Or here it is necessary to seek the most? As well as working with media portal database.
     

    fforde

    Community Plugin Dev
    June 7, 2007
    2,667
    1,702
    44
    Texas
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #45
    Andthe interfaceto work withTV-SeriesandMovingPictures, etc.?Orhere it is necessaryto seekthe most?As well asworking withmedia portaldatabase.

    We don't have anything published at the moment but working with Moving Pictures is pretty strait forward. Calling DBMovieInfo.GetAll() (a static method) gives you a list of all movies in the database. We have a static class called MovingPicturesCore that has a handful of properties that provide access to the various subsystems of Moving Pictures. There are also a handful of events that will fire any time any persistent data in Moving Pictures is changed. If you use the newer update event there are are a few extension methods to help with stuff that would be relevant to something like a stand alone follw.it plugin.

    And finally there is an implementation of the follw.it API client in C#, this is what both Moving Pictures and MP-TVSeries currently use. It connects to version 2 of the follw.it API (version 3 is the latest) so it is missing some of the newer functionality, but it still has a lot of features and might be useful to quickly bootstrap a project.

    If you decide to work on something please feel free to jump on either the Moving Pictures or follw.it IRC channel. I would be happy to give advice on interfacing with both.
     

    sl0

    MP Donator
  • Premium Supporter
  • August 9, 2008
    14
    1
    Home Country
    Denmark Denmark
    I have been getting this error for ages, is there anything i can do to resolve this ??

    00000015 - 05-08-2012 02:53:47 - [follw.it] Beginning synchronization of 6029 episodes.
    00000015 - 05-08-2012 02:53:47 - [follw.it] Logged in as: sl0wass (00:00:00.5488281)
    00000014 - 05-08-2012 02:54:56 - [follw.it] Failed update synchronization: at CookComputing.XmlRpc.XmlRpcSerializer.DeserializeResponse(Stream stm, Type svcType)
    at CookComputing.XmlRpc.XmlRpcClientProtocol.ReadResponse(XmlRpcRequest req, WebResponse webResp, Stream respStm, Type returnType)
    at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, MethodInfo mi, Object[] parameters)
    at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(MethodInfo mi, Object[] Parameters)
    at XmlRpcProxye6f24f27-732d-4147-bec2-bcb2ec08a3ed.GetUserTaskList(Nullable`1 startDate)
    at Follwit.API.FollwitApi.GetUserTaskList(Nullable`1 startDate, DateTime& serverTime)
    at WindowPlugins.GUITVSeries.FollwitTv.FollwitConnector.<InitUpdateThread>b__8()

    sl0
     

    Terra

    Portal Pro
    August 25, 2009
    230
    57
    Home Country
    Austria Austria
    Since today MePo crashes a few minutes after startup, it seems to be related to the follw.it integration according to the log. This only occurs since today, yesterday everything worked perfectly.
    Can anyone help?

    I have NOT configured follw.it in the TV series configuration!

    2012-12-07 00:41:07.924506 [ERROR][(25)]: MediaPortal: Unhandled exception occured
    2012-12-07 00:41:07.927506 [ERROR][(25)]: Exception :confused:ystem.TypeInitializationException: Der Typeninitialisierer für "WindowPlugins.GUITVSeries.FollwitTv.FollwitConnector" hat eine Ausnahme verursacht. ---> System.OutOfMemoryException: Eine Ausnahme vom Typ "System.OutOfMemoryException" wurde ausgelöst.
    bei System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
    bei System.Threading.Thread.Start()
    bei WindowPlugins.GUITVSeries.FollwitTv.FollwitConnector..cctor()
    --- Ende der internen Ausnahmestapelüberwachung ---
    bei WindowPlugins.GUITVSeries.OnlineParsing.worker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
    bei System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
    bei System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
    bei System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
    bei System.Threading.ExecutionContext.runTryCode(Object userData)
    bei System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
    bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    bei System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
    bei System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    2012-12-07 00:41:07.927506 [ERROR][(25)]: Exception :Der Typeninitialisierer für "WindowPlugins.GUITVSeries.FollwitTv.FollwitConnector" hat eine Ausnahme verursacht.
    2012-12-07 00:41:07.928506 [ERROR][(25)]: site :Void worker_RunWorkerCompleted(System.Object, System.ComponentModel.RunWorkerCompletedEventArgs)
    2012-12-07 00:41:07.928506 [ERROR][(25)]: source :MP-TVSeries
    2012-12-07 00:41:07.928506 [ERROR][(25)]: stacktrace: bei WindowPlugins.GUITVSeries.OnlineParsing.worker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
     
    Last edited:

    fforde

    Community Plugin Dev
    June 7, 2007
    2,667
    1,702
    44
    Texas
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #48
    Okay guys, I will try to take a look in the next few days. Your log definitely seems weird. I will try to reproduce but please monitor this thread, if I can not recreate the problem I am going to ask for more detailed and complete (i.e. attached) logs.
     

    Terra

    Portal Pro
    August 25, 2009
    230
    57
    Home Country
    Austria Austria
    My problem was because of a corrupt tv-series database, it had nothing do to with follw.it. So you can ignore my report :)
    The error in the log was misleading
     

    fforde

    Community Plugin Dev
    June 7, 2007
    2,667
    1,702
    44
    Texas
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #50
    Well my afternoon just cleared up. Thanks for the update Terra.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom