Bugreports (2 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,645
    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


    Write your reply...

    Similar threads

    • Sticky
    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
    915
    That screen is generated by the file "MyVideo.xml", but it uses various other files too. When the list on the right is a list of episodes, the area in the middle contains the programme information for the episode that has the focus. In your screen shot, the list on the right is a list of folders. You could fill the area in the...
    That screen is generated by the file "MyVideo.xml", but it uses various other files too. When the list on the right is a list of...
    Can someone please assist me in the file name and location of which XML controls this screen. I want to create an additional box...
    Replies
    1
    Views
    127
    Does anyone else have problem with long (several hours) pauses of TV broadcasts? If I pause and forget, I can still resume TV the next day, but if I try to change channel or stop, MP freezes. Only way to fix is to restart both MP and TV Service. Sometimes I need to restart PC It seems that TVServer cannot proprtly handle large...
    Does anyone else have problem with long (several hours) pauses of TV broadcasts? If I pause and forget, I can still resume TV the...
    Does anyone else have problem with long (several hours) pauses of TV broadcasts? If I pause and forget, I can still resume TV the...
    Replies
    0
    Views
    617
    I should point out that the developers have not formally left the project, and development has not formally stopped. The developers have instead simply "faded away", gradually spending less and less time on MP2 until the present, when they spend no time on MP2. But one or more of the developers might return next week! It is impossible...
    I should point out that the developers have not formally left the project, and development has not formally stopped. The developers...
    Hi Folks, I need some help with fixing the Problem that MP2 doesn't keep the sorted Order of Channels in TV-Configuraiton. I am...
    Replies
    10
    Views
    833
    • Sticky
    Upgrade install on MP 1.36 x64 proceeded without issue, everything I have tried so far is working and looking very good. Many Thanks(y):)
    Upgrade install on MP 1.36 x64 proceeded without issue, everything I have tried so far is working and looking very good. Many...
    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
    1
    Views
    751
    Top Bottom