Welcome to dextri.com on July 6 2009.
This is an internet experiment running to monitor browsing habbits of individuals through wikipedia contents.

Wikipedia talk:AutoWikiBrowser/Bugs

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Shortcuts:
WP:AWB/B
WP:AWB/BUGS



Archives

Index

Only use this page to report bugs in the current version of the software. Update to the most recent version, check to make sure your bug has not been reported already on this page, and read the FAQ before posting a bug here. See How to Report Bugs Effectively for advice on how to write bug reports.

Before posting anything related to non-Wikimedia Foundation wikis, make sure that this site has a recent SVN version of MediaWiki with enabled Bot API. Older versions of MediaWiki or without the Bot API are not supported. Be sure to mention the exact URL of your wiki.

Please check reported or fixed bugs before filing a new one!

Any discussion can follow as normal.

This format allows the developers to keep track of bugs and to make sure the bugs are fixed as fast as possible. Once the bugs have been fixed, they will be moved to /Archive 11.

If you cannot find your Bug on this page, please check /Archive 11, as it may have been fixed.

To list a bug use the following template

{{AWB bug
 | status         = new <!-- when fixed replace with "fixed" -->
 | description    = <!-- Place description of the bug here -->~~~~
 | duplicate      = <!-- Directions to recreate the bug (i.e. what did you do that caused this bug); leave blank if unknown or not applicable -->
 | site           = <!-- The site you were working with when the error occurred -->
 | OS             = <!-- Your operating system (should be either Windows Vista or XP) -->
 | version        = <!-- The version of AWB you are using -->
 | workaround     = <!-- Any workaround for the problem -->
 | fix_version    = <!-- Version of AWB the fix will be included in; AWB developer will complete when it's fixed -->
}}

Contents

[edit] Exceptions

[edit] Exception of type 'System.OutOfMemoryException' was thrown.

Status New
Description AWB starts up and for the record with (20,000~ memory usage). After I press start I get this error and it skips the page. AWB now stands around 517,000~ memory usage. Charitwo (talk) 03:56, 2 July 2009 (UTC)
To duplicate: Press 'Start'
Site URL: http://wiki.ffxiclopedia.org
Operating system Windows Vista
AWB version 4.6.0.1
Workaround None
Fixed in version


What version of AWB are you using (Help -> About, SVN number) and how much RAM do you have? Rjwilmsi 10:34, 2 July 2009 (UTC)

Uhm, if you look at the bug I just posted, you'd see what verson of AWB I'm using (it was the latest snapshot at the tim of report). And I have 2GB of RAM, I have not experienced this issue before I was forced to update. --Charitwo (talk) 04:26, 6 July 2009 (UTC)

[edit] NullReferenceException in WebControl.Login

Status Need more information
Description
Exception: NullReferenceException
Message: Object reference not set to an instance of an object.
Call stack:
   at WikiFunctions.Browser.WebControl.Login(String username, String password) in E:\AWB\AWB\WikiFunctions\WebControl.cs:line 239
   at WikiFunctions.Profiles.AWBProfilesForm.browserLogin(String Username, String Password) in E:\AWB\AWB\WikiFunctions\AWBProfiles\AWBProfilesForm.cs:line 50
   at WikiFunctions.Profiles.AWBProfilesForm.browserLogin(String Password) in E:\AWB\AWB\WikiFunctions\AWBProfiles\AWBProfilesForm.cs:line 45
   at WikiFunctions.Profiles.AWBProfilesForm.login() in E:\AWB\AWB\WikiFunctions\AWBProfiles\AWBProfilesForm.cs:line 88

--OsamaK 19:35, 28 June 2008 (UTC)


AWBProfilesForm.cs as of afflicted version

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
AWB version 4.3.2.1, as of r2998
Workaround None
Fixed in version Unknown


Could you elaborate what exactly did you do to encounter this bug? Can you reproduce it? MaxSem(Han shot first!) 14:17, 20 March 2008 (UTC)

I'd love to know what causes this. It happens now and again, randomly.. And theres a null check on the web browser, but its gotta be something in the Login() method Reedy Boy 14:21, 20 March 2008 (UTC)
Suppose this will be redundant post API edit changeover.. Reedy 19:37, 12 January 2009 (UTC)

[edit] SecurityException in Program.Main

Status New
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
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)

[edit] InvalidOperationException in UserPrefs.LoadPrefs

Status New
Description
Exception: InvalidOperationException
Message: There is an error in XML document (0, 0).
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: Root element is missing.
Call stack:
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at System.Xml.XmlReader.MoveToContent()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read26_AutoWikiBrowserPreferences()

billinghurst (talk) 10:12, 25 February 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
AWB version 4.5.1.0, revision 3906 (2009-01-31 22:59:06)
Workaround None
Fixed in version Unknown


  • Seems to have either caused or reacted to a corrupted default.xml file. Started a new file and all is fine now. -- billinghurst (talk) 10:28, 27 February 2009 (UTC) Still happening {sigh} -- billinghurst (talk) 10:48, 27 February 2009 (UTC)
Would seem like your settings file asnre't being saved correctly. Going to drop you an email, can you send me back your settings file? Reedy 18:33, 27 February 2009 (UTC)

[edit] ConfigurationErrorsException in MainForm.MainForm_FormClosing

Status Fixed in the next release
Description
Exception: ConfigurationErrorsException
Message: Failed to save settings: An error occurred loading a configuration file: Δεν υπάρχει αρκετός χώρος στο δίσκο. (C:\Documents and Settings\M\Local Settings\Application Data\AutoWikiBrowser\AutoWikiBrowser.exe_Url_2xkuiu125ckv4cwlmbs2tfj0cukj02nq\4.5.1.1\user.config)
Call stack:
   at System.Configuration.ClientSettingsStore.WriteSettings(String sectionName, Boolean isRoaming, IDictionary newSettings)
   at System.Configuration.LocalFileSettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values)
   at System.Configuration.SettingsBase.SaveCore()
   at System.Configuration.SettingsBase.Save()
   at System.Configuration.ApplicationSettingsBase.Save()
   at AutoWikiBrowser.MainForm.MainForm_FormClosing(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)
Inner exception: ConfigurationErrorsException
Message: An error occurred loading a configuration file: Not enough hard disc space. (C:\Documents and Settings\M\Local Settings\Application Data\AutoWikiBrowser\AutoWikiBrowser.exe_Url_2xkuiu125ckv4cwlmbs2tfj0cukj02nq\4.5.1.1\user.config)
Call stack:
   at System.Configuration.MgmtConfigurationRecord.SaveAs(String filename, ConfigurationSaveMode saveMode, Boolean forceUpdateAll)
   at System.Configuration.Configuration.SaveAsImpl(String filename, ConfigurationSaveMode saveMode, Boolean forceSaveAll)
   at System.Configuration.Configuration.Save()
   at System.Configuration.ClientSettingsStore.WriteSettings(String sectionName, Boolean isRoaming, IDictionary newSettings)
Inner exception: IOException
Message: Not enough hard disc space.
Call stack:
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)
   at System.IO.FileStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at System.Configuration.ClientSettingsStore.QuotaEnforcedStream.Close()
   at System.IO.StreamWriter.Dispose(Boolean disposing)
   at System.IO.TextWriter.Dispose()
   at System.Configuration.MgmtConfigurationRecord.SaveAs(String filename, ConfigurationSaveMode saveMode, Boolean forceUpdateAll)

Magioladitis (talk) 21:31, 26 February 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
AWB version 4.5.1.1, revision 3911 (2009-02-02 00:05:44)
Workaround None
Fixed in version Unknown


I had 0 bytes free in my hard disk. -- Magioladitis (talk) 21:31, 26 February 2009 (UTC)

Maybe a message could pop-up when there is not enough space in hard disk instead of this Exception error. -- Magioladitis (talk) 09:34, 28 April 2009 (UTC)

