User:ContribBot: Difference between revisions
Jump to navigation
Jump to search
imported>Robert W King (→Status) |
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. | |||
Unhandled Exception: System.NullReferenceException: Object reference not set to | |||
an instance of an object. | |||
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 | 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 12: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)