Clickfinder and TVServer (1 Viewer)

hans

Portal Member
September 20, 2006
35
1
Hi mPod

Can you let me know if Clickfinder currently works the new TVserver? I have seen that you can enable 5.2 beta support but will it work with the current release of clickfinder 5.2?

It seems clickfinder makes my TVserver crashing when trying to import unsupported entries. Have seen this twice now. I will post the error message next time.

This could be the best solution for the missing EPG data in the TVserver.

Again, great plugin and thanks for your work.

T.
 

hans

Portal Member
September 20, 2006
35
1
As said, heres the log of the crash. Any ideas?

T.


01.01.2007 15:14:35 Tvservice stopped due to a app domain exception System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string.
Parameter name: startIndex
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at TvEngine.TvMovieDatabase.Import()
at TvEngine.TvMovie.ImportThread()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
 

Hensley

Portal Member
October 9, 2005
26
0
Hi there,

i don't use the TVserver but my MediaPortal also crashes with this exception when Clickfinder tries to import new stuff.

Here are the logfiles:

--- exception.log ---
ExceptionType: System.ArgumentOutOfRangeException
Message: startIndex cannot be larger than length of string.
Parameter name: startIndex
Source: mscorlib

Stack trace:
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at ProcessPlugins.TvMovie.TvMovieDatabase.get_LastUpdate()
at ProcessPlugins.TvMovie.TvMovieDatabase.get_WasUpdated()
at ProcessPlugins.TvMovie.TvMovie.ImportThread()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
---------------

--- mediaportal.log ---
2007-02-13 20:00:36.281250 [Info.][13]: MediaPortal: Unhandled exception occured
2007-02-13 20:00:36.281250 [Info.][13]: Exception :confused:ystem.ArgumentOutOfRangeException: startIndex cannot be larger than length of string.
Parameter name: startIndex
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at ProcessPlugins.TvMovie.TvMovieDatabase.get_LastUpdate()
at ProcessPlugins.TvMovie.TvMovieDatabase.get_WasUpdated()
at ProcessPlugins.TvMovie.TvMovie.ImportThread()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
2007-02-13 20:00:36.281250 [Info.][13]: Exception :startIndex cannot be larger than length of string.
Parameter name: startIndex
2007-02-13 20:00:36.281250 [Info.][13]: site :confused:ystem.String InternalSubStringWithChecks(Int32, Int32, Boolean)
2007-02-13 20:00:36.281250 [Info.][13]: source :mscorlib
2007-02-13 20:00:36.281250 [Info.][13]: stacktrace: at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at ProcessPlugins.TvMovie.TvMovieDatabase.get_LastUpdate()
at ProcessPlugins.TvMovie.TvMovieDatabase.get_WasUpdated()
at ProcessPlugins.TvMovie.TvMovie.ImportThread()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
2007-02-13 20:00:36.281250 [Info.][13]: MediaPortal: stop...
------------

--- error.log ---
2007-02-13 20:00:23.796875 [ERROR][MPMain]: exception loading window C:\Programme\Team MediaPortal\MediaPortal\skin\BlueTwo\weatherOverlay.xml err:The 'id' start tag on line 9 does not match the end tag of 'control'. Line 18, position 4.

at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at MediaPortal.GUI.Library.GUIWindow.LoadSkin()


2007-02-13 20:00:23.812500 [ERROR][MPMain]: Error initializing window:MediaPortal.GUI.WeatherOverlay.MyWeatherOverlay Could not find file 'C:\Programme\Team MediaPortal\MediaPortal\weather\curWeather.xml'. mscorlib at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at MediaPortal.GUI.WeatherOverlay.MyWeatherOverlay.LoadWeather(String weatherFile)
at MediaPortal.GUI.WeatherOverlay.MyWeatherOverlay.Init()
at MediaPortal.GUI.Library.PluginManager.LoadWindowPlugin(String strFile)
2007-02-13 20:00:27.000000 [ERROR][MPMain]: exception loading window C:\Programme\Team MediaPortal\MediaPortal\skin\BlueTwo\weatherOverlay.xml err:The 'id' start tag on line 9 does not match the end tag of 'control'. Line 18, position 4.

at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at MediaPortal.GUI.Library.GUIWindow.LoadSkin()


2007-02-13 20:00:27.000000 [ERROR][MPMain]: exception loading window C:\Programme\Team MediaPortal\MediaPortal\skin\BlueTwo\weatherOverlay.xml err:The 'id' start tag on line 9 does not match the end tag of 'control'. Line 18, position 4.

at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at MediaPortal.GUI.Library.GUIWindow.LoadSkin()


2007-02-13 20:00:36.281250 [ERROR][13]: MediaPortal: Unhandled exception occured
2007-02-13 20:00:36.281250 [ERROR][13]: Exception :confused:ystem.ArgumentOutOfRangeException: startIndex cannot be larger than length of string.
Parameter name: startIndex
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at ProcessPlugins.TvMovie.TvMovieDatabase.get_LastUpdate()
at ProcessPlugins.TvMovie.TvMovieDatabase.get_WasUpdated()
at ProcessPlugins.TvMovie.TvMovie.ImportThread()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
2007-02-13 20:00:36.281250 [ERROR][13]: Exception :startIndex cannot be larger than length of string.
Parameter name: startIndex
2007-02-13 20:00:36.281250 [ERROR][13]: site :confused:ystem.String InternalSubStringWithChecks(Int32, Int32, Boolean)
2007-02-13 20:00:36.281250 [ERROR][13]: source :mscorlib
2007-02-13 20:00:36.281250 [ERROR][13]: stacktrace: at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at ProcessPlugins.TvMovie.TvMovieDatabase.get_LastUpdate()
at ProcessPlugins.TvMovie.TvMovieDatabase.get_WasUpdated()
at ProcessPlugins.TvMovie.TvMovie.ImportThread()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
--------

Can someone please help me with this problem ? Everything worked fine till i reinstalled my pc today. I tried not updating Clickfinder from v5.20 to 5.21 but MP still craches :( When i disable Clickfinder Plugin everything works fine ...

beside this is my first real problem with MP ... i'm using it now for 1,5 or 2 years ...

thanks in advance !

_Hensley_
 

rtv

Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    Did you check the 5.2 support option and followed the hint from the release news?
     

    Hensley

    Portal Member
    October 9, 2005
    26
    0
    Hi rtv,

    you mean:
    ---
    - open mediaportal.xml
    - find the tvmovie section
    - change <entry name="usedatabasedate">no</entry>
    to <entry name="usedatabasedate">yes</entry>
    ---
    ???

    I will check it later when i'm back home ... this could be the problem ... thx !

    regards _Hensley_
     

    Hensley

    Portal Member
    October 9, 2005
    26
    0
    Ok, that fixed the problem ... thx for helping me out ;)

    regards _Hensley_
     

    Users who are viewing this thread

    Top Bottom