rev 4693 Reedy 22:22, 2 July 2009 (UTC)

[edit] DivideByZeroException in UnsafeNativeMethods.CallWindowProc

Status New
Description
Exception: DivideByZeroException
Message: Attempted to divide by zero.
Call stack:
   at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
   at System.Windows.Forms.Control.DefWndProc(Message& m)
   at System.Windows.Forms.Control.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) 19:12, 10 March 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
AWB version 4.5.1.1, revision 3911 (2009-02-02 00:05:44) and 4.5.2.0, revision 4100 (2009-03-20 20:01:06)
Workaround None
Fixed in version Unknown


Not a huge amount we can do about this as its in the .NET/Windows Code.. Reedy 22:02, 10 March 2009 (UTC)

[edit] Edit page load Failure

Status Need more information
Description
Exception: COMException
Message: Error HRESULT E_FAIL has been returned from a call to a COM component.
Call stack:
   at System.Windows.Forms.UnsafeNativeMethods.IWebBrowser2.Navigate2(Object& URL, Object& flags, Object& targetFrameName, Object& postData, Object& headers)
   at System.Windows.Forms.WebBrowser.PerformNavigate2(Object& URL, Object& flags, Object& targetFrameName, Object& postData, Object& headers)
   at System.Windows.Forms.WebBrowser.PerformNavigateHelper(String urlString, Boolean newWindow, String targetFrameName, Byte[] postData, String headers)
   at System.Windows.Forms.WebBrowser.Navigate(String urlString)
   at WikiFunctions.Browser.WebControl.LoadEditPage(String Article)

Phatom87 (talk contribs) 23:46, 9 February 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
AWB version 4.5.1.0, revision 3906 (2009-01-31 22:59:06)
Workaround None
Fixed in version Unknown


What did you do to encounter this error? Thanks Rjwilmsi 13:42, 10 February 2009 (UTC)
IIRC we've had this before, its something in the .NET FW... Not a huge amount we can do about it... Reedy 11:02, 21 February 2009 (UTC)

[edit] XmlException in ApiListProviderBase.ApiMakeList

Status New
Description Thread: ListMaker (UserContribsListProvider: Copyright)
Exception: XmlException
Message: The 'img' start tag on line 95 does not match the end tag of 'div'. Line 107, position 4.
Call stack:
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
   at System.Xml.XmlTextReaderImpl.ParseEndElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at WikiFunctions.Lists.ApiListProviderBase.ApiMakeList(String url, Int32 haveSoFar)
   at WikiFunctions.Lists.UserContribsListProvider.MakeList(String[] searchCriteria)
   at WikiFunctions.Controls.Lists.ListMaker.MakeListPlugin()

86.88.44.213 (talk) 10:20, 10 April 2009 (UTC)

To duplicate: ListMaker Text: Copyright
Site URL: http://wikikids.wiki.kennisnet.nl/
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
AWB version 4.5.2.0, revision 4100 (2009-03-20 20:01:06)
Workaround None
Fixed in version Unknown


[edit] XML error

Status Unknown
Description
Exception: InvalidOperationException
Message: There is an error in XML document (664, 8).
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: There are multiple root elements. Line 664, position 8.
Call stack:
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at System.Xml.XmlReader.ReadEndElement()
   at System.Xml.Serialization.XmlSerializationReader.ReadEndElement()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read25_UserPrefs(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read26_AutoWikiBrowserPreferences()

Rich Farmbrough, 15:31 13 March 2009 (UTC).

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6000.0
AWB version 4.5.1.1, revision 3963 (2009-02-13 20:03:21)
Workaround None
Fixed in version Unknown


Would help if it reported the document name. Rich Farmbrough, 15:32 13 March 2009 (UTC).
Default.xml if its loading up? Reedy 21:02, 15 March 2009 (UTC)

[edit] InvalidOperationException

Status New
Description
Exception: InvalidOperationException
Message: There is an error in XML document (45792, 29).
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 end of file has occurred. The following elements are not closed: PreProcessed, Article, ArticleList, List, AutoWikiBrowserPreferences. Line 45792, position 29.
Call stack:
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ThrowUnclosedElements()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at System.Xml.XmlReader.ReadString()
   at System.Xml.XmlTextReader.ReadString()
   at System.Xml.XmlReader.ReadElementString()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read5_Article(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read6_ListPrefs(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read25_UserPrefs(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUserPrefs.Read26_AutoWikiBrowserPreferences()

Unionhawk Talk 21:13, 5 May 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
AWB version 4.5.2.0, revision 4100 (2009-03-20 20:01:06)
Workaround None
Fixed in version Unknown


[edit] ObjectDisposedException from Help

Status Fixed in the next release
Description
Exception: ObjectDisposedException
Message: Cannot access a disposed object. Object name: 'Help'.
Call stack:
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Form.CreateHandle()
   at System.Windows.Forms.Control.get_Handle()
   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
   at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
   at System.Windows.Forms.Control.Show()
   at AutoWikiBrowser.MainForm.helpToolStripMenuItem1_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)

Saud (talk) 15:51, 6 May 2009 (UTC) Ipatrol (talk) 19:30, 22 June 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
AWB version 4.5.2.0, revision 4100 (2009-03-20 20:01:06)
Workaround None
Fixed in version Unknown


Do you have a way to reproduce this error? Rjwilmsi 09:48, 9 May 2009 (UTC)

rev 4670, rev 4671 Reedy 21:22, 29 June 2009 (UTC)

[edit] ReflectionTypeLoadException in Plugin.LoadPlugins

Status Bug currently being investigated/fixed
Description
Exception: ReflectionTypeLoadException
Message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Call stack:
   at System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark)
   at System.Reflection.Assembly.GetTypes()
   at AutoWikiBrowser.Plugins.Plugin.LoadPlugins(IAutoWikiBrowser awb, String[] plugins, Boolean afterStartup)
Loader exception: TypeLoadException
Message: Method 'ProcessArticle' in type 'WikiFunctions.Plugins.ListMaker.TypoScan.TypoScanAWBPlugin' from assembly 'TypoScan, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Call stack:

Closedmouth (talk) 05:36, 10 May 2009 (UTC)

To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
AWB version 4.5.3.1, revision 4300 (2009-05-09 14:44:41)
Workaround None
Fixed in version Unknown


Sounds like the plugin is out of date.. Grab an updated version from the plugins folder Reedy 15:05, 10 May 2009 (UTC)
Reedy, can you add some tests in the code to prevent the use of old plugins? Something like version check and if the version is old to pop up a message instead of crashing. -- Magioladitis (talk) 15:59, 10 May 2009 (UTC)
Reedy, I am getting the same error with Category creation plugin by User:Ganeshk and Kingboy ( not a standard plugin shipped with AWB). I have left a note here for Ganeshk. Any pointers to help him will be gr8 -- Tinu Cherian - 09:26, 27 May 2009 (UTC)
It seems he's on a wikibreak. I believe the source is about for this plugin somewhere...? Reedy 11:30, 27 May 2009 (UTC)
here -- Tinu Cherian - 07:32, 28 May 2009 (UTC)
I've emailed him, as the source isnt complete so i cant update the plugin. Reedy 01:21, 29 May 2009 (UTC)
I have fixed the bug per Reedy's instructions. I had to add an "i" to some procedure names. I have uploaded a new source code zip file. Reedy, can you check if this one is complete? Thanks, Ganeshk (talk) 02:23, 29 May 2009 (UTC)

rev 4652 - Nicer error handling... Could do with some better handling still as per Magioladitis... Reedy 13:29, 29 June 2009 (UTC)

[edit] InvalidOperationException in SpecialPageListProvider.MakeList

Status New
Description Thread: ListMaker (SpecialPageListProvider: Wars_involving_Italy)
Exception: InvalidOperationException
Message: Een formulier dat al modaal wordt weergegeven, kan niet als modaal dialoogvenster worden weergegeven. Sluit het formulier alvorens showDialog aan te roepen.
Call stack:
   bij System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   bij System.Windows.Forms.Form.ShowDialog()
   bij WikiFunctions.Lists.SpecialPageListProvider.MakeList(String[] searchCriteria)
   bij WikiFunctions.Controls.Lists.ListMaker.MakeListPlugin()

Kwiki (talk) 18:35, 12 May 2009 (UTC)

To duplicate: ListMaker Text: Wars_involving_Italy
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
AWB version 4.5.3.2, revision 4312 (2009-05-10 21:47:07)
Workaround Using "Random Pages" as source instead of "Special page - Random Pages". Or just avoid being too quick.
Fixed in version Unknown


How to replicate this bug:
- Start AWB
- Login
- Set "Special page" as list source
- Click the "Make list" button
- select "Random Pages" as source
- Press the Enter key
- Click the "Make list" button
- Press the Enter key
Repeat these last two steps a couple of times, rather quickly (I mean buttonbash), and soon you'll see an errormessage pop up.


The errormessage in Dutch roughly translates to:
A form that is already displayed as a modal, can not be displayed as a modal dialog form. Close the form before calling showDialog.

This probably means that AWB calls the function "showDialog" while the form "Special Pages" is open. It might be possible to solve this by checking if the form is already open before calling the "showDialog" function.


JiT error message: InvalidOperationException in SpecialPageListProvider.MakeList

  System.Threading.ThreadAbortException: De thread is afgebroken.
bij System.Windows.Forms.UnsafeNativeMethods.IntCreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y,
Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
bij System.Windows.Forms.UnsafeNativeMethods.CreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y,
Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
bij System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
bij System.Windows.Forms.Control.CreateHandle()
bij System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bij System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bij System.Windows.Forms.Control.CreateControl()
bij System.Windows.Forms.Control.WmShowWindow(Message& m)
bij System.Windows.Forms.Control.WndProc(Message& m)
bij System.Windows.Forms.ScrollableControl.WndProc(Message& m)
bij System.Windows.Forms.ContainerControl.WndProc(Message& m)
bij System.Windows.Forms.Form.WmShowWindow(Message& m)
bij System.Windows.Forms.Form.WndProc(Message& m)
bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

[edit] KeyNotFoundException in Parsers.FixCategories

Status Need more information
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)
   at WikiFunctions.Parse.Parsers.ChangeToDefaultSort(String articleText, String articleTitle, Boolean& noChange)
   at WikiFunctions.Article.SetDefaultSort(LangCodeEnum LangCode, Boolean SkipIfNoChange)
   at AutoWikiBrowser.CustomModules.CustomModule.ProcessArticle(String ArticleText, String ArticleTitle, Int32 wikiNamespace, String& Summary, Boolean& Skip)
   at WikiFunctions.Article.SendPageToCustomModule(IModule module)
   at AutoWikiBrowser.MainForm.ProcessPage(ArticleEX theArticle, Boolean mainProcess)

(note: this occured imediately after the last error on the first page that I tried to process. Both are using the DrilBot account and use a custom module for general fixes). –Drilnoth (T • C • L) 22:52, 17 May 2009 (UTC)

To duplicate: [encountered while processing page [1]]
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
AWB version 4.5.3.3, revision 4317 (2009-05-11 05:17:57)
Workaround None
Fixed in version Unknown


Can't reproduce. Rjwilmsi 19:31, 18 May 2009 (UTC)

I thought that might happen, since it occured right after the last error and the custom module is used for gen fixes. I wouldn't worry about it too much; it seems to be working OK now. –Drilnoth (T • C • L) 20:18, 18 May 2009 (UTC)
The previous error means that at this point the Variables.Namespaces dictionary hasn't been populated correctly. If we fix the previous one (cancel background request error), this error shouldn't happen. Rjwilmsi 09:11, 28 June 2009 (UTC)

Hopefully now fixed by Reedy's work under CancelBackgroundRequests bug. Rjwilmsi 15:23, 30 June 2009 (UTC)

[edit] DirectoryNotFoundException in Updater.CopyFiles

Status New
Description Thread:
Exception: DirectoryNotFoundException
Message: Could not find a part of the path 'C:\Documents and Settings\walkerma\Local Settings\Temp\$AWB$Updater$Temp$'.
Call stack:
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
   at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
   at AwbUpdater.Updater.CopyFiles()
   at AwbUpdater.Updater.UpdateAwb()

Walkerma (talk) 02:52, 19 May 2009 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
AWB version 2.0.0.0
Workaround None
Fixed in version Unknown


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

Status New
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
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)

[edit] NullReferenceException in MainForm.SetProject

Status New
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)

roux   21:21, 5 June 2009 (UTC)

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


//roux   21:21, 5 June 2009 (UTC)

What had you selected? Reedy 22:41, 5 June 2009 (UTC)
Happened as soon as I tried to open AWB. //roux   22:47, 5 June 2009 (UTC)
Isn't this the AWB way of saying: 'your internet is down'? Rjwilmsi 09:35, 6 June 2009 (UTC)
My intertubes were connected at the time.//roux   17:10, 6 June 2009 (UTC)
It can be a failed/bad connection to the WMF servers at the time... Reedy 17:35, 6 June 2009 (UTC)

[edit] IndexOutOfRangeException in Variables.SetProject

Status New
Description Problem occurred when attempting to change site from en.wiki to simple.wiki in the Preferences. --Philosopher Let us reason together. 21:16, 6 June 2009 (UTC)
Exception: IndexOutOfRangeException
Message: Index was outside the bounds of the array.
Call stack:
   at System.Array.Clear(Array array, Int32 index, Int32 length)
   at System.Collections.Generic.List`1.Clear()
   at WikiFunctions.Variables.SetProject(LangCodeEnum langCode, ProjectEnum projectName, String customProject)
   at AutoWikiBrowser.MainForm.SetProject(LangCodeEnum code, ProjectEnum project, String customProject)
   at AutoWikiBrowser.MainForm.PreferencesToolStripMenuItem_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)
To duplicate: Unknown
Site URL: http://en.wikipedia.org
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
AWB version 4.5.3.2, revision 4312 (2009-05-10 21:47:07)
Workaround None
Fixed in version Unknown


[edit] InvalidOperationException in MainForm.exitToolStripMenuItem_Click

Status New
Description
Exception: InvalidOperationException
Message: Collection was modified; enumeration operation may not execute.
Call stack:
   at System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
   at System.Windows.Forms.Application.ExitInternal()
   at System.Windows.Forms.Application.Exit(CancelEventArgs e)
   at System.Windows.Forms.Application.Exit()
   at AutoWikiBrowser.MainForm.exitToolStripMenuItem_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) 09:03, 11 June 2009 (UTC)

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


[edit] Plugins

[edit] Negative number of tagged files in Kingbotk plugin

Status New
Description KingbotK plugin outputs negative number of tagged articles. Magioladitis (talk) 09:36, 4 April 2009 (UTC)
To duplicate: I was first logged in as Magioladitis with no plugin loaded. Then I logged out, logged in as Yobot, loaded my settings (plugin load already in the settings file) and started running. The first tag gave number -3.
Site URL: en.wiki
Operating system XP SP2
AWB version 4.5.2.0 (svn 4100) and KingbotK plugin 2.1.1.0
Workaround
Fixed in version


Proof:

File:Awb-bug4.jpg

Magioladitis (talk) 09:36, 4 April 2009 (UTC)

I think where this is coming from. Today I started with -34 ans skipped 34. I think every time the plugin is loaded has to set Number of edits to 0. I think it's grabbing some value from somewhere. -- Magioladitis (talk) 20:54, 22 June 2009 (UTC)

[edit] Kingbotk in not handling blp parameter in {{WPBS}}

Status New
Description Check this one and this one as example. I was tagging people as dead with AWB/Kingbok plugin. Living parameter was correctly changing from yes to no. But blp=yes was supposed to be removed as well. I had the same problem for the other direction as well: When I am marking people as alive, Kingbotk doesn't add blp=yes in {{WPB}} nor {{WPBS}} if they are present. -- Magioladitis (talk) 07:44, 19 June 2009 (UTC)
To duplicate: Examples given above
Site URL: en.wiki
Operating system XP SP2
AWB version 4.5.3.3. (rev 4537) + KingbotK plugin 2.1.2.0
Workaround
Fixed in version


[edit] Kingbotk has problem with statistics

Status New
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)
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)

[edit] AWB + "kingboyplugin + WP:India tagging" hangs

Status New
Description AWB + "kingboyplugin + WP:India tagging" hangs while parsing WikiProject Template that has lots of variables/comments tags inside ? Example page
To duplicate:
Site URL: en.wiki
Operating system Windows XP
AWB version 4.5.3.3 SVN 4340 5/19
Workaround End task and start all over again. ( rm the erring Template ofcourse)
Fixed in version



[edit] Other bugs

[edit] Wiki search not working

Status Site error
Description "Wiki search (text)" returns no results, regardless of the query string. OrangeDog (talk • edits) 17:40, 1 July 2009 (UTC)
To duplicate:
Site URL: en.wikipedia
Operating system Windows Vista
AWB version 4.6.0.0 SVN 4662
Workaround
Fixed in version


Working fine for me now. Seems it was a site error at the time. Reedy 22:31, 2 July 2009 (UTC)
Working for most strings now but for some reason not for "based off". Returns empty list with "List complete!" message. Compare [2]. OrangeDog (talk • edits) 20:17, 3 July 2009 (UTC)
I just got 1,000 pages for that fine. Reedy 21:19, 3 July 2009 (UTC)
Then why is it just failing for me on this one query? Most mysterious. OrangeDog (talk • edits) 01:58, 4 July 2009 (UTC)
In the link you provided, you included the quotes ("based off"). Are you doing the same for AWB? If so, try it without the quotes. Like Reedy, I get 1000 pages when doing it without the quotes. MANdARAX • XAЯAbИAM 02:58, 4 July 2009 (UTC)
Yes, I am including the quotes, exactly as in the wiki search I linked. It works without the quotes, but obviously these results are useless when searching for the whole phrase. Other queries that include quotes still work as expected, "based on" for example. OrangeDog (talk • edits) 03:11, 4 July 2009 (UTC)

[edit] Can't find difference in list filter

Status New
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 -
AWB version HEAD
Workaround -
Fixed in version Unknown


[edit] Moar <br>

Status New
Description [3]. MaxSem(Han shot first!) 17:49, 12 July 2008 (UTC)
To duplicate: Sandbox
Operating system any
AWB version head
Workaround bang!
Fixed in version Unknown


Wasn't this fixed by improving the articles formatting? There's almost always better ways to format than using <br>. Kirkburn (talk) 14:34, 14 July 2008 (UTC)

And <p>[4]. MaxSem(Han shot first!) 16:06, 5 August 2008 (UTC)

[edit] Link simplification too greedy - eating spaces

Status Need more information
Description James I of England replaced with James I of England in this diff. It happens to be OK here but the general rule should be not to do it. Rich Farmbrough, 00:21 27 August 2008 (GMT).
To duplicate:
Operating system V
AWB version 4.3.2.0
Workaround
Fixed in version Unknown


Hmm, does anyone have an example of inappropriate change using that feature? MaxSem(Han shot first!) 18:07, 16 September 2008 (UTC)

I've left a message on Rich's talk page asking for more information. Rjwilmsi 20:10, 13 February 2009 (UTC)
I don't. It seems to me that if the editor explicitly wants to link only part of the phrase they should be able to. For example "Henry IV and James I of England. " Rich Farmbrough, 20:34 14 February 2009 (UTC).

For info, the logic is in Parers.StickyLinks(). Rjwilmsi 20:36, 22 May 2009 (UTC)

[edit] Substitution of template doesn't seem to be ok

Status New
Description Check [5] Magioladitis (talk) 19:32, 10 October 2008 (UTC)
To duplicate: Try to substitute BD with AWB's template substitution
Operating system XP SP2
AWB version 4.4.1.0
Workaround {{subst:{{BD}|year of birth|year of death|sort key'|subst=subst:}}
Fixed in version Unknown


I have the same issue running off the most recent snapshot and it's been like this for awhile (not sure what release).

Yes, this template has to be handled differently. We need some kind of exception. -- Magioladitis (talk) 12:40, 14 December 2008 (UTC)
In addition to that one, I meant just subst'ing templates in general. I used to be able to make it work and now nothing. §hep¡Talk to me! 12:48, 14 December 2008 (UTC)
general case fixed. I think we just have to add some excpetion for Bd and Lifetime. -- Magioladitis (talk) 11:59, 3 July 2009 (UTC)

[edit] Disambiguation is grabbing the word "Wictionary"

Status New
Description I am using Disamb. to take links from Lost and the word "Wictionary" came into the list. Is there anyway that you fix this?
To duplicate:
Operating system XP SP2
AWB version 4.4.1.1
Workaround
Fixed in version Unknown


Presumably your meaning links from transcluded templates? Reedy 21:00, 6 December 2008 (UTC)
Disambiguation -> Enable Disambiguation -> I entered the word "Lost" and pressed "Load links" -> "Variants" include "Wiktionary". -- Magioladitis (talk) 21:09, 6 December 2008 (UTC)
It's because there's a link to Wiktionary in the {{wiktionarypar}} template. --Closedmouth (talk) 05:32, 7 December 2008 (UTC)
Yes, it should be omitted. -- Magioladitis (talk) 10:01, 7 December 2008 (UTC)
[6] is the API query that gets used (same as in the list maker).. So, your saying, it shouldn't give links from transcluded templates, just links on the actual page? Reedy 20:06, 7 December 2008 (UTC)
Opened a MW Bug Reedy 20:15, 7 December 2008 (UTC)
Thanks. We could omit "Wictionary" and "Disambiguation link". -- Magioladitis (talk) 20:43, 7 December 2008 (UTC)

The bug has already been declined, will think about making a per-project exclusion lists. MaxSem(Han shot first!) 06:26, 8 December 2008 (UTC)

[edit] 'Find' sometimes fails to use the search key

Status Need more information
Description 'Find' sometimes fails to use the search key. For example, if I search for 'foo', it will claim that 'bar' is a hit. It is an intermittent fault that I have noticed with several versions of AWB. I usually just ignore it or relaunch AWB. I recently discovered that you can workaround it by keep clicking 'Find' (i.e. the 'next' function) until it has gone to the end of the page and wraps round to the beginning. Incidentally, sometimes I have to click 'Find' about three times to get it going but that is a separate issue. Lightmouse (talk) 16:26, 19 December 2008 (UTC)
To duplicate:
Operating system
AWB version svn3582
Workaround keep clicking until the search wraps round to the beginning of the page again
Fixed in version Unknown


All i find is after it does the last one on the page, it just puts the caret back before the first character and seems to continue fine after... Any more detailed steps? Reedy 23:20, 2 January 2009 (UTC)
I've encountered both these quirks too. But I can't pin down what cirumstances cause them to happen. Colonies Chris (talk) 11:04, 9 January 2009 (UTC)

It is one of those tricky intermittent issues. I will try to see if I detect more context, I hope that Colonies Chris and other users will also add detail if they can. Lightmouse (talk) 12:50, 10 January 2009 (UTC)

Still happening in rev 4395. --Pascal666 20:28, 31 May 2009 (UTC)

[edit] Needless space

Status Fixed in the next release
Description See my need to fix an AWB mistake here: [7]. Link was properly formatted in AWB.
To duplicate: Revert the page to the old version on the link, and try to change the text to what it is now; it will insert the needless space.
Operating system Vista
AWB version 4.4.2.0
Workaround
Fixed in version Unknown


Steps to duplicate? Reedy 16:52, 8 January 2009 (UTC)
rev 4694. Fixed! :P -- Magioladitis (talk) 23:31, 2 July 2009 (UTC)

[edit] Source not persistant between releases

Status New
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
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)

[edit] Failing to "check we are logged in" on Wikia.

Status New
Description Starting a new run hangs in "loading page to check we are logged in"Rich Farmbrough, 21:31 12 February 2009 (UTC).
To duplicate: See above
Site URL: runescape.wikia.com
Operating system Vista
AWB version 3950
Workaround Be logged in at start of session / close - reopen AWB
Fixed in version


Seems to only be a problem after logging in explicitly. Rich Farmbrough, 19:05 13 February 2009 (UTC).

[edit] RegexTypoFix doesn't work on indented text

Status New
Description RegexTypoFix doesn't work on text which is indented with a colon. I realize that this is most often used on talk pages, where typos shouldn't be fixed, but it is also used in articles. mandarax • xɐɹɐpuɐɯ 00:47, 10 March 2009 (UTC)
To duplicate: Try RegexTypoFix on User:Mandarax/Sandbox
Site URL: en.wikipedia
Operating system XP
AWB version 4.5.1.0
Workaround Use Find and replace to fix specific typos.
Fixed in version Unknown


Verified. Never seen that before tbh... Will take a look later on today (see if i can grab the source whilst still at uni, god knows why i dont have it on my memory stick) Reedy 11:06, 10 March 2009 (UTC)
HideText is hiding it.
            ReplaceMore(WikiRegexes.IndentedText.Matches(ArticleText), ref ArticleText);
So, now its a case of, why is it hiding it? (there is presumably a reason for it doing so) Reedy 22:01, 10 March 2009 (UTC)

[edit] Two problems with restart time

[edit] Timeout preference ignored

Status Bug currently being investigated/fixed
Description The timeout preference is ignored (in Options > Preferences > Site > Wait XX seconds before timing out). If a page load stalls, then the timer next to the bottom-left throbber always counts down starting from “Restarting in 60.”
To duplicate:
Site URL: http://en.wiktionary.org/
Operating system WinXP Home (under VMware Fusion)
AWB version
Workaround click “Stop” then “Start” instead of waiting for a full minute
Fixed in version Unknown


Those are different functionality. The timeout is related to the web request timeout (ie how long the web browser will wait for a response from the server before giving up). Reedy 19:45, 17 March 2009 (UTC)
Suggestions:
  • Make the difference evident to the user (it's reasonable to assume that “wait XX seconds” refers to the one and only visible seconds timer).
rev 4086 Reedy 23:07, 17 March 2009 (UTC)
  • Add a preference to change the visible timeout (for me, at least 1 in 8 pages stalls, and it waits for the full 60 seconds every time – the delay serves no purpose except to keep my edits/minute down at 1 or 2).
Thanks. Michael Z. 2009-03-17 20:10 z

[edit] Timeout preference silently wipes out values below 30

Status Unknown
Description If I type a number lower than 30 into the timeout preference (in Options > Preferences > Site > Wait XX seconds before timing out), then it sets the value to 30, without any warning or feedback.
To duplicate:
Site URL: http://en.wiktionary.org/
Operating system WinXP Home (under VMware Fusion)
AWB version
Workaround
Fixed in version Unknown


The numeric up down control is set to take a minimum of 30.. So if you set less, it'll give 30 as its answer. I suspect, though, you're not leaving the control or similar... Want the limit lowering? Reedy 23:05, 17 March 2009 (UTC)
I don't need a lower value (wrong timeout, see previous bug), it's just that the control is misleading. Here's what I notice upon closer examination:
Type in a number lower than 30. Click OK. The number resets to 30, but this is only visible for a fraction of a second before the dialogue disappears. In effect, your input is silently rejected. You think you've set the timeout to 15, but you haven't.
Fix:
  • Include text in the dialogue letting the user know the legal range (like “min. 30”, or “30+”).
  • If user enters an illegal figure and hits OK:
    1. Don't dismiss the dialogue.
    2. Beep to notify of error.
    3. Reset the figure to the nearest legal value (30).
    4. Select the figure, so the user can just start typing and hit enter.
 Michael Z. 2009-03-25 16:30 z


[edit] Blanking, Incorrect Tagging, and Incorrect Display

Status Not enough information/very rare bug
Description It was reported that I made this edit [8] using AWB. It incorrectly tagged the article with {{wikify}} and blanked the rest of the article. I also clearly remember that AWB did not show any blanking but only the adding of the templates.
To duplicate:
Operating system
AWB version 4.5.2.0
Workaround
Fixed in version Unknown


-download | sign! 20:23, 22 March 2009 (UTC)

Seems like its a bugged edit. My version doesn't want to make change changes at all.. Are you using anything custom in your config? Reedy 20:28, 22 March 2009 (UTC)
I haven't edited anything, other than the skip and general settings... -download | sign! 20:34, 22 March 2009 (UTC)

[edit] Re: Empty results for "What links here" and "What transcludes page"

Pulled this from the archives. It was said to be fixed in late March, but in AWB 4.5.2.0 using:

Source: What links here (all NS)
What links to: Template:Snooker project

I get 0 pages. Changing source to "What links here", "What links here (inc. Redirects)", "What links here (all NS) (inc. Redirects)", and "What transcludes page", I still get 0 results, despite over 500 pages using that template redir, which needs to be replaced with Template:WikiProject Snooker proper, or WP:AALERTS won't work properly with the project in question. Also tried removing the "Template:" from it, and none of those options worked either. I'm kind of at a loss as to what to do about this, since I'm not going to edit hundreds of these things manually. — SMcCandlish [talk] [cont] ‹(-¿-)› 19:53, 12 April 2009 (UTC)

I confirm this. I got the same for WPBiography. -- Magioladitis (talk) 19:58, 12 April 2009 (UTC)

NB: If you were going to do an AWB run similar to mine, but for bio articles, you'll probably want to do it in the opposite direction. While Template:WikiProject Biography exists as a redir to Template:WPBiography, the latter is used orders of magnitude more frequently. I'd prefer it if all projects used the "Template:WikiProject Whatever" convention, but changing that one in particular would be an enormous job. It does not have to be changed to work with AALERTs (the AALERTs template has a flag for specifying the banner name), it just has to be consistent, so the few {{WikiProject Biography|...}} instances around would simply need to be changed to {{WPBiography|...}}. — SMcCandlish [talk] [cont] ‹(-¿-)› 20:14, 12 April 2009 (UTC)
Was after the last release AFAIK.. So should be fine in the SVN snapshots Reedy 19:59, 12 April 2009 (UTC)
I have rev.4183 and still no results. -- Magioladitis (talk) 20:08, 12 April 2009 (UTC)
Hmph. I can't even check to see if that is current; as of the last half-hour or so, http://sourceforge.net/projects/autowikibrowser/ is a "500 - Internal Server Error" if anything comes up at all. — SMcCandlish [talk] [cont] ‹(-¿-)› 20:22, 12 April 2009 (UTC)
You should be looking in http://toolserver.org/~reedy/awbsnapshots/ -- Magioladitis (talk) 22:36, 12 April 2009 (UTC)
So, yeah, it is current, and ergo this is still broken. D'oh. — SMcCandlish [talk] [cont] ‹(-¿-)› 21:57, 13 April 2009 (UTC)
For me, it works for some templates and for some not! -- Magioladitis (talk) 22:13, 13 April 2009 (UTC)
That's weird. I can't get it to work for any templates at all. This is obviously pretty serious. I would have to think that tracking down and modifying template inclusions has long been one of the top-10 uses of AWB, before this functionality was broken. — SMcCandlish [talk] [cont] ‹(-¿-)› 22:42, 15 April 2009 (UTC)

[9] - Is what it should be loading... Does it work on some of the older versions? Or has there been an API change..? Reedy 23:01, 15 April 2009 (UTC)

Nothing actually links to that page.. Hence no results. What transcludes page (All NS) should give you what you want... Reedy 23:09, 15 April 2009 (UTC)
Having similar problems. 0 results when trying to get transclusions of Wikipedia:Featured article tools or {{Featured article candidates}}. No permutation of what links here is returning transcluding pages for me, either. Maralia (talk) 03:44, 16 April 2009 (UTC)
What transcludes page (All NS), using "Template:Featured article candidates" gives 52 results. What links here (All NS), using "Wikipedia:Featured article tools", gives 12 pages Reedy 18:20, 16 April 2009 (UTC)
Case 1: not for me; in AWB I get 0 results.
Case 2: in AWB I do get 12 results, but onwiki there are 600+ results.
Neither method—not 'what transcludes page' nor 'what links here (all NS)'—is yielding a result that includes what transcludes the page. I am on 4.5.2.0/SVN 4100. Maralia (talk) 18:55, 16 April 2009 (UTC)

No comment on the bug, but if the article alerts bot doesn't work with redirects, shouldn't it be fixed? --NE2 22:45, 15 April 2009 (UTC)

I'll contact B. Wolterding for some insight. Headbomb {ταλκκοντριβς – WP Physics} 07:10, 24 April 2009 (UTC)
ArticleAlertbot does work with template redirects... It's just that in the subscription, you need to specify the main template (rather than a redirect). For the pages tagged with a project banner, template redirects are fine. --B. Wolterding (talk) 19:18, 28 April 2009 (UTC)


[edit] Removing from watchlist

Status New
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
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)


[edit] Deletion?

Status New
Description I can't seem to delete image files with AWB... the box for the summary loads and when I click "delete" in the pop-up box it takes me to the page used for standard deletion, but when I then also click "delete" there it doesn't do anything. AWB's bottom bar says "protected". Is there something that I'm doing wrong or is this a bug?
To duplicate: Just try to delete an image using AWB
Site URL: en.wikipedia
Operating system Windows Vista
AWB version 4.5.2.0
Workaround Don't have one
Fixed in version Unknown


Any more information on this? I still can't delete files, which would be awfully helpful with some of the backlogs. –Drilnoth (T • C • L) 22:07, 10 May 2009 (UTC)

[edit] Bold names

Status Bug currently being investigated/fixed
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
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 [10] and [11]), 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)


[edit] Remove uncat tag with GF

Status Fixed in the next release
Description In the followomg edit the {{uncategorized}} tag was removed. This was without the tagger turned on. Duplicated with just GF.Rich Farmbrough, 21:21 21 May 2009 (UTC).
To duplicate: http://en.wikipedia.org/w/index.php?title=Council_for_European_Studies&diff=291477410&oldid=291469692
Site URL: en WP
Operating system V
AWB version 4.3.5.2
Workaround
Fixed in version


This was requested behaviour. Well, to remove tags if GF was enabled (still going to do so under auto tag). Though, i sorta agree that it shouldnt be removing it as its just a stub tag reating the category. Whats the actual bug that you're reporting? Reedy 11:20, 22 May 2009 (UTC)
It was reported beforeWikipedia_talk:AutoWikiBrowser/Bugs/Archive_10#Tagger_-_removing_uncat
According to Wikipedia_talk:AutoWikiBrowser/Bugs#Uncategorized_tag_not_added, {{uncat}} is added if there just a stub template. IMHO, it should also be added if there are only maintenance categories. -- User:Docu
How would AWB define a maintenance category? Rjwilmsi 09:46, 23 May 2009 (UTC)
It wouldn't, but it could tag articles as uncategorized that only use reference, coord missing, or article issue templates. The later generally apply maintenance categories. -- User:Docu
Hm, to not add uncat is OK, but to remove it on an assumption? Also seems to be happening to Orphan.

Marking as fixed. AWB doesn't remove tags in GF now. Reedy 22:41, 2 July 2009 (UTC)

[edit] Unbalanced brackets msg doesn't go away

Status Bug currently being investigated/fixed
Description After fixing an "unbalanced bracket" and clicking preview, the Alert message doesn't go away.shirulashem (talk) 17:28, 24 May 2009 (UTC)
To duplicate: Jay Staggs
Site URL: en.wiki
Operating system Vista
AWB version 4.5.3.2
Workaround
Fixed in version


It wouldn't, as its not reparsing the text, its just redisplaying it.. Reedy 19:15, 24 May 2009 (UTC)
Ok, but just as when you "delink" a multiple wikilink that message goes away, it would be nice if this did too. If you have a really long article, and you remove a set of unbalanced brackets, how do you know there aren't more in the article? shirulashem (talk) 01:10, 26 May 2009 (UTC)
I used to save it and have it checked it once more (I think the bug that reloaded the page has been fixed now though). If you are working on one of the WP:CheckWiki reports (e.g. #43, #47), it doesn't matter that much if one is missed, as the next day, the report would list additional occurrences. -- User:Docu

I will investigate whether AWB can be made to recheck for unbalanced brackets and remove the alert if appropriate when the user invokes the 're-parse' option. Rjwilmsi 14:36, 30 June 2009 (UTC)

rev 4685 When re-parsing, recalculate the article statistics. Alerts should also be re-done, but that's going to be more effort: alerts are based on article properties, which the ArticleEX object created on re-parse doesn't have. Rjwilmsi 15:08, 1 July 2009 (UTC)
rev 4686 When re-parsing, correctly update any article alerts too. Question remains whether pressing preview should trigger a re-parse – I think probably not. Rjwilmsi 16:31, 1 July 2009 (UTC)

[edit] Not initializing

Status New
Description I also got "Aplicativo não inicializado corretamente (0xc0000135). Click em 'OK' para finalizar a execução", as in Wikipedia_talk:AutoWikiBrowser/Archive_14#Strange_error... when I ty to execute the file. Helder (talk) 20:49, 8 June 2009 (UTC)
To duplicate: I've clicled in AutoWikiBrowser.exe
Site URL: none
Operating system Microsoft Windows XP
AWB version 4532
Workaround none
Fixed in version


Has AWB worked before for you? If no, do you definitely have the .NET framework installed? Rjwilmsi 11:16, 9 June 2009 (UTC)
I'm sorry for the delay... I forgot to watch this page. =S
I've used AWB in other computer (a long time ago). But currently I'm using a shared computer and I don't have privileges to see the control panel. So I'm not sure if the .NET framework is installed here... Anyway thanks for the reply... I'll ask some admin to install .NET framework (if it is not) at these computers. Thank you! Helder (talk) 19:36, 30 June 2009 (UTC)

[edit] Replacing underscores in image file names

Status New
Description AWB replaces underscores in file names, for example this edit. Apparently this behavior is considered normal (previous discussion) but I am afraid there are reasons, listed below, which make it undesirable. I am not an AWB operator, rather I am reporting AWB behavior which I consider unhelpful and am officially requesting a change to stop this behavior. That indicates this bug report rather than a feature request. AWB replaces underscores in links, such as [[United_States]] --> [[United States]] which is obviously desirable. However, as a consequence of that action it also replaces underscores in file names in image placement wiki markup, for example [[Image:Quincy_MA_geography.png|thumb| ... and features]] --> [[Image:Quincy MA geography.png|thumb| ... and features]] from the diff linked above. This is undesirable because:
  1. Unlike links, changing the underscores to spaces in file names has no effect on display of text visible to readers.
  2. Changing the underscores to spaces does have an effect on MediaWiki software handling of the file name, in fact it causes MediaWiki to reinsert the underscores before processing database key names and URLs, see the manual.
  3. 1 and 2 together make the changing of underscores into spaces a pointless edit which also adds a small step to page processing that is unnecessary.
  4. Changing the underscores to spaces in file names adds marked edits to diffs which are moot and can be ignored, but nevertheless clutter the diff listing with meaningless edits.
  5. Since URLs are served by MediaWiki with all file names using underscores to represent spaces, a file which was saved from a browser "Save" command or any other file retrieval method including automated ones will include the underscores. An editor who later copies the name of a file from within an edit window or diff which has had the underscores changed to spaces by AWB to perform some operation on the downloaded file on the local machine would need to replace the spaces with underscores after pasting the copied file name. The same holds true for a file on the local machine uploaded previously which originally had underscores in the name. This may be considered a minor annoyance but it also would be unnecessary if AWB had simply left the file name alone.
  6. As an old school coder, looking at a file name without the underscores actually takes more mental processing as well. The spaces break the name of a file into unfamiliar multiple pieces which I have to put back together mentally before comprehending the actual file name I uploaded.

None of these issues would ever arise if AWB would simply ignore underscores in file names i.e. not change any underscores following the strings "[[File:" or "[[Image:" and preceding a pipe character "|" (or in the absence of any parameters for image placement wiki markup, preceding the closing brackets "]]"). This would allow AWB to continue fixing links with underscores in the image caption. I would like to see that change made in future releases of AWB for the sake of elegance and to avoid wasted time, since underscore replacement behavior in the case of file names is obviously unnecessary. Sswonk (talk) 23:35, 15 June 2009 (UTC)

To duplicate: See this edit
Operating system Both
AWB version Any
Workaround
Fixed in version


I have no strong feelings one way or the other, and I wouldn't consider this to be a "bug", but I'd like to give an additional reason not listed above, which I personally think is the most important. File names with spaces instead of underscores are much more likely to be corrupted by careless non-AWB users editing them. With underscores it looks more like a single unit which should not be edited. MANdARAX • XAЯAbИAM 01:43, 16 June 2009 (UTC)

(undent; long post): My feeling is that the underscores should be removed, for the following reasons:

  1. In my opinion, the edit page is easier to read without underscores than with. This would seem to be a general consensus since this is the first time that it has ever been brought up to my knowledge.
  2. Don't worry about performance. This has never caused trouble for how many years? Unless a developer says something or there is an obvious problem, this performance change seems neglibible. It's like changing &amp; to &.
  3. See #2.
  4. AWB's adding or removal of whitespace, movement of interwiki links, etc., also make such changes... no real change, but they add to the diff. However, they do serve to standardize page formatting and layout. Honestly, it isn't hard to tell if an edit is inconsequential.
  5. I really don't understand what you're saying on this one (not technically-minded enough yet), but this seems like something that would affect only a fraction of a fraction of users.
  6. I think that most people here aren't "old school coders". I'm pretty new to things like JavaScript and CSS, and in those, yes, you use underscores for many things related to URLs. But you also use <h2> for section headers. This isn't HTML or C++ or JavaScript; it's wikitext, and to a non-coder spaces make more sense, just like bullets to create lists make more sense than <li> tags (since I just got really interested in coding stuff a few months ago, I can assure you that this is true from personal experience).

(in response to Mandrax's comment): Most people who edit Wikipedia understand link syntax, and know that changing things between double brackets can cause links to break. This doesn't seem any more likely with images than with other links. Besides, how often do you see someone make this kind of error where having underscores would have prevented it?

Additionally, using underscores causes longer image names to create goofy line wraps in the edit box... another minor point, but it can come up.

So yes, I think that this is perfectly good and positive functionality for AWB. –Drilnoth (T • C • L) 02:05, 16 June 2009 (UTC)

Mandarax – Hard to call it a bug, but I couldn't call it a feature request so I put it here. I agree with your single unit file name point, in the example above it could appear the file name is "geography.png" after AWB, but no question it is really "Quincy_MA_geography.png" before AWB indiscriminately changed it.
Drilnoth – Here I go, and I hope this helps:
  1. OK, that's an opinion, I expressed mine as well. But the name of the file is being changed. That's a fact. At any rate, with all the brackets, pipes, braces, infoboxes, cite templates and so on, removing those underscores really doesn't do much to relieve any readability issues in the edit box. For me and others, underscores enhance readability because they keep the file name in one piece.
  2. WP:DWAP was assumed. I do worry about wasted time, rather than performance. Changing the file name does nothing, so why do it? I am not asking for a fix to decrease load, that's absurd. It's the pointlessness that bothers me.
  3. OK
  4. You've won me over on that one.
  5. I spend a lot of time using copy-paste to save time when browsing and working with text. This AWB edit throws a workflow off, since I am accustomed to copying the file name from anywhere – edit boxes, URLs or my own system, and having them remain the same. Although the name with either spaces or underscores is equivalent in wikicode, it isn't elsewhere. I won't go into details, but it is very convenient to be able to assume that the name of the file I copy-paste is the actual name everywhere. Probably a larger fraction of editors than you suggest work this way, but we will probably not be able to know so just concentrate on what I said about copy-paste convenience.
  6. That "old school coder" thing was meant to be a self-deprecating remark. For background, I started coding on a Commodore PET at a neighbors house before getting my own TI_99/4A. It is incredibly cool to be able to save my work through a wireless home network onto a server disk in San Francisco in less than a second, much better than waiting 10 seconds to write 2000 bytes on a cassette tape. I like having wikicode make a lot of the CSS, HTML and parser functions work with a lot less typing, too. I embrace any technology that makes things easier for people. I admire AWB for most of what it does, but don't use it because it requires Windows and that technology unfortunately makes things more difficult – again, opinion, but I usually only use my XP machine only when testing IE rendering.
File name causes strange wraps, like long URLs, not a big problem. But breaking the file name goes back to my first point here, answering Mandarax. It increases the possibility that an editor might accidentally screw up the file name as well. To conclude, the edit done here by AWB in my eyes is silly and disruptive. Like I said, I embrace the improvements of technology but something about this particular behavior really bothers me, and it could be fixed very easily in AWB code by a little parsing of the text inside double brackets to have it avoid changing file names and go on changing all the other underscores. Congrats on getting into coding, I really appreciate a detailed response, and clicking the edit link beside the section header is better too (inside joke from VP). Sswonk (talk) 03:44, 16 June 2009 (UTC)
Fair enough. I am still inclined to disagree with you position on this, but I will not oppose the removal of the change. Thank you for taking the time to expand on your reasoning. –Drilnoth (T • C • L) 22:43, 19 June 2009 (UTC)

[edit] Scroll bar slider does not work correctly with a large list

Status New
Description I just created a list of almost 600,000 articles and then sorted them alphabetically. Saving the list to a file works fine. Clicking on an item in the list and hitting end, home, pageup, and pagedown all work correctly. Repeatedly clicking on the scroll bar at the right works correctly. Dragging the scroll bar slider however results in the same 65536 or so articles repeated over and over.Pascal666 22:29, 19 June 2009 (UTC)
To duplicate: Create a large list of articles, sort alphabetically, drag the slider down through the list and look for the numbered articles at the top of the list to start displaying again.
Site URL: en.wiki
Operating system Vista sp1
AWB version rev 4426
Workaround Use any method other than the slider to scroll through the list.
Fixed in version


Presumably thats a problem with the actual control that MS make.. Reedy 22:35, 19 June 2009 (UTC)
Appears to be a Vista issue. Listed workaround is to use DataGridView instead of Listbox. --Pascal666 18:34, 21 June 2009 (UTC)
Cheers for doing the research. Typical MS saying we cant help, even though its one of their products also.. I use vista, so can duplicate it.. And look at fixing it.. ListView or DataGridView... Reedy 20:26, 21 June 2009 (UTC)

[edit] Unwanted general fixes

Status Not a bug in AWB, has been referred
Description AWB applies general fixes (such as deleting whitespace and moving stub tags) regardless of whether "apply general fixes" is selected or not --GW 00:47, 30 June 2009 (UTC)
To duplicate: Problem occurred immediately after upgrading to 4.6.0.0, apply general fixes set to off, appending text to pages and adding categories on, no skip options set, edit set to minor.
Site URL: en.wikipedia
Operating system Windows XP Professional SP3
AWB version 4.6.0.0
Workaround
Fixed in version


If you are adding categories the AWB sorting logic has to be called to ensure the new category is placed correctly. The sorting logic will involve some whitespace and stub placement correction too. Rjwilmsi 07:35, 30 June 2009 (UTC)

[edit] enWS, fails to find locate pages in Page: namespace

Status Not a bug in AWB, has been referred
Description On Wikisource, AWB fails to find pages in the Page: domain as linksbillinghurst (talk) 13:54, 30 June 2009 (UTC)
To duplicate: From link s:Index:The History of the Church & Manor of Wigan part 1.djvu, select 'Links on Page' and it only finds main namespace, and Author: namespace links
Site URL: Wikisource
Operating system XP
AWB version 4.6.0
Workaround Manually load links into AWB
Fixed in version


It works fine, its just the dynamic page list thats used to add those links to the page.. The API/DPL itself doesnt actually return that list [12] Reedy 14:15, 30 June 2009 (UTC)
bugzilla:19443 - Not a bug in AWB or the API. Bug logged against the Extension that provides the functionality. Reedy 14:25, 30 June 2009 (UTC)
Okay. I chatted with ThomasV and he says that he has implemented a fix. All is (or will be) sweet. THANKS. -- billinghurst (talk) 14:39, 2 July 2009 (UTC)
Yup, just noticed that. Be fixed after code review and scap. Reedy 14:40, 2 July 2009 (UTC)

[edit] NullReferenceException in Variables.LoadProjectOptions

Status New
Description
Exception: NullReferenceException
Message: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Call stack:
   bei WikiFunctions.Variables.LoadProjectOptions()
   bei WikiFunctions.Variables.SetProject(LangCodeEnum langCode, ProjectEnum projectName, String customProject)
   bei AutoWikiBrowser.MainForm.SetProject(LangCodeEnum code, ProjectEnum project, String customProject)
   bei AutoWikiBrowser.MainForm.LoadPrefs(UserPrefs p)
   bei AutoWikiBrowser.MainForm.LoadPrefs(String path)

195.125.219.98 (talk) 07:02, 3 July 2009 (UTC)

To duplicate: Unknown
Site URL: http://xxx.de/wiki/ (company-wiki)
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
AWB version 4.6.0.0, revision 4662 (2009-06-29 19:22:14)
Workaround None
Fixed in version Unknown


What MW version etc? Reedy 17:43, 4 July 2009 (UTC)

[edit] Article Issues

Status Fixed in the next release
Description AWB is creating unnamed parameters in {{Article issues}}. Pascal666 22:20, 3 July 2009 (UTC)
To duplicate: Load Electromagnetic theories of consciousness in AWB with general fixes enabled
Site URL: en.wiki
Operating system Vista
AWB version 4.6.0.0
Workaround
Fixed in version


Diff. The problem is in expert. -- Magioladitis (talk) 22:32, 3 July 2009 (UTC)

This is easy to fix. AWB has to enter date to undated expert before merging into Article issues. -- Magioladitis (talk) 22:55, 3 July 2009 (UTC)
Expert takes a subject not a date. I'll fix AWB to ignore the {{expert}} template without a second argument. Rjwilmsi 13:15, 4 July 2009 (UTC)

rev 4699 Ignore {{expert}} when no second parameter (the subject the expertise is needed in) is provided. Rjwilmsi 14:21, 4 July 2009 (UTC)

[edit] ArgumentException in AWBLogListener.AddAndDateStamp

Status New
Description
Exception: ArgumentException
Message: Cannot add or insert the item 'John Franklin' in more than one place. You must first remove it from its current location or clone it. Parameter name: item
Call stack:
   at System.Windows.Forms.ListView.InsertItems(Int32 displayIndex, ListViewItem[] items, Boolean checkHosting)
   at System.Windows.Forms.ListView.ListViewNativeItemCollection.Insert(Int32 index, ListViewItem item)
   at System.Windows.Forms.ListView.ListViewItemCollection.Insert(Int32 index, ListViewItem item)
   at WikiFunctions.Logging.AWBLogListener.AddAndDateStamp(ListView listView)
   at WikiFunctions.Logging.LogControl.AddLog(Boolean skipped, AWBLogListener logListener)
   at AutoWikiBrowser.MainForm.SkipPageReasonAlreadyProvided()

Penguin (talk) 00:20, 4 July 2009 (UTC)

To duplicate: Unknown
Site URL: http://da.wikipedia.org
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
AWB version 4.6.0.0, revision 4662 (2009-06-29 19:22:14)
Workaround None
Fixed in version Unknown


Fixed in rev 4624. Please grab a snapshot. -- Magioladitis (talk) 06:26, 4 July 2009 (UTC)

My fix didn't work, and you'll notice that the fix revision 4624 is earlier than the revision of the 4.6.0.0 release (rev 4662). I'll take another look. Rjwilmsi 13:12, 4 July 2009 (UTC)

[edit] Parsers.GetTemplates is case-sensitive

Status Fixed in the next release
Description Using Parsers.GetTemplates matches only if the template name in the article matches exactly the template name passed in. It should be case-insensitive on the first character, having first taken account of pathological instances of "tEmPlAtE:" (e.g. {{tEmPlAtE : date}} → 6 July 2009) ClickRick (talk) 09:54, 4 July 2009 (UTC)
To duplicate:
Site URL: en.wiki
Operating system XP SP3
AWB version 4.6.0.0
Workaround Pass the template name as a regex, e.g. "[Dd]ate";

avoid the use of such bizarre capitalisation in articles!

Fixed in version


rev 4698 GetTemplates and GetTemplate are case insensitive on the first character of the template name. Rjwilmsi 13:52, 4 July 2009 (UTC)
That was quick! 14:08, 4 July 2009 (UTC)

[edit] Error 6 'WikiFunctions.Variables' does not contain a definition for 'User' C:\AWB\AWB\AWB\LoggingSettings.cs 381 40 AutoWikiBrowser

Status New
Description Can't compile latest snapshotRich Farmbrough, 00:58, 5 July 2009 (UTC). 00:58, 5 July 2009 (UTC)
To duplicate:
Operating system V
AWB version
Workaround
Fixed in version


Error 6 'WikiFunctions.Variables' does not contain a definition for 'User' C:\AWB\AWB\AWB\LoggingSettings.cs 381 40 AutoWikiBrowser
First of many errors..
OK may be user error! But I had it compiling once. Rich Farmbrough, 00:58, 5 July 2009 (UTC).
Snapshots are already compiled. Do you mean the head SVN revision? Rjwilmsi 08:27, 5 July 2009 (UTC)
It would seem so. Rich, you need to switch from AWB's "trunk" which is he AWB folder in the svnroot, to the branch called WebBrowser. We are currently working on porting to ApiEdit, hence so many errors. We're getting there... Else use my svn snapshots. Reedy 08:40, 5 July 2009 (UTC)
Personal tools

Visit joltnews for the latest headlines
Visit bloit.com for company information
Geed Media does computer consulting on long island.
This page viewed times. See Logs