Bugreports (3 Viewers)

smurf

Portal Member
April 12, 2009
48
8
Sorry if mine it's not a bug report but once i installed the latest rc3 of mpwebservices where do I have to go for configuration???
There's nothing written here or in the download page...

EDIT: Sorry, I found it in the mediaserver plugins... but it's not written anywhere...
 

level20peon

MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    43
    Aachen
    Home Country
    Germany Germany
    I just tried this plugin but it doesn't seem to work for me. Here is what I did:

    a) installed the basic msi file
    b) changed http port to 888 (8080 is in use for icecast)
    c) stopped tv-server service, restarted. the plugin "seems" to load fine but there's no port 888 opened to listen (and no browser is able to connect to it of course)

    d) overwrote the plugin with this update
    e) stopped tv-server service, restarted. still the same issue as in c)

    What am I missing ?


    -level20peon
     

    vuego

    Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,646
    764
    Göteborg
    Home Country
    Sweden Sweden
    I think you missed this
    https://forum.team-mediaportal.com/mpwebservices-463/bugreports-76580/index3.html#post620878

    Code:
    copy /y "C:\Program Files (x86)\Team MediaPortal\MediaPortal\Gentle.Common.dll" "C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\bin"
    copy /y "C:\Program Files (x86)\Team MediaPortal\MediaPortal\Gentle.Framework.dll" "C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\bin"
    copy /y "C:\Program Files (x86)\Team MediaPortal\MediaPortal\Gentle.Provider.MySQL.dll" "C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\bin"
    copy /y "C:\Program Files (x86)\Team MediaPortal\MediaPortal\Gentle.Provider.SQLServer.dll" "C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\bin"
     

    globaldonkey

    MP Donator
  • Premium Supporter
  • April 23, 2007
    755
    79
    Home Country
    Running MP1.1.0 Final with MPWebServices RC3.

    Not really sure how you're supposed to use this, but assume you can point your browser to port 8080 on your server and you should get the web interface. Instead, I get:

    Server Error in '/' Application.
    Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: CS1705: Assembly 'TVDatabase, Version=1.1.0.16080, Culture=neutral, PublicKeyToken=null' uses 'Gentle.Framework, Version=1.5.0.29111, Culture=neutral, PublicKeyToken=80b5de62e27be49b' which has a higher version than referenced assembly 'Gentle.Framework, Version=1.5.0.29053, Culture=neutral, PublicKeyToken=80b5de62e27be49b'
     

    chrisonline

    MP Donator
  • Premium Supporter
  • August 17, 2007
    515
    37
    46
    Tirol/Wörgl
    Home Country
    Austria Austria
    AW: Bugreports

    I use MP version 1.1 FINAL and MP Webservice RC3!

    All works fine after copy of the files above, but TV section won't work..

    I get always following error:
    Die Datei oder Assembly "MySql.Data, Version=5.1.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040)
    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.IO.FileLoadException: Die Datei oder Assembly "MySql.Data, Version=5.1.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040)

    Quellfehler:

    Zeile 204: if (!ConnectToDatabase())
    Zeile 205: return ret;
    Zeile 206: IList<ChannelGroup> groups=ChannelGroup.ListAll();
    Zeile 207: foreach (ChannelGroup group in groups)
    Zeile 208: ret.Add(new WebChannelGroup(group.IdGroup,group.GroupName));

    Stapelüberwachung:

    [FileLoadException: Die Datei oder Assembly "MySql.Data, Version=5.1.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040)]
    Gentle.Provider.MySQL.MySQLProvider.GetCommand() +0
    Gentle.Framework.GentleSqlFactory.GetCommand() +13
    Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) +169
    Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type) +14
    TvDatabase.ChannelGroup.ListAll() +39
    MediaPortal.TvServer.WebServices.ServiceInterface.GetTvChannelGroups() in c:\Programme\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\TvServiceWebServices.asmx.cs:206
    Default.RefreshTv() in c:\Programme\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:163
    Default.btnTv_Click(Object sender, EventArgs e) in c:\Programme\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
     

    milagroso

    MP Donator
  • Premium Supporter
  • May 23, 2007
    95
    7
    Home Country
    Germany Germany
    AW: Bugreports

    same here (just that the error messages come in english). I'm running MySQL 5.0, i.e. not the latest version. Could this be the issue?
     

    Users who are viewing this thread

    Similar threads

    @CyberSimian Sorry, I missed your last post. I ended up doing a clean install on the client and all is well now. It still doesn't let me go back in time when I change channels but it does continue operating from that point on. I'm ok with that. Thanks for your help! EDIT: I now downgraded the server (as I did with the client above)...
    @CyberSimian Sorry, I missed your last post. I ended up doing a clean install on the client and all is well now. It still doesn't...
    When I first start watching a TV program the timeshift functions works perfectly. I can shift back and forth in time and it works...
    Replies
    11
    Views
    2K
    I do not know why this xml was in my theme folders, it must have sneaked in some time ago (years?). I simply removed the file. The Latest Media Handler plugin seems to be working as expected. I've had no lock-ups.
    I do not know why this xml was in my theme folders, it must have sneaked in some time ago (years?). I simply removed the file. The...
    Before you create this bug report: Make sure that your system (windows, codecs and drivers) is up to date, matching the...
    Replies
    13
    Views
    2K
    Sorry, it's my fault -- I did not notice that you are using MP2. :( MP1 has a separate configuration utility, similar to "TV Server Config". I have tried MP2 only a couple of times, and have never used it seriously. I don't know what MP2 supports with regard to adjusting audio delay, but I do know that all of the adjustments of...
    Sorry, it's my fault -- I did not notice that you are using MP2. :( MP1 has a separate configuration utility, similar to "TV...
    Hi. I recently upgraded my home cinema AVR which also meant changed from sending audio from my HTPC as 5.1 using optical to 7.1...
    Replies
    5
    Views
    1K
    MP 1.37 Final (Willow) Bugfix II released, download links updated...
    MP 1.37 Final (Willow) Bugfix II released, download links updated...
    We have just released MediaPortal 1.37 - Willow x86 and x64 version. Highlights of this release Bugfixes: [MP1-5232] - GPU...
    Replies
    4
    Views
    2K
    • Sticky
    Shame on me. That's it. I forgot that this computer was still running the 32-bit version of MP. From now on, I will no longer do updates in the morning :).
    Shame on me. That's it. I forgot that this computer was still running the 32-bit version of MP. From now on, I will no longer do...
    We have just released MediaPortal 1.38 - Tatiana & Leo x86 and x64 version. Highlights of this release Bugfixes: New...
    Replies
    24
    Views
    3K
    Top Bottom