Can't import channellist in WebEPG Config (1 Viewer)

csberto

Portal Pro
November 6, 2004
208
0
Tilburg, the Netherlands
When I run WebEPG Config (svn 09-06-2006 19-58-Rev10160) and try to import the channellist I get an application error with following information:

Code:
Zie het einde van dit bericht voor meer informatie over het aanroepen 
van JIT-foutopsporing (Just In Time) in plaats van dit dialoogvenster.

************** Tekst van uitzondering **************
System.TypeInitializationException: De type-initialisatiefunctie voor MediaPortal.TV.Database.TVDatabase heeft een uitzondering veroorzaakt. ---> System.TypeInitializationException: De type-initialisatiefunctie voor MediaPortal.GUI.Library.Log heeft een uitzondering veroorzaakt. ---> System.ArgumentException: Het pad kan niet uit een lege tekenreeks of alleen spaties bestaan.
   bij System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
   bij System.IO.Directory.CreateDirectory(String path)
   bij MediaPortal.GUI.Library.Log..cctor()
   --- Einde van intern uitzonderingsstackpad ---
   bij MediaPortal.GUI.Library.Log.Error(String format, Object[] arg)
   bij MediaPortal.TV.Database.TVDatabase.Open()
   bij MediaPortal.TV.Database.TVDatabase..cctor()
   --- Einde van intern uitzonderingsstackpad ---
   bij MediaPortal.TV.Database.TVDatabase.GetChannels(ArrayList& channels)
   bij WebEPG_conf.fChannels.DoEvent(Object source, EventArgs e)
   bij System.Windows.Forms.Control.OnClick(EventArgs e)
   bij System.Windows.Forms.Button.OnClick(EventArgs e)
   bij System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bij System.Windows.Forms.Control.WndProc(Message& m)
   bij System.Windows.Forms.ButtonBase.WndProc(Message& m)
   bij System.Windows.Forms.Button.WndProc(Message& m)
   bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladen assembly's **************
mscorlib
    Assembly-versie: 2.0.0.0
    Win32-versie: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WebEPG-conf
    Assembly-versie: 1.0.2440.34147
    Win32-versie: 1.0.2440.34147
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/WebEPG-conf.exe
----------------------------------------
System.Windows.Forms
    Assembly-versie: 2.0.0.0
    Win32-versie: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly-versie: 2.0.0.0
    Win32-versie: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly-versie: 2.0.0.0
    Win32-versie: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Utils
    Assembly-versie: 1.0.2440.34131
    Win32-versie: 1.0.2440.34131
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Utils.DLL
----------------------------------------
Core
    Assembly-versie: 1.0.2440.34133
    Win32-versie: 1.0.2440.34133
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Core.DLL
----------------------------------------
WebEPG
    Assembly-versie: 1.0.2440.34137
    Win32-versie: 1.0.2440.34137
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/WebEPG.DLL
----------------------------------------
System.Xml
    Assembly-versie: 2.0.0.0
    Win32-versie: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Databases
    Assembly-versie: 1.0.2440.34135
    Win32-versie: 1.0.2440.34135
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Databases.DLL
----------------------------------------
DirectShowLib
    Assembly-versie: 1.4.0.34130
    Win32-versie: 1.4.0.34130
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/DirectShowLib.DLL
----------------------------------------
mscorlib.resources
    Assembly-versie: 2.0.0.0
    Win32-versie: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
    Assembly-versie: 2.0.0.0
    Win32-versie: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** JIT-foutopsporing **************
Als u JIT-foutopsporing wilt inschakelen, moet in het configuratiebestand voor deze
toepassing of computer (machine.config) de waarde
jitDebugging in het gedeelte system.windows.forms zijn ingesteld.
De toepassing moet ook zijn gecompileerd terwijl foutopsporing
was ingeschakeld.

Bijvoorbeeld:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Wanneer JIT-foutopsporing is ingeschakeld, worden onverwerkte uitzonderingen
naar het JIT-foutopsporingsprogramma gestuurd dat op de computer is geregistreerd
en worden niet door dit dialoogvenster verwerkt.
 

ronilse

Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    This is a confirmed issue in current SVN, use stable release if you need this to work now.

    Regards
    Roy
     

    csberto

    Portal Pro
    November 6, 2004
    208
    0
    Tilburg, the Netherlands
    Hi,
    This is a confirmed issue in current SVN, use stable release if you need this to work now.

    Regards
    Roy

    Thanks. I tried to look it up in the bug list before posting in the forum, but when I click the link for 'bug list' in the Support section of the MP site I get the message:

    'Error 404!
    /mediaportal.sourceforge.net/mantis/view_all_bug_page.php
    File Not Found!'
     

    mPod

    Portal Pro
    January 26, 2005
    2,084
    3
    Berlin
    Home Country
    Germany Germany
    when I click the link for 'bug list' in the Support section of the MP site I get the message:

    'Error 404!
    /mediaportal.sourceforge.net/mantis/view_all_bug_page.php
    File Not Found!'
    That's currently offline but will be back soon.
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    You want find it there, it's simply not added yet. One of the developer's it's looking @ the issue btw.

    Regards
    Roy
     

    Users who are viewing this thread

    Top Bottom