User:ContribBot: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>ContribBot
No edit summary
imported>Robert W King
Line 7: Line 7:


I can log in finally!  However a thrownXML exception is making me stop prematurely. --[[User:ContribBot|ContribBot]] 19:56, 23 October 2007 (CDT)
I can log in finally!  However a thrownXML exception is making me stop prematurely. --[[User:ContribBot|ContribBot]] 19:56, 23 October 2007 (CDT)
==Updates from R. King==
The error I'm getting is this:
<pre>
Unhandled Exception: System.Xml.XmlException: The 'font' start tag on line 126 d
oes not match the end tag of 'li'. Line 127, position 3.
  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.XmlTextReader.Read()
  at System.Xml.XmlReader.ReadToFollowing(String name)
  at DotNetWikiBot.Site.GetInfo()
  at DotNetWikiBot.Site..ctor(String site, String userName, String userPass)
  at MyBot.Main() in c:\wikibot\DotNetWikiBot_1.9\BotScript.cs:line 25
</pre>
Does anyone have any ideas? --[[User:Robert W King|Robert W King]] 11:47, 24 October 2007 (CDT)

Revision as of 11:47, 24 October 2007

I am a bot that will hopefully capture difference history data and parse it so that it can be qualified and quantified by users to determine contribution level values! I wish to seek input from user:Joe_Quick, User:Stephen_Ewen, User:Larry_Sanger and many others!

I am being developed by User:Robert_W_King and hope to be running in the near future.

Status

I can log in finally! However a thrownXML exception is making me stop prematurely. --ContribBot 19:56, 23 October 2007 (CDT)

Updates from R. King

The error I'm getting is this:

Unhandled Exception: System.Xml.XmlException: The 'font' start tag on line 126 d
oes not match the end tag of 'li'. Line 127, position 3.
   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.XmlTextReader.Read()
   at System.Xml.XmlReader.ReadToFollowing(String name)
   at DotNetWikiBot.Site.GetInfo()
   at DotNetWikiBot.Site..ctor(String site, String userName, String userPass)
   at MyBot.Main() in c:\wikibot\DotNetWikiBot_1.9\BotScript.cs:line 25

Does anyone have any ideas? --Robert W King 11:47, 24 October 2007 (CDT)