Bugreports (1 Viewer)

gemx

Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    Please list all bugreports here and always give your MPWebServices and MP version

    :D

    Version RC3

    - Stop Timeshift Button in TvServer Status does nothing
    Patch (thanks shh26_83)
    the file: TvServerStatus.aspx.cs
    must be change at line 58 to:
    Code:
    row["action"]="<input type=\"button\" ID=\"btn\" Value=\"Stop timeshift\" onclick=KickSession("+state.idCard.ToString()+","+state.idChannel.ToString()+",'"+state.userName.ToString()+"',0); />";

    and at line 62 to:
    Code:
    row["action"] = "<input type=\"button\" ID=\"btn\" Value=\"Stop recording\" onclick=KickSession("+state.idCard.ToString() + "," + state.idChannel.ToString() + ",'" + state.userName + "',1); />";

    and the file : TvServerStatus.aspx must change at the line 16 to:
    Code:

    Code:
    document.form1.submit();
     

    shh26_83

    MP Donator
  • Premium Supporter
  • November 19, 2009
    40
    1
    Home Country
    Germany Germany
    Stopping timeshifting in tvserver status page is not working

    Hi @all,

    i have found the solution for the error "- Stopping timeshifting in tvserver status page is not working (investigating...)"

    the file: TvServerStatus.aspx.cs
    must be change at line 58 to:
    Code:
    row["action"]="<input type=\"button\" ID=\"btn\" Value=\"Stop timeshift\" onclick=KickSession("+state.idCard.ToString()+","+state.idChannel.ToString()+",'"+state.userName.ToString()+"',0); />";

    and at line 62 to:
    Code:
    row["action"] = "<input type=\"button\" ID=\"btn\" Value=\"Stop recording\" onclick=KickSession("+state.idCard.ToString() + "," + state.idChannel.ToString() + ",'" + state.userName + "',1); />";

    and the file : TvServerStatus.aspx must change at the line 16 to:
    Code:

    Code:
    document.form1.submit();

    thats all, then the button are working fine!

    best regards
    simon
     

    Ich_halt

    New Member
    January 20, 2010
    4
    0
    Schweinfurt
    Home Country
    Germany Germany
    i searched a long time for such a plugin. so i finaly hoped that this plugin will run on my htpc. but ill get this error message:

    i am using the rc3 of the webplugin and the latest tv server with mysql database

    Code:
    2010-01-20 21:14:40.921875 [10]: MPWebServices: Exception raised while trying to start webserver. Der transparente Proxy kann nicht in den Typ "Cassini.Host" umgewandelt werden.

    ill hope that you can give me a workaround for this problem

    thank you so far

    greets from Germany Ich_halt
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    i searched a long time for such a plugin. so i finaly hoped that this plugin will run on my htpc. but ill get this error message:

    i am using the rc3 of the webplugin and the latest tv server with mysql database

    Code:
    2010-01-20 21:14:40.921875 [10]: MPWebServices: Exception raised while trying to start webserver. Der transparente Proxy kann nicht in den Typ "Cassini.Host" umgewandelt werden.
    ill hope that you can give me a workaround for this problem

    thank you so far

    greets from Germany Ich_halt


    Hmm, no .NET 3.5 installed or not installed via the msi package?
     

    fibertrans

    New Member
    March 2, 2009
    4
    0
    Home Country
    Netherlands Netherlands
    i searched a long time for such a plugin. so i finaly hoped that this plugin will run on my htpc. but ill get this error message:

    i am using the rc3 of the webplugin and the latest tv server with mysql database

    Code:
    2010-01-20 21:14:40.921875 [10]: MPWebServices: Exception raised while trying to start webserver. Der transparente Proxy kann nicht in den Typ "Cassini.Host" umgewandelt werden.
    ill hope that you can give me a workaround for this problem

    thank you so far

    greets from Germany Ich_halt


    Hmm, no .NET 3.5 installed or not installed via the msi package?

    I got the same error using RC3, MP version 1.0.2 and mysql
     

    Ich_halt

    New Member
    January 20, 2010
    4
    0
    Schweinfurt
    Home Country
    Germany Germany
    it is installed and with the msi and it is updatet with sp1

    hmh hope you find the problem.

    edit: i just found out that ive installed winxp servicepack 2. hope thats not the prob... (think i changed the cds of windows before installing windows -.- damn)
     

    fibertrans

    New Member
    March 2, 2009
    4
    0
    Home Country
    Netherlands Netherlands
    it is installed and with the msi and it is updatet with sp1

    hmh hope you find the problem.

    edit: i just found out that ive installed winxp servicepack 2. hope thats not the prob... (think i changed the cds of windows before installing windows -.- damn)

    did this fix the problem? Tried to reinstall MPWebServices_RC3.msi and .NET 3.5 SP1, also installed all updates of xp. Still the same error :(
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    AW: Bugreports

    I got a NullRefException in tv part:
    Code:
    Ausnahmedetails: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    
    Quellfehler:
    
    Zeile 87:       doc.Load(AppDomain.CurrentDomain.BaseDirectory + "config.xml");
    Zeile 88:       XmlNode gNode = doc.SelectSingleNode("/appconfig/config");
    Zeile 89:       return gNode.Attributes["scraper_url"].Value;
    Zeile 90:     }
    Zeile 91:     public static int GetPlayerType()
    
    
    Quelldatei: c:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\Utils.cs    Zeile: 89
    
    Stapelüberwachung:
    
    [NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.]
       MediaPortal.TvServer.WebServices.Utils.GetScraperURL() in c:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\Utils.cs:89
       Default.GetScraperLink(String s) in c:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:103
       Default.RefreshTv() in c:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:192
       Default.btnTv_Click(Object sender, EventArgs e) in c:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:112
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +78
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +100
       System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863
     

    wolfi_b

    MP Donator
  • Premium Supporter
  • April 10, 2008
    799
    38
    Home Country
    Austria Austria
    AW: Bugreports

    Hi gemx,

    very nice plugin:D

    but back to topic: i get an error at "tv server status":

    1.)
    Code:
    Der Wert für einen Int32 war zu groß oder zu klein. 
    Beschreibung: Unbehandelte Ausnahme beim Ausführen der aktuellen Webanforderung. Überprüfen Sie die Stapelüberwachung, um weitere Informationen über diesen Fehler anzuzeigen und festzustellen, wo der Fehler im Code verursacht wurde. 
    
    Ausnahmedetails: System.OverflowException: Der Wert für einen Int32 war zu groß oder zu klein.
    
    Quellfehler: 
    
    Zeile 80:         manufacturer = mo["manufacturer"].ToString();
    Zeile 81:         computername = mo["name"].ToString();
    Zeile 82:         totalPhysicalMem = Convert.ToInt32(mo["totalphysicalmemory"]);
    Zeile 83:         totalPhysicalMem = (totalPhysicalMem / 1024) / 1024;
    Zeile 84:       }
    
    
    Quelldatei: c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\TvServerStatus.aspx.cs    Zeile: 82 
    
    Stapelüberwachung: 
    
    [OverflowException: Der Wert für einen Int32 war zu groß oder zu klein.]
       System.Convert.ToInt32(UInt64 value) +2881297
       System.UInt64.System.IConvertible.ToInt32(IFormatProvider provider) +9
       System.Convert.ToInt32(Object value) +28
       TvServerStatus.RefreshServerInfo(List`1 recPaths) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\TvServerStatus.aspx.cs:82
       TvServerStatus.Page_Load(Object sender, EventArgs e) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\TvServerStatus.aspx.cs:65
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
       System.Web.UI.Control.OnLoad(EventArgs e) +73
       System.Web.UI.Control.LoadRecursive() +52
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2184

    2.)
    the next thing is i use Opera Browser and with Opera i get no pictures and TV Logos (in IE i can see them)
    What could be the problem?

    3.)
    Pictures does not work correctly, it only shows 4 folders instead of 89. And i can only see the thumbs, the full picture does not show.

    I use MP 1.1 BETA + latest SVN and MPWebServices RC3

    greets
     

    Users who are viewing this thread

    Similar threads

    (egg in face) I had to dnld SD plugin mpe1 to re install. trying again Thnx
    (egg in face) I had to dnld SD plugin mpe1 to re install. trying again Thnx
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
    Replies
    40
    Views
    4K
    • Sticky
    Your log clearly reports: [2024-03-03 18:26:58,258] [Log ] [MPMain ] [DEBUG] - Main: Wait for TV service requested [2024-03-03 18:26:58,262] [Log ] [MPMain ] [DEBUG] - Main: TV service found. Checking status... [2024-03-03 18:26:58,263] [Log ] [MPMain ] [INFO ] - Main: TV service is in status Running - proceeding...
    Your log clearly reports: [2024-03-03 18:26:58,258] [Log ] [MPMain ] [DEBUG] - Main: Wait for TV service requested...
    MediaPortal 1.33 Release Written by Team-MediaPortal. We have just released MediaPortal 1.33 - Springtime / 20th Anniversary...
    Replies
    7
    Views
    967
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at all. I just wanted to: understand current Status & Situation understand my Options for a stable System improve my Knowledge & learn from Experts Especially because your limited Dev Resources and the...
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at...
    Hello Folks, Yesterday I upgraded to Mediaportal 2.5 via uninstalling 2.4.1 first and then install the latest .NET6 Variant of...
    Replies
    12
    Views
    1K
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work. Spotify desktop app installed on same computer as you are going to use with MediaPortal Getting ready Create an app at spotify, use this link: Dashboard | Spotify for Developers, you have to login. Click...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Replies
    0
    Views
    1K
    It's working after some hours search: the Auto3D plugin which I haven't used for years was corrupting the start of the TV live stream from server to MP. If anyone has a similar problem - disable all old plugins and then enable one after another :-)
    It's working after some hours search: the Auto3D plugin which I haven't used for years was corrupting the start of the TV live...
    After using MP for more than 10 years with regularly updates - this is the first time that after an update MP is not working...
    Replies
    3
    Views
    1K
    Top Bottom