User:ContribBot: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert W King
imported>Robert W King
Line 12: Line 12:
The error I'm getting is this:
The error I'm getting is this:
<pre>
<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.
Unhandled Exception: System.NullReferenceException: Object reference not set to
  at System.Xml.XmlTextReaderImpl.Throw(Exception e)
an instance of an object.
  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.GetInfo()
   at DotNetWikiBot.Site..ctor(String site, String userName, String userPass)
   at DotNetWikiBot.Site..ctor(String site, String userName, String userPass)
   at MyBot.Main() in c:\wikibot\DotNetWikiBot_1.9\BotScript.cs:line 25
   at MyBot.Main() in c:\wikibot\DotNetWikiBot_1.9\BotScript.cs:line 26
</pre>
</pre>


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

Revision as of 13:16, 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 I'm suffering from a NullReferenceException which kills me off prematurely. --ContribBot 13:35, 24 October 2007 (CDT)

Updates from R. King

The error I'm getting is this:


Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
   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 26

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