User:ContribBot: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert W King
imported>ContribBot
Line 10: Line 10:
==Updates from R. King==
==Updates from R. King==


The error I'm getting is this:
The error I'm ''currently'' getting is this:
<pre>
<pre>


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
</pre>
</pre>
Does anyone have any ideas? --[[User:Robert W King|Robert W King]] 11:47, 24 October 2007 (CDT)

Revision as of 13:44, 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 currently getting is this: