[New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and MP (3 Viewers)

Status
Not open for further replies.

joz

Portal Pro
March 17, 2008
1,353
306
Home Country
Netherlands Netherlands
gemx:

Sorry, I was fiddling around myself a bit, what is in the edit2 is now with your original file you posted in #97.
 

gemx

Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    Probably i attached the wrong file previously but with the attached file and your tvseries db it's working for me
     

    Attachments

    • TvServiceWebServices.asmx.rar
      30.7 KB

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    Then I guess there's something wrong with my setup because I tried that latest file just now with no change.
     

    nicx

    Portal Pro
    February 1, 2006
    387
    12
    Stuttgart
    Home Country
    Germany Germany
    fehler bei musik:


    Zeile 650: SQLiteCommand cmd = db.CreateCommand();
    Zeile 651: cmd.CommandText = "SELECT idTrack,strAlbum,strAlbumArtist,iTrack,strTitle,strPath FROM tracks";
    Zeile 652: SQLiteDataReader reader = cmd.ExecuteReader();
    Zeile 653: while (reader.Read())
    Zeile 654: tracks.Add(new WebMusicTrack(reader.GetInt32(0), reader.GetString(1), reader.GetString(2), reader.GetInt32(3), reader.GetString(4), reader.GetString(5)));


    Quelldatei: c:\Programme\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\TvServiceWebServices.asmx.cs Zeile: 652

    Stapelüberwachung:


    [SQLiteException (0x80004005): SQLite error
    no such table: tracks]
    System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain) +948
    System.Data.SQLite.SQLiteCommand.BuildNextCommand() +287
    System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index) +18
    System.Data.SQLite.SQLiteDataReader.NextResult() +168
    System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) +87
    System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) +38
    System.Data.SQLite.SQLiteCommand.ExecuteReader() +6
    MediaPortal.TvServer.WebServices.ServiceInterface.GetAllMusicTracks() in c:\Programme\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\TvServiceWebServices.asmx.cs:652
    Default.RefreshMusicTracks() in c:\Programme\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:377
    Default.btnMusic_Click(Object sender, EventArgs e) in c:\Programme\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:106
    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


    fehler bei pictures:

    Zeile 417: foreach (string s in p)
    Zeile 418: cbPicturePath.Items.Add(s);
    Zeile 419: cbPicturePath.SelectedIndex = 0;
    Zeile 420: }
    Zeile 421: protected void btnShowPictures_Click(object sender, EventArgs e)


    Quelldatei: c:\Programme\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs Zeile: 419

    Stapelüberwachung:


    [ArgumentOutOfRangeException: cbPicturePath besitzt ein SelectedIndex, das ungültig ist, weil es nicht in der Elementliste vorhanden ist.
    Parametername: value]
    System.Web.UI.WebControls.ListControl.set_SelectedIndex(Int32 value) +420
    System.Web.UI.WebControls.DropDownList.set_SelectedIndex(Int32 value) +5
    Default.RefreshPictures() in c:\Programme\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:419
    Default.btnPictures_Click(Object sender, EventArgs e) in c:\Programme\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:111
    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
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    nicx:

    You have to use latest version of MP.

    It seems as if your databases are of an old version therefore the columns do not exist
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    Beta 3 uploaded
    Changes:
    - Fixed TvSeries again
    - Fixed config for transcoding being doubled by saving
    - Modified web.config so that the exceptions are shown on remote sites and not only on the server
     

    mironicus

    Portal Pro
    March 9, 2008
    688
    44
    I can't schedule to record any TV-Programs. If I press the record button another Pop-Up opens and then I get a time-out.
     

    Guzzi

    Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,159
    750
    hm i am using v1.1 beta, this should be the latest version...

    nicx.

    I have the same problem - maybe it's related to the fact, that my dbs are not in the default directory?
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom