Wikipedia talk:AutoWikiBrowser/Bugs/Archive 13

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Archive 10 Archive 11 Archive 12 Archive 13 Archive 14 Archive 15 Archive 20

API edit skips semi-protected pages (4901.5112)

Status Fixed in the next release
Description Seems to skip semi-protected pages even if account has appropriate permissions. Handles fully protected, FWIW. (Using my admin account) –xenotalk 16:35, 4 August 2009 (UTC)
To duplicate: Build a list of semi-protected pages. Attempt to edit them via AWB using an account that is autoconfirmed.
Site URL: en.wiki
Operating system XP
.NET FW Version Unknown
AWB version 4901 (API edit) rev 5112
Workaround Use 4601 (non-API edit version)
Fixed in version rev 5114 Reedy 19:05, 4 August 2009 (UTC)


NullReferenceException in MainForm.tabControl2_SelectedIndexChanged

Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.tabControl2_SelectedIndexChanged(Object sender, EventArgs e) in C:\Users\Patrol\Desktop\AWB-svn\AWB\AWB\Main.cs:line 3859
   at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.TabControl.WmSelChange()
   at System.Windows.Forms.TabControl.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Patrol110 (talk) 17:45, 21 August 2009 (UTC)

To duplicate: Unknown
Site URL: http://pl.wikipedia.org
Operating system Microsoft Windows NT 6.0.6000.0
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5263 (2009-08-20 22:57:43)
Workaround None
Fixed in version Unknown


I encountered the problem when started AWB and tried to open 'History' tab. All that time I wasn't logged to wiki. Patrol110 (talk) 17:45, 21 August 2009 (UTC)

The same problem appeared when I tried to open 'What links here' tab. Patrol110 (talk) 17:50, 21 August 2009 (UTC)
Thanks! rev 5264 Reedy 17:54, 21 August 2009 (UTC)

SetPasteMoreText NullReferenceException

Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.SetPasteMoreText(Int32 item, String s) in C:\Documents and Settings\RJW\Desktop\AWB_SVN\AWB\AWB\UserSettings.cs:line 646
   at AutoWikiBrowser.MainForm.LoadPrefs(UserPrefs p) in C:\Documents and Settings\RJW\Desktop\AWB_SVN\AWB\AWB\UserSettings.cs:line 569
   at AutoWikiBrowser.MainForm.LoadPrefs(String path) in C:\Documents and Settings\RJW\Desktop\AWB_SVN\AWB\AWB\UserSettings.cs:line 446

Rjwilmsi 08:09, 31 August 2009 (UTC)

To duplicate: Occurs on startup of AWB.
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5303 (2009-08-30 21:56:25)
Workaround None
Fixed in version Unknown


        private void SetPasteMoreText(int item, string s)
        {
            PasteMoreItems[item].Tag = s;
            PasteMoreItems[item].Text = PasteMoreItemsPrefixes[item] + s.Replace("&", "&&");
            PasteMoreItems[item].Visible = s != "";
        }
"PasteMoreItems[item].Text = PasteMoreItemsPrefixes[item] + s.Replace("&", "&&");" is at fault. Presumably the right hand side array, as the first line executed.. Reedy 18:57, 31 August 2009 (UTC)
rev 5310 Reedy 20:49, 31 August 2009 (UTC)

Bot timer missing in 4901_rev5263

Status Fixed in the next release
Description Bot countdown timer seems to have gone missing in most recent changes. –xenotalk 03:29, 23 August 2009 (UTC)
To duplicate: Run in bot mode with a delay
Operating system Vista
.NET FW Version Unknown
AWB version 4901_rev5263
Workaround not critical... count in your head? ;>
Fixed in version Unknown


rev 5269 AWB had been updated not to show the bot timer for non-bot mode, but ended up never showing it. Now fixed. Rjwilmsi 08:12, 23 August 2009 (UTC)
Thanks! –xenotalk 13:04, 24 August 2009 (UTC)

Can't change between user accounts in 4901_5263

Status Resolved
Description Can't change between user accounts without closing AWB and re-opening AWB. –xenotalk 13:23, 24 August 2009 (UTC)
To duplicate: Log in to one account. Try to switch to another account through Login/Profiles.
Site URL: en.wp
Operating system XP
.NET FW Version Unknown
AWB version 4.901 rev 5263
Workaround Close AWB and reload
Fixed in version


It just let me use my pre-saved account to login, then quick login with my bot account fine. Reedy 18:34, 24 August 2009 (UTC)
 Works for me, I guess it was a one-off. –xenotalk 19:03, 30 August 2009 (UTC)

CheckPage bug on Wikia

Status Fixed in the next release
Description On Wikia, if you try to use a bot that's not listed on the Central Wikia CheckPage, it tells you the bot isn't usable and opens a link to the local wiki checkpage [1]. I believe it should show the Central Wiki CheckPage [2] Kirkburn (talk) 22:55, 28 August 2009 (UTC)
To duplicate: Attempt an AWB edit on any Wikia wiki with an unlisted account.
Site URL: http://help.wikia.com
Operating system Vista
.NET FW Version Unknown
AWB version 4.9.0.1 r5286
Workaround
Fixed in version Ta, rev 5296 Reedy 19:57, 30 August 2009 (UTC)


Should default to http:// on HTML scraper

Status Fixed in the next release
Description Thread: ListMaker (HTMLPageScraperListProvider: toolserver.org/~jarry/livingparam/index.php?plaintext=true)
Exception:UriFormatException
Message:Invalid URI: The format of the URI could not be determined.
Call stack:
   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at System.Uri..ctor(String uriString)
   at System.Net.WebRequest.Create(String requestUriString)
   at WikiFunctions.Variables.PrepareWebRequest(String url, String userAgent) in C:\Program Files\AutoWikiBrowser SVN\AWB\WikiFunctions\Variables.cs:line 370
   at WikiFunctions.Variables.PrepareWebRequest(String url) in C:\Program Files\AutoWikiBrowser SVN\AWB\WikiFunctions\Variables.cs:line 384
   at WikiFunctions.Tools.GetHTML(String url, Encoding enc) in C:\Program Files\AutoWikiBrowser SVN\AWB\WikiFunctions\Tools.cs:line 362
   at WikiFunctions.Tools.GetHTML(String url) in C:\Program Files\AutoWikiBrowser SVN\AWB\WikiFunctions\Tools.cs:line 349
   at WikiFunctions.Lists.HTMLPageScraperListProvider.MakeList(String[] searchCriteria) in C:\Program Files\AutoWikiBrowser SVN\AWB\WikiFunctions\Lists\Providers\NonMWListProviders.cs:line 43
   at WikiFunctions.Controls.Lists.ListMaker.MakeListPlugin() in C:\Program Files\AutoWikiBrowser SVN\AWB\WikiFunctions\Controls\Lists\ListMaker.cs:line 749

- Jarry1250 [ In the UK? Sign the petition! ] 14:09, 6 September 2009 (UTC)

To duplicate: ListMaker Text: toolserver.org/~jarry/livingparam/index.php?plaintext=true
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5314 (2009-09-01 12:12:27)
Workaround
Fixed in version rev 5328


Wrong page

Status Fixed in the next release
Description "Attempted to save wrong page" (something like that)- Jarry1250 [ In the UK? Sign the petition! ] 18:38, 2 September 2009 (UTC)
To duplicate: Am running through list using one user -> diff loads -> change user profile -> press save.
Exception:Exception
Message:Attempted to save a wrong page
Call stack:
   at AutoWikiBrowser.MainForm.Save() in N:\Programming\SVN\AWB\AWB\AWB\Main.cs:line 1525
   at AutoWikiBrowser.MainForm.btnApply_Click(Object sender, EventArgs e) in N:\Programming\SVN\AWB\AWB\AWB\Main.cs:line 2724
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Operating system
.NET FW Version Unknown
AWB version
Workaround
Fixed in version


Half expected. Upon changing user, the page is reset.. So.. When this happens (change of user), we should invalidate the currently opened page for editing.. Reedy 19:03, 2 September 2009 (UTC)
Fixed/prevented (this specific occurance) in rev 5381 Reedy 18:31, 16 September 2009 (UTC)

AssertionFailedException in ApiEdit.CheckForErrors

Status Fixed in the next release
Description
Exception:AssertionFailedException
Message:Assertion 'user' failed
Call stack:
   at WikiFunctions.API.ApiEdit.CheckForErrors(String xml, String action) in C:\Program Files\AutoWikiBrowser SVN\AWB\WikiFunctions\API\ApiEdit.cs:line 945
   at WikiFunctions.API.ApiEdit.Save(String pageText, String summary, Boolean minor, WatchOptions watch) in C:\Program Files\AutoWikiBrowser SVN\AWB\WikiFunctions\API\ApiEdit.cs:line 567

- Jarry1250 [ In the UK? Sign the petition! ] 19:42, 4 September 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5314 (2009-09-01 12:12:27)
Workaround
Fixed in version rev 5325


Happened when just saving normally, then kept on happening on every save (none went through) until I re-logged in. - Jarry1250 [ In the UK? Sign the petition! ] 19:42, 4 September 2009 (UTC)

Cannot start process

Status Fixed in the next release
Description
Exception:InvalidOperationException
Message:Cannot start process because a file name has not been provided.
Call stack:
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at AutoWikiBrowser.ExternalProgram.ProcessArticle(String articleText, String articleTitle, Int32 namespace, String& summary, Boolean& skip)

Meno25 (talk) 12:15, 21 September 2009 (UTC)

To duplicate: [encountered while processing page [3]]
Site URL: http://ar.wikipedia.org
Operating system Microsoft Windows NT 6.0.6000.0
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5386 (2009-09-17 22:23:20)
Workaround
Fixed in version rev 5395


Removing from watchlist

Status Fixed in the next release
Description Checking "Don't auto add to my watchlist" results in pages also being removed from watchlist if they are in a batch you are editing
To duplicate: Go to options and check "Don't auto add to my watchlist", then make a list that includes articles on your watchlist; edit, save, gone from watchlist
Site URL: en.wikipedia.org
Operating system Win XP
.NET FW Version Unknown
AWB version 4.5.2.0
Workaround Manually save watchlist before starting to edit
Fixed in version Unknown


This still isn't fixed BTW. Headbomb {ταλκκοντριβς – WP Physics} 21:19, 8 June 2009 (UTC)
Waiting on bugzilla:19523 to fix this in 4.9/5 Reedy 16:03, 1 August 2009 (UTC)
NB for me. Remove any related options to gui based settings that we dont need in newer versions Reedy 06:38, 3 August 2009 (UTC)
FWIW, I'm guessing that once bugzilla:19090 is live (it's fixed, but not part of the current branch that is live) you can fix this without having bugzilla:19523 resolved. Amalthea 20:54, 11 August 2009 (UTC)
Yeah, thanks for the heads up, we have already catered for that. We still really need to be able to get the watch status of the page, so we can set the watch button appropriately, to allow pages to be watched/unwatched on demand. Reedy 22:16, 11 August 2009 (UTC)
This is still a problem currently, any idea when the fix will be live? --Philosopher Let us reason together. 06:59, 20 August 2009 (UTC)
Although i forgot to post the svn revisions here, this part of the bug is actually fixed... We are still waiting on 19523 so we can properly label the watch/unwatch button. If you grab a 4.9/ApiEdit version, all will be well, and this should work as expected! Just no manual watch/unwatch button Reedy 09:02, 20 August 2009 (UTC)
Just upgraded, looks like it should work fine. Thanks. --Philosopher Let us reason together. 09:21, 20 August 2009 (UTC)
Marking as fixed after bugzilla. -- Magioladitis (talk) 23:31, 8 October 2009 (UTC)


"Wiki search (text)" : problem with string of 2 words

Status Fixed in the next release
Description I need to search the string "word-A word-D". With the "wiki search (text)" option, it now generates the list of pages with "word-A" and "word-D", even if it's not the string "word-A word-D". Note : this "wiki search (text)" option worked fine in V4.6. In V4.9, the search works fine with "Google search" (it founds only the string), but not with "Wiki search (text)". Zetud (talk) 23:34, 19 September 2009 (UTC)
To duplicate: Search "du corp" on :fr, with both "Wiki search (text)" and "Google search"
Site URL: fr.wiki
Operating system XP
.NET FW Version Unknown
AWB version 4901 rev 5386
Workaround
Fixed in version rev 5406


rev 5406 - It was using \", so switched for '. Works fine now. Reedy 20:53, 21 September 2009 (UTC)

Incorrect delinking of article title

Status Fixed in the next release
Description In article Death squad, AWB replaced "[[death squad]]" with "death\ squad" (note extraneous backslash) --Auntof6 (talk) 07:32, 20 September 2009 (UTC)
To duplicate: Edit this version of Death squad with AWB
Site URL: en.wikipedia.org
Operating system Windows XP Home edition with service pack 3
.NET FW Version Unknown
AWB version AWB 4.9.0.1 SVN 5386
Workaround manually delete the extraneous backslash
Fixed in version rev 5396


[4] - Did you remove it before you saved...? Reedy 21:38, 20 September 2009 (UTC)

Of course. If you want to recreate the error, copy the text of the linked old version somewhere and run AWB on that. --Auntof6 (talk) 08:50, 21 September 2009 (UTC)
Was just checking ;P. But that wouldnt work, as AWB was fixing self links. Would have to copy to test or similar! Reedy 10:05, 21 September 2009 (UTC)
Oh, that's true! :) I'll leave it to the experts to figure out how to test it, then! I supposed you could revert the article temporarily if there isn't some kind of test database. I wasn't working specifically on delinking titles when I came across this error, so I don't know if it's doing the same in other cases. --Auntof6 (talk) 10:32, 21 September 2009 (UTC)

Problem (on runecape wikia) with articles with + in the name.

Status Fixed in the next release
Description pages with + in the titel are "non existant" Rich Farmbrough, 14:35, 20 September 2009 (UTC). 14:35, 20 September 2009 (UTC)
To duplicate: Accessing say Exchange:Dragon dagger (p++)
Site URL: runescape.wikia
Operating system V
.NET FW Version Unknown
AWB version AWB 4.9.0.1 SVN 5386
Workaround replace + with %2B
Fixed in version rev 5394


Notes:

  1. The page title stored after using the above workaround (ie, using the add article, pre-parse, adding from logs) will be unusable again.
  2. Faith + Hope + Love is a worse problem on en. AWB sits there reloading the page.
Rich Farmbrough, 16:14, 20 September 2009 (UTC).
AWB loads the wrong page for me on 5391. But it does load it fine. Reedy 22:32, 20 September 2009 (UTC)
Max added something regarding this in rev 5256. Its what is causing the problem... Reedy 22:34, 20 September 2009 (UTC)

rev 5394 - Fixed Reedy 18:24, 21 September 2009 (UTC)

SecurityException in Program.Main

Status Fixed in the next release
Description
Exception:SecurityException
Message:Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Call stack:
   at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessPermission.Demand()
   at System.Windows.Forms.Application.add_ThreadException(ThreadExceptionEventHandler value)
   at AutoWikiBrowser.Program.Main(String[] args)

{{Nihiltres|talk|log}} 15:21, 23 January 2009 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.2.0
Workaround None
Fixed in version Unknown


Just posting a bug I encountered, given AWB's request I post it here—my guess is that this is probably just an issue with running AWB on a school computer. It failed with this bug if run off the (network?) H: drive assigned to me, but when its folder was copied to the desktop it ran fine. {{Nihiltres|talk|log}} 15:21, 23 January 2009 (UTC)

I suspect so, im sure this has been reported before... Depends on the network setup to whether running stuff works from a network drive (IIRC it works fine from my uni network drive, i just get pestered to hell with javascript script debugging) Reedy 18:22, 23 January 2009 (UTC)
Got this today at work too on 4.5 when running from network, but off pen drive it was fine. Rjwilmsi 21:03, 27 January 2009 (UTC)
Suspect we should try and trap it and offer some advice... Reedy 21:12, 27 January 2009 (UTC)
Does AWB even get started up? AS im thinking its line 39 of Program.cs Reedy 21:51, 27 January 2009 (UTC)
AWB does not start up. While trapping the error would be useful it would be nicer to understand why the error occurs (I have full read/write to the network share, Firefox runs fine from there). Rjwilmsi 08:05, 28 January 2009 (UTC)

I think we have to mark this as rare. Something was/is wrong with .NET Configuration and zone security. -- Magioladitis (talk) 14:37, 19 September 2009 (UTC)

Marking it as "fixed". I've put a trap in for this error, and it notifies the user as such. Not much more we can do. rev 5389 Reedy 21:47, 20 September 2009 (UTC)

Behaviour of admin tools in AWB API edit

Status Fixed in the next release
Description For Reedy ;-).

Delete: does actually delete and moves to the next page in the list, but resets the "restarting in xx seconds" timer, with 5 seconds added every time until it reaches 60 seconds; if I click start, the timer is circumvented.

Protect: protects fine[5], doesn't verify that the protection has taken place; nothing visible happens when you click OK.

Move: does the same as protect, no visible clarification of success or failure of move.

Closedmouth (talk) 09:24, 22 September 2009 (UTC)

To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version 4902 rev5413
Workaround
Fixed in version rev 5418


Some better notification (failure and success), and an addition of a call to Start() would probably suffice in this case. Also, as per IRC, we need some logging... New logging control? Reedy 11:42, 22 September 2009 (UTC)
rev 5418 seems pretty good (ie it works ;P). Need some more feedback, and logging. Reedy 20:24, 22 September 2009 (UTC)
rev 5419 - Status label on success! Reedy 20:28, 22 September 2009 (UTC)
Cool, thanks Reedy, I'll check it out later today. --Closedmouth (talk) 04:25, 23 September 2009 (UTC)


I've nearly done the logging too, just need to implement it onto the main form etc! Reedy 07:24, 23 September 2009 (UTC)

Using it now, delete works fine, thanks :) --Closedmouth (talk) 07:35, 23 September 2009 (UTC)

Kingbotk plugin loops when encountering articles including "+" character

Status Fixed in the next release
Description When tagging album article talk pages, it will get stuck on any article containing the character "+" (the only character so far found that it will do this on) – B.hoteptalk• 19:28, 18 September 2009 (UTC)
To duplicate: Make list with "Source: Category (recursive)" and "Category:Jazz album stubs". It will probably have Art Pepper + Eleven – Modern Jazz Classics as the first article once filtered and converted to talk pages – it will get stuck, seemingly opening this article talk page but not removing it from the list and moving to the next list item.
Site URL: en
Operating system XP
.NET FW Version Unknown
AWB version 4.9.0.1
Workaround Stop process, remove item from list, restart process. Alternatively – move the article somewhere without the "+"!
Fixed in version


see my bug report: this isn't the plugin it's either AWB or the mediaWiki software. Rich Farmbrough, 00:50, 23 September 2009 (UTC).
Good point, cheers Rich. This is now fixed as per the other bug report Reedy 07:28, 23 September 2009 (UTC)

InvocationException in AsyncApiEdit.InvokeFunction

Status Fixed in the next release
Description
Exception:InvocationException
Message:An asynchronous call is already being performed
Call stack:
   at WikiFunctions.API.AsyncApiEdit.InvokeFunction(InvokeArgs args)
   at WikiFunctions.API.AsyncApiEdit.Save(String pageText, String summary, Boolean minor, WatchOptions watch)
   at AutoWikiBrowser.MainForm.SaveArticle()
   at AutoWikiBrowser.MainForm.DelayedAutoSave(Object sender, EventArgs e)
   at AutoWikiBrowser.MainForm.Tick.Invoke(Object sender, EventArgs e)
   at AutoWikiBrowser.MainForm.Timer_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Rich Farmbrough, 10:30, 22 September 2009 (UTC). 10:30, 22 September 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5386 (2009-09-17 22:23:20) / 4.9.0.2, revision 5413 (2009-09-21 22:54:21)
Workaround Don't press the save button to much.
Fixed in version


Ok I think this is me pressing"save" while it's already saving. Rich Farmbrough, 00:51, 23 September 2009 (UTC).
Could quite well be. Need to check button enabled state, and whether we are doing background stuff before trying to save. Reedy 07:30, 23 September 2009 (UTC)

rev 5429 Reedy 18:35, 23 September 2009 (UTC)

ApiErrorException in ApiEdit.CheckForErrors

Status Fixed in the next release
Description Thread: ListMaker (WikiTitleSearchListProvider: Wikipedia talk:AutoWikiBrowser/Bugs)
Exception:ApiErrorException
Message:Bot API returned the following error: 'title search is disabled'
Call stack:
   at WikiFunctions.API.ApiEdit.CheckForErrors(String xml, String action)
   at WikiFunctions.API.ApiEdit.QueryApi(String queryParamters)
   at WikiFunctions.Lists.ApiListProviderBase.ApiMakeList(String url, Int32 haveSoFar)
   at WikiFunctions.Lists.WikiSearchListProvider.MakeList(String[] searchCriteria)
   at WikiFunctions.Controls.Lists.ListMaker.MakeListPlugin()

Magioladitis (talk) 18:00, 18 September 2009 (UTC)

To duplicate: ListMaker Text: foo
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5386 (2009-09-17 22:23:20)
Workaround
Fixed in version rev 5410


Source: Wikisearch (title) -> Search for foo -> Kaboom!. PS I used default settings. I was not logged in. -- Magioladitis (talk) 18:00, 18 September 2009 (UTC)

Duplicated (helps if i select the right option) Reedy 21:02, 21 September 2009 (UTC)
<Reedy> Hmm
<Reedy> Why's api wiki title search disabled for anonymous'?
<Reedy> Is it cause its expensive?
<Reedy> text search is enabled...
<RoanKattouw> Title search is disabled for everyone
<RoanKattouw> Because we're using Lucene
<RoanKattouw> Text search includes titles
<RoanKattouw> (Lucene only has one search mode)
<Reedy> Hmm, true
<Reedy> Didn't notice that

Reedy 21:03, 21 September 2009 (UTC)

"Fixed". No way round it. The text search does both on WMF at least. rev 5410 Reedy 21:28, 21 September 2009 (UTC)


As per Magioladatis last night, need to tweak the error message minorly.. To suggest to use text! Reedy 07:32, 23 September 2009 (UTC)

ApiErrorException in ApiEdit.CheckForErrors - watchlist

Status Fixed in the next release
Description Thread: ListMaker (MyWatchlistListProvider: Template:Sys rating)
Exception:ApiErrorException
Message:Bot API returned the following error: 'You must be logged-in to have a watchlist'
Call stack:
   at WikiFunctions.API.ApiEdit.CheckForErrors(String xml, String action)
   at WikiFunctions.API.ApiEdit.QueryApi(String queryParamters)
   at WikiFunctions.Lists.ApiListProviderBase.ApiMakeList(String url, Int32 haveSoFar)
   at WikiFunctions.Lists.MyWatchlistListProvider.MakeList(String[] searchCriteria)
   at WikiFunctions.Controls.Lists.ListMaker.MakeListPlugin()

Magioladitis (talk) 23:06, 22 September 2009 (UTC)

To duplicate: Select source: My watchlist without being logged in
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5426 (2009-09-22 23:43:41)
Workaround Log in!
Fixed in version rev 5432


Easily fixed. Just need to give the user a nicer error message. Reedy 07:32, 23 September 2009 (UTC)
rev 5432 Reedy 19:28, 23 September 2009 (UTC)

Orphan tags part II

Status Fixed in the next release
Description A lot of progress seemed to have since Wikipedia_talk:AutoWikiBrowser/Bugs/Archive_11#Orphan_tags but AWB seems to still be removing orphan tags. This article has only 2 incoming links in mainspace. No tricks, no redirects. -- Magioladitis (talk) 22:59, 19 September 2009 (UTC)
To duplicate:
Site URL: en.wiki
Operating system XP SP2
.NET FW Version Unknown
AWB version 4901 rev 5386
Workaround
Fixed in version rev 5428


Minor tweak to code in rev 5407. Doesn't fix/change this though. In AWB, if its got more than 0 links from article pages, it is not considered an orphan.. Reedy 20:58, 21 September 2009 (UTC)
I think 1 or 2 links are not enough... Locos epraix ~ Beastepraix 20:35, 22 September 2009 (UTC)
The definition is now "less than three" but when this feature was firstly introduced in AWB there was no formed rule apart from "no or very few". -- Magioladitis (talk) 20:37, 22 September 2009 (UTC)
Easily changed/fixed. > or >= 3? Reedy 07:25, 23 September 2009 (UTC)
>. WP:ORPHAN say "fewer than 3" not "fewer or equal" :) -- Magioladitis (talk) 08:24, 23 September 2009 (UTC)
rev 5427. Will therefore add orphan tag if < 3 links incoming, and therefore remove if >= 3 Reedy 09:24, 23 September 2009 (UTC)

NullReferenceException in MainForm.undoAllChangesToolStripMenuItem_Click

Status New
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.undoAllChangesToolStripMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Magioladitis (talk) 20:12, 24 September 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5438 (2009-09-23 23:40:45)
Workaround
Fixed in version rev 5453


NullReferenceException in MainForm.birthdeathCatsToolStripMenuItem_Click

Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.birthdeathCatsToolStripMenuItem_Click(Object sender, EventArgs e)

Magioladitis (talk) 22:53, 24 September 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5438 (2009-09-23 23:40:45)
Workaround
Fixed in version


Just for me to remember. There are 6 cases. 3 corrected today. (Reedy knows how to fix these) -- Magioladitis (talk) 22:53, 24 September 2009 (UTC)

  • NullReferenceException in MainForm.undoAllChangesToolStripMenuItem_Click - rev 5453
  • NullReferenceException in MainForm.birthdeathCatsToolStripMenuItem_Click - rev 5455
  • NullReferenceException in MainForm.humanNameCategoryKeyToolStripMenuItem_Click - rev 5460
  • NullReferenceException in MainForm.ReparseEditBox - rev 5454
  • NullReferenceException in MainForm.SkipPage - rev 5461
  • NullReferenceException in MainForm.humanNameDisambigTagToolStripMenuItem_Click - rev 5460


Lol, i removed the skip page one as it just made the edit button do nothing when pressed when the article was null. Needs re-instating/fixing Reedy 06:34, 25 September 2009 (UTC)

open file and clear buttons are missing from list filter

Status Fixed in the next release
Description open file and clear buttons are missing from list filter. There were there in svn 5237 and they are missing from 5386
To duplicate: Unknown
Operating system Unknown
.NET FW Version Unknown
AWB version all versions after 4901 (5386) and maybe a little before
Workaround None
Fixed in version rev 5466


Templates moving

Status Fixed in the next release
Description AWB moves templates where it should not Archimëa (talk) 21:56, 28 September 2009 (UTC)
To duplicate:
Site URL: fr
Operating system Vista 64
.NET FW Version Unknown
AWB version 4.9.0.1
Workaround
Fixed in version


I've got a problem using AWB. It moves templates like this {{Lien BA}}, {{Lien AdQ}} -> for you on en: -> {{Link FA}}

It seems AWB see it as a normal template, so it's moved just under portal. But this templates must be just upon the interwiki links. Example here. Perhaps you know this problem, so can you add support for {{Lien BA}}, {{Lien AdQ}}, {{Lien PdQ}} for frwiki ?

Can you fix this ? --Archimëa (talk) 21:56, 28 September 2009 (UTC)

rev 5490 Fixed per request. Rjwilmsi 15:05, 29 September 2009 (UTC)
Thanks --Archimëa (talk) 17:04, 30 September 2009 (UTC)

Using %%title%% in "Append/Prepend text" box

Status Fixed in the next release
Description
Exception:ArgumentOutOfRangeException
Message:Length cannot be less than zero. Parameter name: length
Call stack:
   at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
   at WikiFunctions.Tools.ApplyKeyWords(String title, String text)
   at AutoWikiBrowser.MainForm.ProcessPage(Article theArticle, Boolean mainProcess)

188.134.34.246 (talk) 04:10, 29 September 2009 (UTC)

To duplicate: [encountered while processing page [6]]
Site URL: http://www.wowwiki.com/
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.6.0.0, revision 4662 (2009-06-29 19:22:14)
Workaround None
Fixed in version Unknown


rev 5491 That should do it. Rjwilmsi 15:30, 29 September 2009 (UTC)

NullReferenceException in MainForm.SetProject

Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.SetProject(LangCodeEnum code, ProjectEnum project, String customProject)
   at AutoWikiBrowser.MainForm.LoadPrefs(UserPrefs p)
   at AutoWikiBrowser.MainForm.LoadPrefs(String path)

Kauczuk (talk) 16:13, 5 August 2009 (UTC)

To duplicate: Right-click on sys tray icon while AWB is loading.
Site URL: http://pl.wikipedia.org / en.wiki
Operating system Microsoft Windows NT 5.1.2600 Dodatek Service Pack 3
.NET FW Version Unknown
AWB version 4.6.0.0, revision 4662 (2009-06-29 19:22:14)
4.9.0.2, revision 5462 (2009-09-25 13:59:37)
Workaround Loading sys tray icon after all variables are loaded, will probably solve the problem
Fixed in version rev 5493


This was archived in the past as rare. -- Magioladitis (talk) 09:29, 12 August 2009 (UTC)

Text by By Dan Mabbutt taken from http://visualbasic.about.com/b/2008/10/19/object-reference-not-set-to-an-instance-of-an-object.htm

Since reference types are actually pointers to memory, their value can be "Nothing". That is, there is no memory address. This can happen in a variety of ways and that's why this error can be so frustrating. The possibilities include:

  • You never assigned anything to the variable.
  • You never created an instance of the value assigned to the variable.
  • You set the variable equal to Nothing, or a called function did the same thing.

-- Magioladitis (talk) 20:05, 23 September 2009 (UTC)

NullReferenceException in MainForm.UpdateButtons

The same method gives "NullReferenceException in MainForm.UpdateButtons" as well. -- Magioladitis (talk) 13:41, 25 September 2009 (UTC)


Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.UpdateButtons(Object sender, EventArgs e)
   at AutoWikiBrowser.MainForm.MainForm_Load(Object sender, EventArgs e)

Magioladitis (talk) 13:53, 25 September 2009 (UTC)

To duplicate: Right-click/Double-click on sys tray icon while AWB is loading.
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5462 (2009-09-25 13:59:37)
Workaround see above
Fixed in version rev 5493loads sys tray icon later. This will prevent the bug. -- Magioladitis (talk) 15:36, 30 September 2009 (UTC)


ArgumentNullException in SaveInfo..ctor

Status Fixed in the next release
Description
Exception:ArgumentNullException
Message:Value cannot be null. Parameter name: String
Call stack:
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at WikiFunctions.API.SaveInfo..ctor(String xml)
   at WikiFunctions.API.ApiEdit.Save(String pageText, String summary, Boolean minor, WatchOptions watch)

Locos epraix ~ Beastepraix 15:38, 19 September 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.1.7600.0
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5386 (2009-09-17 22:23:20)
Workaround
Fixed in version


The same to me. I tried to save using the toolbar. I think I know what happens: AWB prevents null edits but the Save button in Toolbar is enabled -- Magioladitis (talk) 18:13, 19 September 2009 (UTC)

rev 5387 should help with the problem. -- Magioladitis (talk) 21:44, 19 September 2009 (UTC)

Inserts Reflist when article contains <references> tags

Status Fixed in the next release
Description Inserts Reflist when article contains <references> tags :- this is a new syntax for reflists that enables the gory details or the refs to be in the refs section. Also re-orders these refs but maybe that's a good thing. I think so. Rich Farmbrough, 02:40, 24 September 2009 (UTC). 02:40, 24 September 2009 (UTC)
To duplicate: http://en.wikipedia.org/w/index.php?title=English_Defence_League&diff=315829129&oldid=315804969
Site URL: en
Operating system V
.NET FW Version Unknown
AWB version 5386
Workaround Turn off GF? Skip on ^references^ ,reflist *
Fixed in version


  • Note that this would be a potential feature, gathering the refs in the references section leads to much cleaner wikicode.
    • That's why it was introduced. ☺ Future possibilities for improvement apparently include allowing a style attribute directly on <references>, so that CSS styles for multi-columnar layout and the like can simply be specified directly. Uncle G (talk) 02:51, 24 September 2009 (UTC)

See User talk:Rich Farmbrough#My stalker, SmackBot, cannot cope with new wikitext markup, User talk:Uncle G#Refs, and indeed the wikitext of English Defence League#References, for why sorting the elements within <references></references> is a bad idea, and why elements that are within <references></references> should be just left alone in the order that they are written by human editors. Uncle G (talk) 02:51, 24 September 2009 (UTC)

It was talked about, I was vaguely aware. People get to exercised over ref styles. I am to busy with WP to read my email. I meant a feature for AWB to gather the ref-cruft automatically. I added a new workaround to the bug now I am awake. Rich Farmbrough, 11:06, 24 September 2009 (UTC).

  • Oh I still don't see the harm on sorting the references. But I see the benefit. They occur in four contexts,
    1. The body of the article
    2. The footnotes to the article
    3. The body of the code
    4. The footnotes to the code
  • Why should 4 be in a arbitrary order? Rich Farmbrough, 11:09, 24 September 2009 (UTC).
    • OK I looked again you sorted by source, for articles with many ref.s this would be useful. Opens up the whole "page number" and ibid debates though. Rich Farmbrough, 11:13, 24 September 2009 (UTC).
      • Exactly! It's useful. This new syntax is purely for editor convenience. That's why it exists at all. See strategy:Proposal:Move references out of article text. It doesn't change what the reader sees, but it does provide more flexibility in how the editor can write. As noted, one of the things that it provides new flexibility for is having references listed in some order that is actually useful for editors, such as (in this case) grouped by publication, without that order being as a consequence imposed upon readers (as would happen, say, when doing the same thing with {{ref}}/{{note}}). This isn't the page for any referencing style choice discussions, or really for an extended discussion of what tradeoffs the use of this new syntax involves. (We can do that at the Technical Village Pump if needs be.) The major point here is that AWB scrambles any wikitext ordering that editors, for their editorial convenience (the very raison d'être of the syntax), have used this new tool to achieve. Uncle G (talk) 11:31, 24 September 2009 (UTC)
      • Exactly! It's useful. This new syntax is purely for editor convenience. That's why it exists at all. See strategy:Proposal:Move references out of article text. It doesn't change what the reader sees, but it does provide more flexibility in how the editor can write. As noted, one of the things that it provides new flexibility for is having references listed in some order that is actually useful for editors, such as (in this case) grouped by publication, without that order being as a consequence imposed upon readers (as would happen, say, when doing the same thing with {{ref}}/{{note}}). This isn't the page for any referencing style choice discussions, or really for an extended discussion of what tradeoffs the use of this new syntax involves. (We can do that at the Technical Village Pump if needs be.) The major point here is that AWB scrambles any wikitext ordering that editors, for their editorial convenience (the very raison d'être of the syntax), have used this new tool to achieve. Uncle G (talk) 11:31, 24 September 2009 (UTC)

rev 5444 Prevents the incorrect {{reflist}} insertion. Rjwilmsi 16:12, 24 September 2009 (UTC)

{{Reflist}} now has a |refs= parameter to support list-defined reference system (LDR). LDRs must have a name, so sorting by name and separating them with a blank line does not break anything and certainly makes it easier to find a particular reference. ---— Gadget850 (Ed) talk 17:04, 24 September 2009 (UTC)
rev 5445 Don't reorder references in the <references></references>. This can be changed in due course if that's the consensus when we all get used to the new MW functionality. Rjwilmsi 17:45, 24 September 2009 (UTC)

Non-breaking spaces not added for imperial units with decimal places

Status Fixed in the next release
Description Adding a non-breaking space does not work when one of the numbers has a full stop. Snowman (talk) 14:25, 5 October 2009 (UTC)
To duplicate: As seen in this edit. Manual fixing not done with this edit to show this example.
Site URL: en wiki
Operating system Vista sp2
.NET FW Version Unknown
AWB version SVN 5481
Workaround Manual fix
Fixed in version rev 5511 fixed. Rjwilmsi 16:16, 5 October 2009 (UTC)


Update talk header redirects

Status Fixed in the next release
Description After deletions, renames and updates 5 redirects of talk header exist:
  • Template:Talk page
  • Template:Talkpage
  • Template:Talkpageheader
  • Template:TalkHeader
  • Template:Talkheader

Please update the list. -- Magioladitis (talk) 08:43, 6 October 2009 (UTC)

To duplicate: Unknown
Site URL: en.wiki
Operating system Unknown
.NET FW Version Unknown
AWB version svn 5511
Workaround None
Fixed in version rev 5515 Reedy 11:27, 6 October 2009 (UTC)


Reflist regression

Status Fixed in the next release
Description Apparent regression when article contains {{Reflist\s*| Rich Farmbrough, 14:49, 3 October 2009 (UTC).
To duplicate: http://en.wikipedia.org/w/index.php?title=Awards_and_nominations_of_William_Gibson&diff=317611749&oldid=317072851
Site URL: en.wp
Operating system V
.NET FW Version Unknown
AWB version svn 5481
Workaround skip such artcles or turn off GF
Fixed in version rev 5506


Not a regression – AWB never supported such use of {{reflist}}. rev 5506 fixed. Rjwilmsi 15:31, 3 October 2009 (UTC)

Correcting references

Status Fixed in the next release
Description <ref name="North" /></ref> to <ref name="North" / />. Snowman (talk) 10:54, 7 October 2009 (UTC)
To duplicate: See "Battery cage" article
Site URL: en wiki
Operating system Windows Vista Sp2
.NET FW Version Unknown
AWB version 5504
Workaround Manual
Fixed in version rev 5519


rev 5519 Fixed. Though I bet it's a rare error. Rjwilmsi 14:05, 7 October 2009 (UTC)

Handling of nobots, doesn't look for the whole name so bots that share a prefix might get unnecessarily restricted

Status Fixed in the next release
Description If I have added {{bots|deny=Xenobot Mk V}} to a page, User:Xenobot will also ignore the page. –xenotalk 15:49, 7 October 2009 (UTC)
To duplicate: Add a bots deny statement for a child bot containing a shared prefix, try to edit it with the parent bot.
Site URL: en.wiki
Operating system XP
.NET FW Version Unknown
AWB version 4902.5504
Workaround Ignore bots/nobots
Fixed in version rev 5522


Too much wildcardness in the regex. Thanks rev 5522 Reedy 16:05, 7 October 2009 (UTC)
Thanks to you I never got my WP VG newsletter, I hope urs happy! –xenotalk 18:00, 7 October 2009 (UTC)

AWB auto changes xx/xx/xxxx dates

Status Fixed in the next release
Description AWB replaces dates like 31/12/2006 with ISO-type dates. Rich Farmbrough, 17:53, 28 September 2009 (UTC). 17:53, 28 September 2009 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version
Workaround
Fixed in version rev 5505 Warning to user if these are found. Rjwilmsi 13:59, 3 October 2009 (UTC)


I really liked this feature, as I fix a lot of these dates myself

  1. The problem with the AWB auto-changes is 2-fold:
    1. They don't fix any of the dates that are ambiguous
    2. They remove hints on how to fix ambiguous dates.

It's really the second point that's the problem. When I do an AWB run fixing these dates (manual) I skip any pages with both xx/XX/xxxx and XX/xx/xxxx (where XX>12) or neither.

Rich Farmbrough, 17:53, 28 September 2009 (UTC).
What change are you requesting to AWB then? Rjwilmsi 13:28, 29 September 2009 (UTC)
Let's first wait for Wikipedia:Mosnum/proposal on YYYY-MM-DD numerical dates. -- Magioladitis (talk) 17:39, 30 September 2009 (UTC)

Either

  • Stop doing it.

Or

  • Only do it if you can address every xx/xx/xx date in the article (they are all unambiguous).

Or

  • The above and an option to force ambiguous dates to follow the unambiguous ones when there is no contradictory date on the page. (Not allowed for bots?)
Rich Farmbrough, 12:48, 2 October 2009 (UTC).
rev 5502 Option 2: only change xx/xx/xxxx dates when there are no ambiguous ones. Rjwilmsi 19:12, 2 October 2009 (UTC)

rev 5505 Warning to user if these are found. Rjwilmsi 13:59, 3 October 2009 (UTC)

Excellent! Rich Farmbrough, 22:44, 3 October 2009 (UTC).

Source not persistent between releases

Status Fixed in the next release
Description When using configs generated with previous verisons the ordinal is considered with respect to the current source listRich Farmbrough, 18:24 5 February 2009 (UTC). 18:24, 5 February 2009 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version
Workaround Manually edit XMl or resave
Fixed in version


Suggest that key for ordering the sources for display should be distinct from the persistent value stored. Rich Farmbrough, 18:24 5 February 2009 (UTC).
Its not between versions per se, ie its not the version change that breaks it, its the adding of new list providers... Reedy 19:26, 6 February 2009 (UTC)
Yes, I get that. That's why I'm suggesting that the index number stored in the XML be constant for a given source. The order the list is displayed in the select drop down can be independent of that - driven off a separate sort-key. Rich Farmbrough, 21:20 12 February 2009 (UTC).
Yeah... Its working out what this sort key should be.. Or how we generate it.. Reedy 15:50, 19 March 2009 (UTC)
Ok so what we have is like this
1 cat
2 links
3 text

If we make the list of links the number 2 is stored in the XML. If another method is added (or indeed we simply re-ordered the list of methods) thus

1 cat
2 cat recursive
3 links
4 text

the XML now points to a different method


If instead we had a list sort order and a unique id:

1 1 cat
2 2 links
3 3 text

and we add a new method

1 1 cat
2 4 cat recursive
3 2 links
4 3 text

the XML now points to the same method.

Rich Farmbrough, 13:22 21 May 2009 (UTC).


rev 4672, i've added a comment about this for my future reference. Reedy 21:24, 29 June 2009 (UTC)

Note when you load "nolimits" plugin the same sort of effect happens. Rich Farmbrough, 10:29, 22 September 2009 (UTC).
Yeah.. I've no idea how we're gonna be able to handle this effectively. If we do something based on the name, if we change it, it causes problems. Plugins we cant verify there will be a uniquely incremented number, well, not at least for ones in the awb svn repo's. Doing it by text would be better than by index as we're doing it currently, but still not perfect. Reedy 11:31, 22 September 2009 (UTC)

Marking as fixed, MaxSem changed it in some version to do it via text. Reedy 16:56, 7 October 2009 (UTC)

AWB doesn't think I'm logged in.

Status Not a bug in AWB, has been referred
Description AWB prompts me to login. Then I login. Then it says I'm not logged in. Then I'm pissed. Headbomb {ταλκκοντριβς – WP Physics} 22:32, 17 September 2009 (UTC)

Seeing the same problem, on same provider as previously when working. --Traveler100 (talk) 06:39, 19 September 2009 (UTC)

To duplicate: Unknown. It worked before I moved, and now it's not working. It may be related to the POS internet provider I'm currently on. It blocks things like torrents, so maybe it's blocking other things as well. I'll investigate.
Site URL: English Wikipedia
Operating system Windows 7 RC 7100
.NET FW Version Unknown
AWB version 4.6.0.0
Workaround Try downloading AWB 4.9.0.1 from here
Fixed in version


There is a discussion in Wikipedia talk:AutoWikiBrowser. Obviously not an AWB bug since till yesterday it was working for all of us. I updated to version 4.9.0.0 (rev 5386) and works fine -- Magioladitis (talk) 22:36, 17 September 2009 (UTC)

AWB worked fine yesterday, but not today. Tried v 4.9.0.0. I get in, it works for a few minutes and then unlogs me. Hmains (talk) 19:26, 19 September 2009 (UTC)

I got this to temporarily and now it works ok. I guess that the new wikimedia software had some teething problems initially. Snowman (talk) 13:00, 25 September 2009 (UTC)
No further problems for me. Hmains (talk) 04:44, 29 September 2009 (UTC)

Impossible to log in

Status Fixed in the next release
Description I can't login in uk wiki nither as uk:User:A1 nor as uk:User:Aibot, although both accounts are present in checkpage. I could login using file->login or using IE, but AWB coudn't update status nither using a comand file -> refresh status nor

pressing "start" (it writes "you are not logged in...") A1 (talk) 14:32, 26 September 2009 (UTC)

To duplicate:
Site URL: uk wikipedia
Operating system Windows XP SP3
.NET FW Version Unknown
AWB version 4.6.0.0
Workaround
Fixed in version 4.9


Get a new version from http://toolserver.org/~awb/snapshots/ . 4.6.0.0 is dead. -- Magioladitis (talk) 14:52, 26 September 2009 (UTC)

InvalidOperationException This occurred when I got a message on my talk page

Status Fixed in the next release
Description
Exception:InvalidOperationException
Message:Form that is already visible cannot be displayed as a modal dialog box. Set the form's visible property to false before calling showDialog.
Call stack:
   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   at System.Windows.Forms.Form.ShowDialog()
   at AutoWikiBrowser.MainForm.WeHaveNewMessages() in C:\AWB\AWB\AWB\Main.cs:line 1108
   at AutoWikiBrowser.MainForm.LoadSuccessApi() in C:\AWB\AWB\AWB\Main.cs:line 1131

Rich Farmbrough, 10:38, 2 September 2009 (UTC). 10:38, 2 September 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5304 (2009-08-31 09:05:30)
Workaround None
Fixed in version Unknown


Did this come up after it had already told you that you had new messages? Reedy 11:19, 2 September 2009 (UTC)
Yes, it was as if the error box and the notification box were fighting but perhaps that was just me desperately clicking to make them go away. Rich Farmbrough, 22:23, 2 September 2009 (UTC)

rev 5512/rev 5513 Reedy 11:18, 6 October 2009 (UTC)

"Add selected to list from" drop menu missing in List comparer

Status Fixed in the next release
Description
To duplicate: In List comparer, right click on an article or set of articles in one of the lists and attempt to "Add selected to list from" - there is no right arrow for a drop-menu so the function doesn't work. –xenotalk 00:59, 4 October 2009 (UTC)
Site URL: N/A
Operating system Vista
.NET FW Version Unknown
AWB version 4902_rev5504
Workaround Work up the list outside the comparer
Fixed in version rev 5524 Reedy 20:10, 8 October 2009 (UTC)


Are you meaning from the lists on the right? The only 1, only 2, common right click menu? They copy to the clipboard to be pasted... Reedy 11:47, 6 October 2009 (UTC)
See image... –xenotalk 23:30, 6 October 2009 (UTC)

Is this the same with Wikipedia_talk:AutoWikiBrowser/Feature_requests#Add_.27use_list.27_buttons_to_the_list_comparer or not? -- Magioladitis (talk)

No, it's different. –xenotalk 14:08, 7 October 2009 (UTC)
Cheers. Will poke at it later Reedy 14:09, 7 October 2009 (UTC)
rev 5524 Reedy 20:10, 8 October 2009 (UTC)
You're the king. Thanks! –xenotalk 20:12, 8 October 2009 (UTC)

If user is unable to edit via the API, dont go into try edit loop

Status Fixed in the next release
Description If the api is disabled for a specific usergroup, AWB goes into a stupid edit/restart loop, which will never complete! Reedy 13:30, 10 October 2009 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version
Workaround
Fixed in version rev 5530 Reedy 14:22, 10 October 2009 (UTC)


IndexOutOfRangeException in FixUnbalancedBrackets

Status Fixed in the next release
Description
Exception:IndexOutOfRangeException
Message:Index was outside the bounds of the array.
Call stack:
   at WikiFunctions.Parse.Parsers.FixUnbalancedBrackets(String articleText)
   at WikiFunctions.Parse.Parsers.FixSyntax(String articleText)
   at WikiFunctions.Article.PerformGeneralFixes(Parsers parsers, HideText removeText, ISkipOptions skip, Boolean replaceReferenceTags, Boolean restrictDefaultsortAddition, Boolean noMOSComplianceFixes)
   at AutoWikiBrowser.MainForm.ProcessPage(Article theArticle, Boolean mainProcess)

Seegoon (talk) 18:28, 12 October 2009 (UTC)

To duplicate: [encountered while processing page [7]]
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5528 (2009-10-08 23:32:19)
Workaround
Fixed in version rev 5536 fixed. Rjwilmsi 20:13, 12 October 2009 (UTC)


WP:LDR problems

Status Fixed in the next release
Description General fixes do bad things on these two revisions: [8][9]. In one case, adding a second {{tl:reflist}}, and in the other, closing the <references> block incorrectly. OrangeDog (talk • edits) 17:07, 10 October 2009 (UTC)
To duplicate: Run general fixes on the revisions linked above.
Operating system Vista
.NET FW Version Unknown
AWB version 4902_rev5426
Workaround Manually correct before saving.
Fixed in version rev 5506


Thanks. Both already reported and fixed by rev 5506. There's a newer snapshot available with the fix. Rjwilmsi 18:10, 10 October 2009 (UTC)

Bot API returned the following error: 'text search is disabled': ApiErrorException in ApiEdit.CheckForErrors

Status Fixed in the next release
Description Thread: ListMaker (WikiSearchListProvider: FOX)
Exception:ApiErrorException
Message:Bot API returned the following error: 'text search is disabled'
Call stack:
   at WikiFunctions.API.ApiEdit.CheckForErrors(String xml, String action)
   at WikiFunctions.API.ApiEdit.QueryApi(String queryParamters)
   at WikiFunctions.Lists.ApiListProviderBase.ApiMakeList(String url, Int32 haveSoFar)
   at WikiFunctions.Lists.WikiSearchListProvider.MakeList(String[] searchCriteria)
   at WikiFunctions.Controls.Lists.ListMaker.MakeListPlugin()

Firsfron of Ronchester 20:07, 12 October 2009 (UTC)

To duplicate: ListMaker Text: FOX
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5386 (2009-09-17 22:23:20)
Workaround
Fixed in version


Already fixed/handled better in newer snapshots of AWB. Reedy 23:36, 12 October 2009 (UTC)

Summary Error

Status Fixed in the next release
Description Summary incomplete, only appeared (... utilizando AWB) in English (... using AWB) instead of Checkwiki: E086 Alchimista (talk) 10:46, 9 October 2009 (UTC)
To duplicate:
Site URL: pt:Ibicuitinga, diff
Operating system Windows XP
.NET FW Version Unknown
AWB version 4.0902, SVN 5528
Workaround
Fixed in version rev 5541 AWB was incorrectly truncating an edit summary that was too long. Fixed now. Rjwilmsi 11:17, 13 October 2009 (UTC)


Kingbotk's list of redirects is really old

Status Fixed in the next release
Description Everytime KingbotK loads tried to connect to server to get recent list of redirects to Template:WPBiography. This is really unnecessary. Secondly, when it fails to connect to serves uses an old list.
  • Replace: Musician|BioWikiProject|WikiProject Biography|WikiProjectBiography|BRoy|WPBIO|WP Biography
  • with: WikiProject Biography|Wpbiography|WPBIO|WP Biography|WPbiography|Wikiproject Biography|WP Bio|Bio

-- Magioladitis (talk) 09:10, 27 September 2009 (UTC)

To duplicate:
Operating system Unknown
.NET FW Version Unknown
AWB version Kingbotk 2.2.0.0 (in AWB 4902 rev 5462)
Workaround
Fixed in version rev 5476 / rev 5477 (removed BRoy) / rev 5555 (removed Musician)


rev 5476 updates the defaults. Do you want me to remove this functionality for the hardcoded plugins then? Reedy 19:08, 27 September 2009 (UTC)
I would like AWB not to check for the newest redirects. -- Magioladitis (talk) 23:25, 29 September 2009 (UTC)
Hmm. It actually seems like it doesn't do this for the default inbuilt ones... Have you any custom providers setup? Reedy 18:59, 8 October 2009 (UTC)
No. I'm working with WPBiography. -- Magioladitis (talk) 09:54, 13 October 2009 (UTC)
Musician was deleted as a redirect of WPBiography. My cleanup process is over. Please remove it from AWB/Plugins/Kingbotk/AWB Plugin/WPBiography.vb. -- Magioladitis (talk) 11:16, 13 October 2009 (UTC)

Commas in dates

Status Fixed in the next release
Description This should add a comma between the day and year when it removes date ordinals. –Drilnoth (T • C • L) 21:30, 17 October 2009 (UTC)
To duplicate: Edit in a similar situation with genfixes on and MOS fixes activated.
Site URL: enwiki
Operating system Vista
.NET FW Version Unknown
AWB version 4.9.0.2 (SVN 5528)
Workaround
Fixed in version rev 5552


rev 5552 Fixed. Rjwilmsi 07:50, 18 October 2009 (UTC)
Thanks. –Drilnoth (T • C • L) 17:08, 19 October 2009 (UTC)

References consolidation problem

Status Fixed in the next release
Description Consolidates different ref from same web site - probably not always Rich Farmbrough, 15:12, 18 October 2009 (UTC).
To duplicate: http://en.wikipedia.org/w/index.php?title=OBDuino&action=edit&oldid=317543085 into a blank namespace articel and run genfixes.
Site URL: en
Operating system v
.NET FW Version Unknown
AWB version 5528
Workaround disable GF
Fixed in version rev 5556


See the diffs [10] (name="ecomodder.com") and [11] (name="ReferenceA"). Rich Farmbrough, 15:12, 18 October 2009 (UTC).

rev 5556 Fixed – bug introduced during recent performance refactor I think. Rjwilmsi 11:19, 19 October 2009 (UTC)
Good stuff. Rich Farmbrough, 04:42, 21 October 2009 (UTC).

Bold names

Status Fixed in the next release
Description When the first instance of the article name in the article is linked (e.g., on Dog the first instance of "dog" is written as [[dog]]), AWB removes the wikilinks from the name, but this leaves the lead without a bold instance of the article title, since wikilinks to the current article make the text bold. Could this be fixed to replace it with bold text? –Drilnoth (T • C • L) 17:58, 13 May 2009 (UTC)
To duplicate: Use AWB on a page like Andrew Mwangura after having reverted my fix of the AWB change.
Site URL: en.wikipedia
Operating system Vista
.NET FW Version Unknown
AWB version 4.5.3.2 (SVN 4312)
Workaround
Fixed in version


I thought that was what AWB was doing. Moreover, in the edit you show us the uncategorised tag wasn't moved to the bottom as it should. -- Magioladitis (talk) 18:06, 13 May 2009 (UTC)

I just tried this again at Wikipedia:AutoWikiBrowser/Sandbox and the same thing happened; it just delinked the title without bolding it. Please note that for that edit I deactivated my custom gen fixes module and just applied the normal built-in general fixes. As for the uncategorized tag, I suspect that that wasn't moved either because my bot is set not to auto tag articles or because it doesn't sort meta data. –Drilnoth (T • C • L) 18:37, 13 May 2009 (UTC)
It's always worked for me, like here. It should only do it for articles, so AWB was correct in not doing it for your Sandbox example, but the Andrew Mwangura one is puzzling. MANdARAX  XAЯAbИAM 19:16, 13 May 2009 (UTC)
Please try giving diffs instead of links. Thanks! -- Magioladitis (talk) 19:17, 13 May 2009 (UTC)
(re: Mandrax) I'll do some more article testing... I have another idea.
(re: Magioladitis) My bad; I'll provide diffs for the next example. –Drilnoth (T • C • L) 19:27, 13 May 2009 (UTC)
Report: With identical AWB configuration, it fixes the error on Finder Wyvernspur (see [12] and [13]), but not on Andrew Mwangura. Weird. –Drilnoth (T • C • L) 19:46, 13 May 2009 (UTC)


There was a bug for this (or something very similar) somewhere Reedy 20:12, 13 May 2009 (UTC)

In updating the logic for the bolding of the first use of the article title I've inadvertently removed the 'first self link to bold' logic, so I'll reinstate it. Rjwilmsi 08:18, 14 May 2009 (UTC)
Any progress on this? My bot is waiting on it before it can make a 3000+ page run. –Drilnoth (T • C • L) 13:15, 15 May 2009 (UTC)
Okay new database dump. 36798 articles. :) But now I have plenty of other things to do. –Drilnoth (T • C • L) 19:13, 15 May 2009 (UTC)
I'm busy off wiki at the moment. I'm unlikely to have time to look at this for a week. Rjwilmsi 19:18, 15 May 2009 (UTC)
Okay; thanks for the info. As I said, I have plenty of pages to work on for now. –Drilnoth (T • C • L) 19:26, 15 May 2009 (UTC)

rev 4327 Partial fix: self links in lead section are converted to bold (if no bold title in lead section already). Self links in the rest of the article are later delinked. Custom modules must call EmboldenTitles before Fixlinks for this to work, I've updated the example on the Custom Modules page. However, I'm not sure if this is going to be 100% the desired behaviour as some articles seem to use self linking when they want bolding in other parts of the text. Before running any bot against pages with self links using this logic we need to see if this new behaviour reliably the correct thing to do. Rjwilmsi 11:01, 18 May 2009 (UTC)

Seems fair; I'll bring up a discussion at the CHECKWIKI talk page. –Drilnoth (T • C • L) 12:50, 18 May 2009 (UTC)
Are we ok with this now? Can I archive it? -- Magioladitis (talk) 09:14, 18 September 2009 (UTC)

Extra comma in deafultsort

Status Fixed in the next release
Description Adds an extra comma space to articles like the example Rich Farmbrough, 04:07, 21 October 2009 (UTC). 04:07, 21 October 2009 (UTC)
To duplicate: http://en.wikipedia.org/w/index.php?title=Gu,_Prince_Imperial_Hoeun&diff=prev&oldid=321132774
Operating system
.NET FW Version Unknown
AWB version 5543
Workaround
Fixed in version 5557


rev 5557 Fixed. Rjwilmsi 08:47, 24 October 2009 (UTC)


Ctrl+H

Status Not a bug/currently unresolvable
Description When you press Ctrl+H, the bottom edit box/panel is suppose to show, but it doesn't work at all.  Btilm  00:58, 26 October 2009 (UTC)
To duplicate: Read the manual, which had the Ctrl+H shortcut in it.
Site URL: en.wikipedia.org
Operating system Windows XP
.NET FW Version Unknown
AWB version 4.9.0.2
Workaround none
Fixed in version


Could be manual out of date, removed shortcut, or detached events... Will look later. Reedy 12:31, 26 October 2009 (UTC)
Now it's done with F11. Manual is out of date. -- Magioladitis (talk) 12:56, 26 October 2009 (UTC)

Bad category and stub capitalization

Status Fixed in the next release
Description This shouldn't happen. –Drilnoth (T • C • L) 01:11, 27 October 2009 (UTC)
To duplicate:
Site URL: enwiki
Operating system Vista
.NET FW Version Unknown
AWB version 4.9.0.2 (IIRC)
Workaround
Fixed in version rev 5567


I thought I'd already added a fix to put a missing '}}' on the end of a DEFAULTSORT line. I'll have another look. Rjwilmsi 07:41, 27 October 2009 (UTC)
rev 5566 and rev 5567. Fixed. I'll scan for the same error in other articles. Rjwilmsi 14:57, 27 October 2009 (UTC)

Kingbotk plugin is reporting "Red link (article deleted)" often when this is actually not the case

Status Fixed in the next release
Description While WikiProject tagging, it will fairly regularly skip a talk page and mark it as "Red link (article deleted)" when this is not actually the case. –xenotalk 23:12, 3 September 2009 (UTC)
To duplicate: Run a tagging task in bot mode.
Site URL: en.wiki
Operating system Vista and XP
.NET FW Version Unknown
AWB version 4901.5310
Workaround Re-add the skipped articles and try again
Fixed in version ? not happening anymore (5504)


Also if anyone has spare time, I've left many requests for enhancement at WT:Plugin++ (puppy dog eyes). –xenotalk 23:12, 3 September 2009 (UTC)
Jees, you could've put it in the right section. ;P Reedy 06:43, 4 September 2009 (UTC)
And make it easier for you to ignore it? I think not, compadre ! –xenotalk 14:15, 14 September 2009 (UTC)
 Works for me seems to have sorted itself out. –xenotalk 21:52, 4 October 2009 (UTC)

names often spelled differently

Status Fixed in the next release
Description # AWB suggested correcting Leibnitz to Leibniz only once on the same page (Göttingen Manifesto) even though the spelling Leibnitz occurred twice
  1. AWB doesn't warn users to check whether this is the famous Leibniz or someone else with a different spelling
  2. AWB apparently doesn't warn users to be more careful with names than other words
  3. AWB doesn't notice when the supposedly incorrect spelling is the name of a WP article on the same page and doesn't warn the user that this indicates the spelling is probably not wrong --Espoo (talk) 22:56, 11 October 2009 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version
Workaround
Fixed in version


Given AWB will not fix a wikilink as it's deemed to be spelled accurately (point 1), that AWB does not check for the typo matching against such links is a contradiction (point 4). Therefore, rev 5537 don't apply the typo if it matches on a wikilink target. Points 2 and 3: user must take care. Rjwilmsi 22:40, 12 October 2009 (UTC)
Could you please at least add a warning not to treat names like words? Even experienced and careful editors apparently make this mistake, as shown by this example. Would it be easy to have AWB simply recognize all uppercase changes and produce a simple dialog box pop? This could remind the user that all names, and not only of people, very often have different correct spellings for different users of the name. --Espoo (talk) 07:14, 13 October 2009 (UTC)
That's not a route I want to go down. Typo fix users are already advised to check each change and look out for exceptions. If a typo fix has too many exceptions it can be removed from the list. If a particular user makes lots of errors then a discussion is needed with them. Rjwilmsi 10:44, 13 October 2009 (UTC)
Would you agree that there's a fundamental difference between automatic searches for typos in uppercase and lowercase words due to the fundamental difference between strong spelling standardisation for lowercase words and the opposite situation for many uppercase words? --Espoo (talk) 11:02, 13 October 2009 (UTC)

Login problems in Windows 7

Status Fixed in the next release
Description When clicking the "Start" button AWB tells the user that he needs to login. Petter (talk) 16:45, 25 October 2009 (UTC)
To duplicate: 1. Start AWB. 2. Choose site (e.g. enwp) 3. Log in 4. Load some pages. 5. Click "Start".
Site URL: en.wikipedia.org, sv.wikipedia.org
Operating system Windows 7
.NET FW Version Unknown
AWB version 4600
Workaround Download AWB from [14]
Fixed in version


AWB version 4.6 no longer works on Wikipedia following a mediawiki update. Nothing to do with Windows 7. Please download a snapshot. Rjwilmsi 17:28, 25 October 2009 (UTC)
You might want to update Wikipedia:AutoWikiBrowser/CurrentVersion? I tried, but was told I was wrong, so maybe someone who really knows the score could do it? Hiding T 17:35, 25 October 2009 (UTC)


46** is broken. WMF changes. 4.9 is recommended, but isn't under general release. Should work fine on win 7, havent tried yet though. Reedy 12:31, 26 October 2009 (UTC)

I am marking as "fixed" since in 4.9 is ok. -- Magioladitis (talk) 17:08, 28 October 2009 (UTC)

ArgumentNullException at WikiFunctions.API.SaveInfo..ctor

Status Fixed in the next release
Description
Exception:ArgumentNullException
Message:Value cannot be null. Parameter name: String
Call stack:
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.Int32.Parse(String s)
   at WikiFunctions.API.SaveInfo..ctor(String xml) in C:\Users\Admin Account\Desktop\AWB_SVN\AWB\WikiFunctions\API\SaveInfo.cs:line 88
   at WikiFunctions.API.ApiEdit.Save(String pageText, String summary, Boolean minor, WatchOptions watch) in C:\Users\Admin Account\Desktop\AWB_SVN\AWB\WikiFunctions\API\ApiEdit.cs:line 593

Rjwilmsi 07:40, 31 October 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5573 (2009-10-30 20:18:48)
Workaround
Fixed in version rev 5584


My watchlist setting is 'leave unchanged' (if that's relevant). Rjwilmsi 07:40, 31 October 2009 (UTC)
No, it won't be. Just that specific bug, with the way we were building options up. Reedy 12:14, 31 October 2009 (UTC)
When I reverted the watchlist fix locally I don't get the error though. Rjwilmsi 13:21, 31 October 2009 (UTC)

Bypass all redirects failure

Status Fixed in the next release
Description Gives up bypassing redirects on any given page. -- Darth Culator (talk) 18:31, 24 September 2009 (UTC)
To duplicate: Pick any page with more than 30 or so outgoing wikilinks, use the "bypass all redirects" option, watch it fail around 15-20 out of whatever the total is.
Site URL: starwars.wikia.com
Operating system Windows XP SP3
.NET FW Version Unknown
AWB version 4.9.0.1 SVN 5237 and 4.9.0.2 SVN 5438
Workaround Use 4.6.0.1, which performs this function flawlessly
Fixed in version


Certainly a 4.9 regression. Reedy 06:36, 25 September 2009 (UTC)
Seems to be a regex regression in the simple wikilinks... See if i can sort it... Reedy 12:59, 31 October 2009 (UTC)
rev 5577 Reedy and I have worked it out and fixed it. I'm not sure it was 100% working before though. Rjwilmsi 14:12, 31 October 2009 (UTC)

AWB always restarts on save.

Status Fixed in the next release
Description AWB cannot save an edit. When clicking on save AWB immediately goes into a restart countdown. It does this every time regardless of the article being edited or how few or many edits are made. Gaius Cornelius (talk) 10:17, 26 September 2009 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version AutoWikiBrowser4902_rev5462.zip
Workaround Turn off add all to watchlist option. (On the AutoWikiBrowser, under Options, third item from the bottom, change from 'Add all to watchlist' to 'Use MW preferences')
Fixed in version rev 5573


It's failing because the MW servers are timing out or reporting an excessive maxlag. Rjwilmsi 13:19, 26 September 2009 (UTC)
What does that mean and what can be done about it? Gaius Cornelius (talk) 14:41, 26 September 2009 (UTC)
We can wait for the servers to recover. -- Magioladitis (talk) 14:51, 26 September 2009 (UTC)
..and they are back. -- Magioladitis (talk) 21:34, 27 September 2009 (UTC)
Alas, it is not back for me. I still have the problem just as before. Gaius Cornelius (talk) 07:23, 29 September 2009 (UTC)
I'm experiencing the same issue currently. –Juliancolton | Talk 17:47, 1 October 2009 (UTC)
Similar issue on Wikimedia Commons. Bot will process bunch of images and than will get stuck on some it can not save and it will go into "saving" followed by "restarting in 60" followed by "stopped" mode. In bot mode it rarely finishes processing a given list, since it ilways get stuck on something. One file I can not save with AWB is File:UzbrojonyUpiórPółnocy.JPG. --Jarekt (talk) 15:15, 3 October 2009 (UTC)
This problem has locked me out of AWB for weeks now. I wish I understood what the problem is. If it is not AWB, then where is the problem and who can fix it? Gaius Cornelius (talk) 18:12, 14 October 2009 (UTC)
Well- I had the same problem with the restarts, it seems that the add all to watchlist is the culprit - at least for me, when I changed it to MW preferences, it works fine trakesht (talk) 06:55, 17 October 2009 (UTC)
That does indeed seem to be the answer. When I turned off add all to watchlist AWB started working again! So, what was all that about the servers? Perhaps this is an easy fix now? Gaius Cornelius (talk) 21:14, 28 October 2009 (UTC)
Awesome guys, thanks. Thats certainly a narrowed down test case, presumably being the server at fault (or at least, the way AWB is handling it). I shall have a poke later on.. Changing it in the MW preferences helped? (Or was it AWB's option) That's a bit strange, as AWB's options *should* AFAIK override those of MW, and therefore they not matter. Marking as new again, will look at verifying it later on. Reedy 12:31, 29 October 2009 (UTC)
For me, it was changing AWB's option that did the trick. Gaius Cornelius (talk) 12:53, 29 October 2009 (UTC)


Really good catch guys, easily found problem in code, MaxSem fixed rev 5573. Thankyou! Reedy 23:57, 30 October 2009 (UTC)

NullReferenceException in MainForm.SetPasteMoreText

Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.SetPasteMoreText(Int32 item, String s)
   at AutoWikiBrowser.MainForm.LoadPrefs(UserPrefs p)
   at AutoWikiBrowser.MainForm.LoadPrefs(String path)

Magioladitis (talk) 00:01, 19 September 2009 (UTC)

To duplicate: Occurs on startup of AWB
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5386 (2009-09-17 22:23:20)
Workaround
Fixed in version


I don't know if it's related: While it was loading I double-clicked on the tray icon. Moreover, I experience some connection problems. -- Magioladitis (talk) 00:01, 19 September 2009 (UTC) I can't find it in the archives but google tells me that this was reported in the past (4.9.0.1, revision 5303) and Reedy tried something in rev 5310. -- Magioladitis (talk) 00:12, 19 September 2009 (UTC)

This should be fixed by now. The problems occurs in the following cases:

  • You never assigned anything to the variable.
  • You never created an instance of the value assigned to the variable.
  • You set the variable equal to Nothing, or a called function did the same thing.

Now th tray icon loads after all variables are set. -- Magioladitis (talk) 19:24, 31 October 2009 (UTC)

PasteMoreItems[item].Tag = s; PasteMoreItems[item].Text = PasteMoreItemsPrefixes[item] +(string.IsNullOrEmpty(s) ? "" : s.Replace("&", "&&"));

I think in AWB/AWB/UserSettings.cs the pointer s still has the problem. -- Magioladitis (talk) 19:28, 31 October 2009 (UTC)

We do know what an NRE is ;). Reedy 23:51, 31 October 2009 (UTC)

Marked as fixed, since, as I write above, the tray icon is now loaded later and there is not way to reproduce the bug again. -- Magioladitis (talk) 11:37, 2 November 2009 (UTC)

Can't find difference in list filter

Status Fixed in the next release
Description "Find difference" removes nothing from the list. Another set operation, find intersection, seems to work as it should. MaxSem(Han shot first!) 09:29, 29 June 2008 (UTC)
To duplicate: Make a list, save it. Make a second list, partially intersecting with the first one. Filter → Find difference → load first list → Apply.
Operating system -
.NET FW Version Unknown
AWB version HEAD
Workaround -
Fixed in version


I don't know when it was fixed but works fine now. -- Magioladitis (talk) 13:40, 2 November 2009 (UTC)

The protection templates should be above the Otheruses template

Status Not a bug/currently unresolvable
Description Another editor has complained that "the protection templates should be above the {{Otheruses}} template."   — Jeff G. (talk|contribs) 20:46, 17 August 2009 (UTC)
To duplicate: http://en.wikipedia.org/w/index.php?title=Judaism&diff=308393272&oldid=308263621
Site URL: en wiki
Operating system Windows Vista
.NET FW Version Unknown
AWB version 4601_rev5133
Workaround don't make that change (or justify it)
Fixed in version


No, per Wikipedia:DISAMBIG#Usage_guidelines the disambig templates are at the top. Rjwilmsi 21:27, 17 August 2009 (UTC)
In fact, the protection template should be rendered first. The Manual of Style is not so detailed. It's not AWB's bug but we could add in the manual of style that protection templates should be above DAB links. From my experience the correct order is: Protection templates, DAB links, xfD templates, the rest. -- Magioladitis (talk) 21:34, 17 August 2009 (UTC)
Wasn't it your feature request Magioladitis that had the Dablinks moved to the top? Rjwilmsi 06:46, 18 August 2009 (UTC)
  • Since the hatnote itself is also protected, it makes sense from an ordering perspective to have the protection template at the very top. –xenotalk 16:34, 18 August 2009 (UTC)
If Wikipedia:DISAMBIG#Usage_guidelines is updated then I'll update AWB. Rjwilmsi 17:24, 18 August 2009 (UTC)
I made a section at Wikipedia talk:Lead section#Elements in the lead: where should the protection template go?. –xenotalk 17:29, 18 August 2009 (UTC)
  • Stylistically, when there are maintenance templates it looks better below the protection template. Notwithstanding my comment that the protection applies also to the hatnote, the hatnote should be the first thing seen just in case the user landed at the wrong article. The discussion I opened is leaning this way as well (though it is very lightly trafficked). –xenotalk 15:14, 31 August 2009 (UTC)

Same names to different references

Status Fixed in the next release
Description Sometimes gives duplicate names to different refs Rich Farmbrough, 00:07, 3 November 2009 (UTC). 00:07, 3 November 2009 (UTC)
To duplicate: Try a page such as http://en.wikipedia.org/w/index.php?title=Cucuteni-Trypillian_culture&action=historysubmit&diff=323251211&oldid=323222199
Site URL: en
Operating system v
.NET FW Version Unknown
AWB version 5528
Workaround disable GF
Fixed in version 5556


Thought I had already logged a very similar bug with urls, but cant find it. Rich Farmbrough, 00:07, 3 November 2009 (UTC).
[15] was fixed. -- Magioladitis (talk) 08:09, 3 November 2009 (UTC)
No not that one. Rich Farmbrough, 08:26, 3 November 2009 (UTC).
Wikipedia_talk:AutoWikiBrowser/Bugs/Archive_13#References_consolidation_problem. rev 5556 fixed that. Rich, grab a new snaphsot. Rjwilmsi 10:03, 3 November 2009 (UTC)

Incomplete fix of brackets

Status Fixed in the next release
Description Check this one. It replaces the double brackets of the URL to single ones but it doesn't remove the pipe. -- Magioladitis (talk) 08:32, 6 November 2009 (UTC)
To duplicate:
Site URL: en
Operating system XP SP2
.NET FW Version Unknown
AWB version 4.9.0.2 rev 5587
Workaround
Fixed in version 5596


rev 5596. Rjwilmsi 12:21, 6 November 2009 (UTC)

I knew it was something you could do ;) -- Magioladitis (talk) 12:28, 6 November 2009 (UTC)

Culture ID 1093 (0x0445) is not a supported culture. Parameter name: culture

Status Not a bug in AWB, has been referred
Description
Exception:ArgumentException
Message:Culture ID 1093 (0x0445) is not a supported culture. Parameter name: culture
Call stack:
   at System.Globalization.CultureTableRecord.GetCultureTableRecord(Int32 cultureId, Boolean useUserOverride)
   at System.Globalization.CultureInfo..ctor(Int32 culture, Boolean useUserOverride)
   at System.Windows.Forms.InputLanguage.get_Culture()
   at System.Windows.Forms.InputLanguageChangingEventArgs..ctor(InputLanguage inputLanguage, Boolean sysCharSet)
   at System.Windows.Forms.InputLanguage.CreateInputLanguageChangingEventArgs(Message m)
   at System.Windows.Forms.Control.WmInputLangChangeRequest(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

- Jayanta Nath (Talk

To duplicate: Unknown
Site URL: http://bn.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.5.3.2, revision 4312 (2009-05-10 21:47:07)
Workaround None
Fixed in version Unknown


Hmm. It doesnt seem to like your language... Bangala? Reedy 11:09, 22 May 2009 (UTC)
This problem occurs for "bn-BD" locale only.... Because "bn-BD" is not availabe in System.Globalization.GetCultureTableRecord. Change your default locale for bengali to Bengali (India) -- Magioladitis (talk) 18:00, 19 September 2009 (UTC)

Blank ref handling problem

Status Fixed in the next release
Description Can someone explain this?Ipatrol (talk) 21:17, 5 November 2009 (UTC)
To duplicate: Run on a page with a blank ref
Operating system Vista
.NET FW Version Unknown
AWB version Latest as of early November 2009
Workaround Pay more attention
Fixed in version 5595


rev 5595 update ref fixes to remove empty <ref>...</ref> tags

ApiErrorException in ApiEdit.CheckForErrors - delete non-existent page

Status Fixed in the next release
Description
Exception:ApiErrorException
Message:Bot API returned the following error: 'The page you requested doesn't exist'
Call stack:
   at WikiFunctions.API.ApiEdit.CheckForErrors(String xml, String action)
   at WikiFunctions.API.ApiEdit.Delete(String title, String reason, Boolean watch)
   at WikiFunctions.Article.Delete(Session session)
   at AutoWikiBrowser.MainForm.DeleteArticle()

Magioladitis (talk) 18:32, 5 November 2009 (UTC)

To duplicate: Open a page in both AWB and browser. Delete it from browser. Try to delete it from AWB.
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5528 (2009-10-08 23:32:19)
Workaround
Fixed in version rev 5597 Reedy 13:31, 6 November 2009 (UTC)


ApiErrorException in ApiEdit.CheckForErrors - move non-existent page

Status Fixed in the next release
Description
Exception:ApiErrorException
Message:Bot API returned the following error: 'The page you requested doesn't exist'
Call stack:
   at WikiFunctions.API.ApiEdit.CheckForErrors(String xml, String action)
   at WikiFunctions.API.ApiEdit.Move(String title, String newTitle, String reason, Boolean moveTalk, Boolean noRedirect, Boolean watch)
   at WikiFunctions.Article.Move(Session session, String& newTitle)
   at AutoWikiBrowser.MainForm.MoveArticle()

Magioladitis (talk) 18:37, 5 November 2009 (UTC)

To duplicate: Open a page in both AWB and browser. Move it using the browser. Try to move it using AWB.
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5528 (2009-10-08 23:32:19)
Workaround
Fixed in version rev 5598 Reedy 13:31, 6 November 2009 (UTC)


ArgumentException in Plugin.LoadPlugins

Status Fixed in the next release
Description
Exception:ArgumentException
Message:An item with the same key has already been added.
Call stack:
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at AutoWikiBrowser.Plugins.Plugin.LoadPlugins(IAutoWikiBrowser awb, String[] plugins, Boolean afterStartup)

Magioladitis (talk) 15:57, 6 November 2009 (UTC)

To duplicate: Start AWB without Typoscan loaded. Try to load Typoscan twice. Same works with NoLimits plugin. Both are Base plugins. -- Magioladitis (talk) 15:57, 6 November 2009 (UTC)
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5587 (2009-11-01 14:39:40)
Workaround
Fixed in version rev 5608


Log in fails

Status Fixed in the next release
Description AWB always reports that I'm not logged in on de.wikipedia.de although I'm definitely logged in.
To duplicate: occurs permanently, can't use AWB at all. No matter whether I log in on IE or AWB.
Site URL: de.wikipedia.org
Operating system Windows XP
.NET FW Version Unknown
AWB version 4.6.0.0 SVN 4662
Workaround
Fixed in version 4.9


Copying from the top of this page: AWB 4.6 is broken due to MW Changes. We cannot roll out a fix yet, due to other blocking bugs due to IE. Feel free to download a SVN snapshots, and use 4.9.0.2. This will also help us with testing, and help us release it to you quicker! -- Magioladitis (talk) 09:37, 30 October 2009 (UTC)

Sorry, that I overlooked the top of the page, and thank you for the helpful advice, it works fine now. :-) --Ukko (talk) 22:48, 3 November 2009 (UTC)

MissingFieldException in TypoScanAWBPlugin.UploadFinishedArticlesToServer

Status Fixed in the next release
Description
Exception:MissingFieldException
Message:Field not found: 'WikiFunctions.Variables.User'.
Call stack:
   at WikiFunctions.Plugins.ListMaker.TypoScan.TypoScanAWBPlugin.UploadFinishedArticlesToServer()
   at WikiFunctions.Plugins.ListMaker.TypoScan.TypoScanAWBPlugin.UploadFinishedArticlesToServer(Object sender, FormClosingEventArgs e)
   at System.Windows.Forms.FormClosingEventHandler.Invoke(Object sender, FormClosingEventArgs e)
   at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
   at System.Windows.Forms.Form.WmClose(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Magioladitis (talk) 15:57, 6 November 2009 (UTC)

To duplicate: Load old version of Typoscan (1.1.0.0) and try to log out. -- Magioladitis (talk) 15:57, 6 November 2009 (UTC)
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5587 (2009-11-01 14:39:40)
Workaround Load the Typoscan 2.0+ -- Magioladitis (talk) 14:34, 7 November 2009 (UTC)
Fixed in version


New typoscan doesn't have this problem. -- Magioladitis (talk) 14:34, 7 November 2009 (UTC)

BrokenXmlException in ApiEdit.Open

Status Site error
Description Thread: InvokerThread (Open)
Exception:BrokenXmlException
Message:Error parsing data returned by server: Value cannot be null. Parameter name: String
Call stack:
   at WikiFunctions.API.ApiEdit.Open(String title)
Inner exception:ArgumentNullException
Message:Value cannot be null. Parameter name: String
Call stack:
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at WikiFunctions.API.PageInfo..ctor(String xml)
   at WikiFunctions.API.ApiEdit.Open(String title)

Enter CambridgeBayWeather, waits for audience applause, not a sausage 05:43, 2 October 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5481 (2009-09-27 23:29:30)
Workaround
Fixed in version


On which page? How to reproduce? 62.140.253.6 (talk) 14:26, 2 October 2009 (UTC)
Pages starting with Î such as Île Marc or Île Vanier. Enter CambridgeBayWeather, waits for audience applause, not a sausage 15:32, 2 October 2009 (UTC)
And it needs to be from a text file. When taken from a category it works fine. Enter CambridgeBayWeather, waits for audience applause, not a sausage 17:35, 3 October 2009 (UTC)
Can't reproduce myself by either method. Rjwilmsi 13:48, 24 October 2009 (UTC)

Marking as site error. Presumably if we get a one off that is blank, it's probably not us. Reedy 14:51, 7 November 2009 (UTC)

NullReferenceException in AWBProfilesForm.AWBProfilesForm_Load

Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at WikiFunctions.Profiles.AWBProfilesForm.AWBProfilesForm_Load(Object sender, EventArgs e) in C:\Users\Patrol\Desktop\AWB-svn\AWB\WikiFunctions\Profiles\AWBProfilesForm.cs:line 196
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Patrol110 (talk) 15:27, 13 September 2009 (UTC)

To duplicate: Unknown
Site URL: http://pl.wikipedia.org
Operating system Microsoft Windows NT 6.0.6000.0
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5349 (2009-09-10 23:58:59)
Workaround
Fixed in version rev 5611


Description: I've just opened AWB and tried to log in by clicking "Login In/Profiles". Then I got the message above and AWB stopped working :/ I cannot show profiles window and log in to Wikipedia. Patrol110 (talk) 15:27, 13 September 2009 (UTC)

In some cases (only after the first crash) profiles windows appeared and there was a chance to log in. Else AWB didn't respond. Patrol110 (talk) 15:35, 13 September 2009 (UTC)
The freshest SVN 5369 doesn't have problem in that field :) Patrol110 (talk) 15:53, 13 September 2009 (UTC)
Even though not occuring, prevented NRE in rev 5611 Reedy 15:34, 7 November 2009 (UTC)

ArgumentOutOfRangeException – interwikis

Status Bug currently being investigated/fixed
Description
Exception:ArgumentOutOfRangeException
Message:Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
Call stack:
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at WikiFunctions.Parse.InterWikiComparer..ctor(List`1 order, List`1 languages)
   at WikiFunctions.Parse.MetaDataSorter.set_InterWikiOrder(InterWikiOrderEnum value)
   at WikiFunctions.Parse.MetaDataSorter..ctor()
   at WikiFunctions.Parse.Parsers.get_Sorter()
   at WikiFunctions.Parse.Parsers..ctor(Int32 stubWordCount, Boolean addHumanKey)
   at AutoWikiBrowser.MainForm..ctor()

Rjwilmsi 22:53, 6 September 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5344 (2009-09-06 21:52:25)
Workaround
Fixed in version rev 5346 Logic to prevent exception. Rjwilmsi 14:18, 8 September 2009 (UTC)


We need some error handling on this, and to allow the user to edit without interwiki sorting. Rjwilmsi 22:53, 6 September 2009 (UTC)

Reordering refs in Reflist again

Status Fixed in the next release
Description Rich Farmbrough, 15:20, 15 November 2009 (UTC). 15:20, 15 November 2009 (UTC)
To duplicate: http://en.wikipedia.org/w/index.php?title=List_of_computer_science_conferences&diff=325945443&oldid=325887634
Operating system
.NET FW Version Unknown
AWB version 5627
Workaround
Fixed in version 5640


Dunno if this is a regression or an OSINTOT. The example uses rflist|3|refs= Rich Farmbrough, 15:20, 15 November 2009 (UTC).
rev 5640 I don't think I ever fixed for such use of {{reflist}}. Rjwilmsi 15:57, 15 November 2009 (UTC)

AWB auto-changes YYYY-MM-DD dates

Status Not a bug/currently unresolvable
Description AWB automatically changes dates from the YYYY-MM-DD format, to some other format. Here are some examples of the problem: 1, 2, 3, 4, 5. A sample of over 1000 recent edits with similar problems can be found here. These edits were all installed within the past few hours by Rich Farmbrough (talk · contribs), who has been notified of the problem but seems to think it's OK to use AWB to do this sort of massive date reformatting. I guess that this is a recent change to AWB. There is definitely no consensus to make this sort of change to date formats. For example, see Wikipedia:Mosnum/proposal on YYYY-MM-DD numerical dates for the most recent discussion on this topic, in which the strong consensus was not to require rewriting dates away from the YYYY-MM-DD format. Eubulides (talk) 19:39, 16 November 2009 (UTC)
To duplicate: Unknown; I do not use AWB.
Site URL: en.wikipedia.org
Operating system
.NET FW Version Unknown
AWB version
Workaround
Fixed in version


Not an AWB bug, this is what my regexes were was doing. Discussion on my talk page. Rich Farmbrough, 19:51, 16 November 2009 (UTC).
Thanks for explaining this. I've changed the bug's status from "new" to "notbug". Eubulides (talk) 20:05, 16 November 2009 (UTC)

Merging refs with invalid names

Status Fixed in the next release
Description If <ref>'s name isn't properly quoted (e.g. <ref name="FrankShep"-1845">), MediaWiki will ignore this name, but AWB won't, so if there are two <ref>s with the same content and the same invalid name, AWB will merge the, resulting in an error (Cite error: Invalid <ref> tag; refs with no content must have a name.) See [16]. Svick (talk) 05:27, 17 November 2009 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version
Workaround
Fixed in version rev 5647


rev 5647 AWB will fix the quotes on such reference names. I expect it's a rare error though. Rjwilmsi 13:37, 17 November 2009 (UTC)

KeyNotFoundException in Parsers.FixCategories

Status Resolved
Description
Exception:KeyNotFoundException
Message:The given key was not present in the dictionary.
Call stack:
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at WikiFunctions.Parse.Parsers.FixCategories(String articleText, Boolean isMainSpace)
   at WikiFunctions.Article.PerformGeneralFixes(Parsers parsers, HideText removeText, ISkipOptions skip, Boolean replaceReferenceTags, Boolean restrictDefaultsortAddition, Boolean noMOSComplianceFixes)
   at AutoWikiBrowser.MainForm.ProcessPage(Article theArticle, Boolean mainProcess)

Penguin (talk) 20:54, 10 September 2009 (UTC)
Fabiano Tatsch (talk) 22:01, 11 October 2009 (UTC)

To duplicate: [encountered while processing page [17]]
Site URL: http://pt.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5139 (2009-08-08 00:05:52) /4.9.0.2, revision 5528 (2009-10-08 23:32:19)
Workaround None
Fixed in version Unknown


I read in a forum that "This error caused by incorrect webservice configuration.". MaxSem thinks that "most likely, intermittent problems with loading namespaces". -- Magioladitis (talk) 17:11, 17 November 2009 (UTC)

KeyNotFoundException in CategoryProviderBase.get_UserInputTextBoxText

Status Resolved
Description
Exception:KeyNotFoundException
Message:The given key was not present in the dictionary.
Call stack:
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at WikiFunctions.Lists.CategoryProviderBase.get_UserInputTextBoxText()
   at WikiFunctions.Controls.Lists.ListMaker.cmboSourceSelect_SelectedIndexChanged(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
   at WikiFunctions.Controls.Lists.ListMaker.set_SelectedProvider(String value)
   at AutoWikiBrowser.MainForm.LoadPrefs(UserPrefs p)
   at AutoWikiBrowser.MainForm.LoadPrefs(String path)

Fabiano Tatsch (talk) 20:13, 3 October 2009 (UTC)

To duplicate: Unknown
Site URL: http://pt.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5481 (2009-09-27 23:29:30)
Workaround
Fixed in version


Save as above. -- Magioladitis (talk) 17:45, 17 November 2009 (UTC)

AWB gets stuck while saving

Status Not a bug in AWB, has been referred
Description AWB got stuck when saving a page. It occured when I left it alone for a couple of minutes and spent my time on other computerstuff. It didn't work to [stop] and [start] the thing, it didn't work to reload the settings or login again (was still logged in). After restarting AWB everything worked fine again and I didn't saw this bug again.
To duplicate:
Site URL: nlwiki_p
Operating system Windows Vista
.NET FW Version Unknown
AWB version 4.9.0.1 (SVN 5386 - 2009-09-17 22:23:20)
Workaround Restart AWB
Fixed in version


Sumurai8 on nl-wp 19:52, 18 September 2009 (UTC)

I am having this same problem. AWB gets stuck trying to save. Only solution seems to be restarting AWB, but it gets stuck again after a couple of dozen edits. I have no idea what causes the problem, but it has happened to me many times in a row. Gaius Cornelius (talk) 19:47, 20 September 2009 (UTC)
Probably server's problem and not AWB's. -- Magioladitis (talk) 21:35, 27 September 2009 (UTC)
Section AWB always restarts on save below. Does that answer this question too? Gaius Cornelius (talk) 12:55, 29 October 2009 (UTC)
I am archiving this one. Feel free to re-report if happens to 4903+. -- Magioladitis (talk) 17:49, 17 November 2009 (UTC)


InvalidOperationException in UserPrefs.SavePrefs

Status Not enough information/very rare bug
Description
Exception:InvalidOperationException
Message:Unable to generate a temporary class (result=1).

error CS0006: Metadata file 'G:\AWB\AutoWikiBrowser4902_rev5480\WikiFunctions.dll' could not be found

Call stack:
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, CompilerParameters parameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, CompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, Type[] extraTypes)
   at WikiFunctions.AWBSettings.UserPrefs.SavePrefs(UserPrefs prefs, String file)

A1 (talk) 14:49, 30 September 2009 (UTC)

To duplicate: Load AWB, remove wikifunctions, try to save the settings, kaboom!
Site URL: http://uk.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5462 (2009-09-25 13:59:37) / svn 4902_5565
Workaround
Fixed in version


From support.citrix.com:

CAUSE: ASP.NET Web Services sometimes use the system Temp folder when they process WebMethods. If the thread that is processing the request uses an identity that does not have read/write access to that folder, you receive the error message.

RESOLUTION: Give read/write privileges for the Temp folder to the ASPNET account. When ASP.NET Web Services process WebMethods, the identity that is used most frequently to gain access to the system Temp folder is the local ASPNET account, which is the default account under which ASP.NET applications run. -- Magioladitis (talk) 10:12, 2 November 2009 (UTC)

I marking it as "rare". Normally, Wikifunctions.dll is accessable. -- Magioladitis (talk) 16:27, 27 November 2009 (UTC)

InvalidOperationException in UserPrefs.LoadPrefs

Status Not enough information/very rare bug
Description
Exception:InvalidOperationException
Message:There is an error in XML document (95, 40).
Call stack:
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
   at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
   at WikiFunctions.AWBSettings.UserPrefs.LoadPrefs(String file)
   at AutoWikiBrowser.MainForm.LoadPrefs(String path)
Inner exception:XmlException
Message:Unexpected node type Element. ReadElementString method can only be called on elements with simple or empty content. Line 95, position 40.
Call stack:
   at System.Xml.XmlReader.ReadElementString()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read10_Rule(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read12_IRule(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read10_Rule(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read12_IRule(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read10_Rule(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read12_IRule(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read10_Rule(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read12_IRule(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read13_FaRPrefs(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read25_UserPrefs(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read26_AutoWikiBrowserPreferences()

Fabiano Tatsch (talk) 15:48, 2 October 2009 (UTC)

To duplicate: Unknown
Site URL: http://pt.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5481 (2009-09-27 23:29:30)
Workaround
Fixed in version


Fabiano Tatsch (talk) 15:48, 2 October 2009 (UTC)

Could you post that settings file somewhere? 62.140.253.6 (talk) 15:59, 2 October 2009 (UTC)
"wontfix". Please download the latest snapshot and if problem persists re-report by settings for settings file. -- Magioladitis (talk) 17:00, 27 November 2009 (UTC)

NullReferenceException in MainForm.SkipPage

Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.SkipPage(String reason)
   at AutoWikiBrowser.MainForm.btnIgnore_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Magioladitis (talk) 17:12, 24 September 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5438 (2009-09-23 23:40:45)
Workaround
Fixed in version rev 5461


I was logged in as Yobot. While processing an article I switch to Magioladitis and press save. The result was the MainForm bug "tried to save the wrong page". I press keep working and then ignore. The result was this bug. I pressed stop and start and then the article was save correctly. -- Magioladitis (talk) 17:22, 24 September 2009 (UTC)

IndexOutOfRangeException in AsyncApiEdit.CallEvent

Status Not enough information/very rare bug
Description
Exception:IndexOutOfRangeException
Message:Index was outside the bounds of the array.
Call stack:
   at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
   at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
   at WikiFunctions.API.AsyncApiEdit.CallEvent(Delegate method, Object[] args)
   at WikiFunctions.API.AsyncApiEdit.InvokerThread(Object genericArgs)

AndrewHowse (talk) 05:31, 19 November 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.9.0.1, revision 5386 (2009-09-17 22:23:20)
Workaround
Fixed in version


Update to 4903 please. -- Magioladitis (talk) 07:04, 19 November 2009 (UTC) " I haven't experienced any problems in 4.9.0.3, but I don't know what circumstances tripped it either. I'm afraid I didn't bail out of the edit and upgrade and then try again. As for catching it, AWB just threw up an error window and I copied and pasted. Not much help, I'm afraid. --AndrewHowse (talk) 19:48, 30 November 2009 (UTC)".

I am marking it as rare. Please fell free to rereport if occurs to any version 4903+. -- Magioladitis (talk) 10:20, 2 December 2009 (UTC)

Kingbotk has problem with statistics

Status Bug currently being investigated/fixed
Description KingbotK stopped adding newpages in Statistics. The number is stack to "0". Magioladitis (talk) 08:57, 28 June 2009 (UTC)
To duplicate:
Site URL: en.wiki
Operating system XP SP2 + IE 8 (Problem was noticed around time of switching from IE7 to IE8)
.NET FW Version Unknown
AWB version 4.5.3.3. (rev 4537) + KingbotK plugin 2.1.2.0
Workaround
Fixed in version


On a test page, i've just got it to add 1 showing 1 new tagging. Errr? Reedy 22:17, 28 June 2009 (UTC)
Tagging yes. But "newpages"? -- Magioladitis (talk) 23:34, 28 June 2009 (UTC)
Wheres that? :/ Reedy 00:05, 29 June 2009 (UTC)
In the "Plugin" tab there is a box called "Statistics". Tagged, Skipped work fine. "New" which is supposed to count the number of red links turned to blue remains 0. -- Magioladitis (talk) 09:18, 29 June 2009 (UTC)
Thats what i was meaning. That works fine for me... Reedy 10:31, 29 June 2009 (UTC)
Here you are. I just took the screenshot. Check Yobot's last edits. They are certainly new pages created.

File:Awb-bug-0906.jpg

I didn't have this problem in version 4.5.3.2 -- Magioladitis (talk) 10:54, 29 June 2009 (UTC)

I only tried one page... So i'll have another look then. Reedy 10:56, 29 June 2009 (UTC)
I just noticed that the first number is wrong as well. I tagged only 115 articles in this session. What maybe important: I have Normal substitution turned on. Usually, this was causing problems in the past. -- Magioladitis (talk) 10:58, 29 June 2009 (UTC)
Normal substitution? Think i need a test category.... Reedy 10:59, 29 June 2009 (UTC)
I noticed that Tagged = Skipped by AWB + real tags, Skipped = Skipped by KingbotK plugin. The counter is in the wrong place. -- Magioladitis (talk) 16:49, 19 September 2009 (UTC)
Newpages are counted correctly in 4.9.0.1. (rev 5386) + KingbotK plugin 2.2.0.0 -- Magioladitis (talk) 16:51, 19 September 2009 (UTC)

XmlException in TypoScanListMakerPlugin.MakeList

Status Resolved
Description Thread: ListMaker (TypoScanListMakerPlugin: )
Exception:XmlException
Message:Data at the root level is invalid. Line 1, position 1.
Call stack:
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at WikiFunctions.Plugins.ListMaker.TypoScan.TypoScanListMakerPlugin.MakeList(String[] searchCriteria)
   at WikiFunctions.Controls.Lists.ListMaker.MakeListPlugin()

Closedmouth (talk) 11:46, 8 November 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.1.7600.0
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5609 (2009-11-07 14:12:38)
Workaround
Fixed in version


Using the 64-bit version of Windows 7. FYI. --Closedmouth (talk) 11:46, 8 November 2009 (UTC)

I believe this was caused by a temporary fault with the AWB TypoScan statistics page, which was fixed a couple of weeks ago. Is this still a problem for you? Rjwilmsi 23:58, 27 November 2009 (UTC)
Aha! Works now. Didn't even bother to check, figuring it was a problem at my end. Ta. --Closedmouth (talk) 12:39, 2 December 2009 (UTC)

Win32Exception in NativeWindow.CreateHandle

Status Not enough information/very rare bug
Description
Exception:Win32Exception
Message:Error creating window handle.
Call stack:
   at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.TextBoxBase.CreateHandle()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Vpovilaitis (talk) 11:58, 28 December 2009 (UTC)

To duplicate: Unknown
Site URL: http://lt.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5565 (2009-10-25 09:42:11)
Workaround
Fixed in version


Sorry, but we won't fix that. "Its a wontfix, seemingly outside our code". (Reedy, 7 November 2009). Please download the latest snapshot. -- Magioladitis (talk) 13:56, 28 December 2009 (UTC)

Bug while disambiguating / NotImplementedException

Status Wine/Mono
Description
Exception:NotImplementedException
Message:The method or operation is not implemented.
Call stack:
   at System.Windows.Forms.UnsafeNativeMethods.ITextDocument.Range(Int32 cp1, Int32 cp2)
   at System.Windows.Forms.TextBoxBase.ScrollToCaret()
   at WikiFunctions.Disambiguation.DabControl.DabControl_Load(Object sender, EventArgs e)

Magog the Ogre (talk) 19:37, 24 October 2009 (UTC)

To duplicate: [encountered while processing page [18]]
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6000; Wine 1.1.31 on Ubuntu 9.04
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5528 (2009-10-08 23:32:19)
Workaround
Fixed in version


Thats a WINE bug... Is it using Mono? Reedy 12:33, 26 October 2009 (UTC)

NullReferenceException in Go3636

Status Not enough information/very rare bug
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at Go3636(RegexRunner )
   at System.Text.RegularExpressions.CompiledRegexRunner.Go()
   at System.Text.RegularExpressions.RegexRunner.Scan(Regex regex, String text, Int32 textbeg, Int32 textend, Int32 textstart, Int32 prevlen, Boolean quick)
   at System.Text.RegularExpressions.Regex.Run(Boolean quick, Int32 prevlen, String input, Int32 beginning, Int32 length, Int32 startat)
   at System.Text.RegularExpressions.Regex.IsMatch(String input)
   at WikiFunctions.Parse.TypoGroup.FixTypos(String& articleText, String& summary, String articleTitle)
   at WikiFunctions.Parse.RegExTypoFix.PerformTypoFixes(String articleText, Boolean& noChange, String& summary, String articleTitle)
   at WikiFunctions.Article.PerformTypoFixes(RegExTypoFix regexTypos, Boolean skipIfNoChange)
   at AutoWikiBrowser.MainForm.ProcessPage(Article theArticle, Boolean mainProcess)

TJ Spyke 07:45, 14 November 2009 (UTC)

To duplicate: [encountered while processing page [19]]
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5504 (2009-10-02 22:15:23)
Workaround
Fixed in version


This is a Microsoft .NET bug. Please update and probably the bug won't occur. -- Magioladitis (talk) 11:40, 14 November 2009 (UTC)

But if it starts happening continuously, by many users, theres presumably a regex on a specific page thats causing it to barf. Reedy 11:52, 14 November 2009 (UTC)
This error only happens when I try to edit pages that link to "Pro Wrestling NOAH". I have edited hundreds of pages in the last few days using AWB, but I didn't get an error until I started editing some that link to Pro Wrestling NOAH. I don't even get the error with every page that links to it, just some. TJ Spyke 17:07, 14 November 2009 (UTC)
I didn't manage to crash AWB (in neither rev 4902_5609 nor 4903_5636) with the following settings: general cleanup, autotagging, replacement of Pro Wrestling NOAH with Pro Wrestling Noah and Regex typo scan turned on. -- Magioladitis (talk) 21:33, 14 November 2009 (UTC)
Additional info: Editor was using normal substitution to change "KENTA" to "Kenta". -- Magioladitis (talk) 00:33, 29 November 2009 (UTC)

XmlException in ApiEdit.CheckForErrors

Status Not enough information/very rare bug
Description
Exception:XmlException
Message:Data at the root level is invalid. Line 1, position 1.
Call stack:
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   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(TextReader txtReader)
   at WikiFunctions.API.ApiEdit.CheckForErrors(String xml, String action)
   at WikiFunctions.API.ApiEdit.Open(String title)

 Btilm  06:26, 31 October 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5528 (2009-10-08 23:32:19)
Workaround
Fixed in version


Can you reproduce it on demand? -- Magioladitis (talk) 16:56, 17 November 2009 (UTC)

Marking as rare. -- Magioladitis (talk) 23:48, 8 January 2010 (UTC)

ApiBlankException in ApiEdit.CheckForErrors

Status Not enough information/very rare bug
Description Thread: InvokerThread (Open)
Exception:ApiBlankException
Message:The result returned by server was blank
Call stack:
   at WikiFunctions.API.ApiEdit.CheckForErrors(String xml, String action)
   at WikiFunctions.API.ApiEdit.Open(String title)

DJSasso (talk) 16:43, 28 October 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5504 (2009-10-02 22:15:23)
Workaround
Fixed in version


Hmm, we should really report URL's in api errors tbh... Reedy 12:37, 29 October 2009 (UTC)
This happens if you lose your internet connection. I think we should just go into the restart timer rather than throwing the exception. Rjwilmsi 07:32, 31 October 2009 (UTC)
Marking as rare. -- Magioladitis (talk) 23:49, 8 January 2010 (UTC)

NullReferenceException in FindandReplace.RowToReplacement

Status Not enough information/very rare bug
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at WikiFunctions.Parse.FindandReplace.RowToReplacement(DataGridViewRow dataGridRow)
   at WikiFunctions.Parse.FindandReplace.MakeList()
   at WikiFunctions.Parse.FindandReplace.FindandReplace_FormClosing(Object sender, FormClosingEventArgs e)
   at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
   at System.Windows.Forms.Form.CheckCloseDialog(Boolean closingOnly)

TheFeds 00:46, 3 January 2010 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6002 Service Pack 2
.NET FW Version Unknown
AWB version 4.9.0.2, revision 5528 (2009-10-08 23:32:19)
Workaround
Fixed in version


Can you tell us what you were doing at the time please? Maintaining your find and replace entries? Thanks Rjwilmsi 14:16, 3 January 2010 (UTC)
Hmm. 5228. So it wasn't any of my "minor" changes. Reedy 07:41, 4 January 2010 (UTC)

I ll try to duplicate it tomorrow. --Magioladitis (talk) 11:27, 6 January 2010 (UTC)

Why the 2nd ignore condition (ignore templates,...) is activated only when the 1st (ignore external...) is? -- Magioladitis (talk) 01:21, 7 January 2010 (UTC)

I am marking this as "rare" waiting for newer feedback. -- Magioladitis (talk) 00:33, 11 January 2010 (UTC)