OnlineVideos 0.33 (19.09.2011) (6 Viewers)

Status
Not open for further replies.

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Re: OnlineVideos 0.18 (23.03.2010)

    when i try to watch a video from the "orf mediathek", the video starts for 2-3 seconds and then mp crashes and i get this in the error.log. something with thumbnail creation failed. rtl, zdf, pro7 i've tested too without problems. please check.

    That's a MediaPortal Bug. The Thumbnail Extractor tries to get images from the file (ähm which it isn't) and then crashes MP. In Configuration you can disable the Automatic Thumbnail extracting.

    I'm not even sure why the extraxt is started on a stream.
     

    DieBagger

    Retired Team Member
  • Premium Supporter
  • September 11, 2007
    2,516
    1,276
    41
    Austria
    Home Country
    Austria Austria
    Re: OnlineVideos 0.18 (23.03.2010)

    I'm getting a "timeout while updating sites" message everytime I start onlinevideos, here's the logs:

    2010-03-24 22:16:31.706344 [Info.][OnlineVideos(3)]: [OnlineVideos]Error getting Icon for site GameTrailers: System.Threading.ThreadAbortException: Thread was being aborted.
    at System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntPtr socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags)
    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode)
    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
    at System.Net.Connection.PollAndRead(HttpWebRequest request, Boolean userRetrievedStream)
    at System.Net.ConnectStream.PollAndRead(Boolean userRetrievedStream)
    at System.Net.HttpWebRequest.EndWriteHeaders(Boolean async)
    at System.Net.HttpWebRequest.WriteHeadersCallback(WebExceptionStatus errorStatus, ConnectStream stream, Boolean async)
    at System.Net.ConnectStream.WriteHeaders(Boolean async)
    at System.Net.HttpWebRequest.EndSubmitRequest()
    at System.Net.HttpWebRequest.CheckDeferredCallDone(ConnectStream stream)
    at System.Net.HttpWebRequest.GetResponse()
    at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
    at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    at OnlineVideos.OnlineVideosWebservice.OnlineVideosService.GetSiteIcon(String siteName)
    at OnlineVideos.GUIOnlineVideos.<>c__DisplayClass40.<AutoUpdate>b__3e()
    2010-03-24 22:16:31.707344 [Info.][OnlineVideos(3)]: [OnlineVideos]Error getting Banner for site GameTrailers: System.Threading.ThreadAbortException: Thread was being aborted.
    at OnlineVideos.GUIOnlineVideos.<>c__DisplayClass40.<AutoUpdate>b__3e()
    2010-03-24 22:16:31.708344 [Info.][OnlineVideos(3)]: [OnlineVideos]Timeout waiting for results.

    Btw, is it possible to add a manual update button to the configuration?

    thx
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Re: OnlineVideos 0.18 (23.03.2010)

    I have fixed the timeout problem and as the v2 installer package seems broken anyway I'll upload a new one later.

    In configuration, the dlls that hold the code for a util are loaded, so I cannot update the dll from there :( That's also why AutoUpdate (on the first OnlineVideos load) is the only point where this can be done.
     

    DieBagger

    Retired Team Member
  • Premium Supporter
  • September 11, 2007
    2,516
    1,276
    41
    Austria
    Home Country
    Austria Austria
    Re: OnlineVideos 0.18 (23.03.2010)

    I have fixed the timeout problem and as the v2 installer package seems broken anyway I'll upload a new one later.

    In configuration, the dlls that hold the code for a util are loaded, so I cannot update the dll from there :( That's also why AutoUpdate (on the first OnlineVideos load) is the only point where this can be done.

    How about a "manual update" button in the gui?
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,999
    3,764
    Nuenen
    Home Country
    Netherlands Netherlands
    Re: OnlineVideos 0.18 (23.03.2010)

    I have fixed the timeout problem and as the v2 installer package seems broken anyway I'll upload a new one later.

    In configuration, the dlls that hold the code for a util are loaded, so I cannot update the dll from there :( That's also why AutoUpdate (on the first OnlineVideos load) is the only point where this can be done.

    How about a "manual update" button in the gui?

    That can't be done, because the dll's are already loaded at that stage.
     

    Guzzi

    Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,159
    750
    AW: OnlineVideos 0.18 (23.03.2010)

    ... just wanna say thankyou !! - this plugins gets really better and better - impressive :)

    To all with install problems: As noted on first page, older version should be deinstalled before new installation. I did so and had no problems with the install.
     

    DieBagger

    Retired Team Member
  • Premium Supporter
  • September 11, 2007
    2,516
    1,276
    41
    Austria
    Home Country
    Austria Austria
    Re: OnlineVideos 0.18 (23.03.2010)

    Couldn't you set a flag, reload the plugin and do the updating? Not sure how you dynamically load the dlls though...
     

    grubi

    Portal Pro
    June 16, 2007
    1,207
    87
    127.0.0.1
    Home Country
    Germany Germany
    AW: OnlineVideos 0.18 (23.03.2010)

    With the new release I have the problem that most often when you try to play a video which cannot be played MP hangs after the
    message box "unable to play ..." was displayed. This was not the case with Version 17.

    Cheers.
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Re: OnlineVideos 0.18 (23.03.2010)

    A dll that has been loaded in the AppDomain once cannot be unloaded.
     

    chemelli

    Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    51
    Milano, Italy
    Home Country
    Italy Italy
    Re: OnlineVideos 0.18 (23.03.2010)

    when i try to watch a video from the "orf mediathek", the video starts for 2-3 seconds and then mp crashes and i get this in the error.log. something with thumbnail creation failed. rtl, zdf, pro7 i've tested too without problems. please check.

    That's a MediaPortal Bug. The Thumbnail Extractor tries to get images from the file (ähm which it isn't) and then crashes MP. In Configuration you can disable the Automatic Thumbnail extracting.

    I'm not even sure why the extraxt is started on a stream.

    Please fill a bug report in appropriate forum section so we can take care of this issue.

    :D

    Simone
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom