This is an archive of past discussions. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page.
We have it set to run every 30 days, I thought it was not working because some of the discussions were not signed properly so I added the templates {{Archive top}}/{{Archive bottom}} but it still does not seem to archive them. What could be the reason for that? Thanks FFMG (talk) 06:31, 3 September 2009 (UTC)[reply]
It looks like the counter was not incremented on WT:VG. It was at 71 and the bot was archiving articles to 71, 72, and 73. Edit summaries noted that the archives were full, but the counter was not updated to reflect this. —Ost (talk) 12:38, 3 September 2009 (UTC)[reply]
Hi, noticed that your bot has stopped archiving my talk page. I took a look at the manual and couldn't see anything wrong with what I have on my talk page. Any ideas? Thanks. :) — neuro(talk)18:57, 3 September 2009 (UTC)[reply]
In future, if there is going to be a lightly trafficked RFC, you may wish to add a false timestamp equal to rfc_start+30 days. –xenotalk15:06, 14 September 2009 (UTC)[reply]
Archive stopped working on my page
So this should have been archived about 3 days ago by my reckoning, and nothing [2] I haven't made any changes to the template since the last time your bot did visit my page (other than to increase the counter), there is a comma between the time and date, I have minthreadsleft=0 so that shouldn't be an issue--Crossmr (talk) 01:49, 13 September 2009 (UTC)[reply]
Hi, I've reverted this bot edit which left the page in a strange state. As a result, all the sections got grouped into a single section. At a glance I'd say it's related to the fact that some of the page content includes discussion of the article structure and includes "==" in comment text. I'm guessing this text may have been misinterpreted by the bot as being the section headers in the talk page. But that may be an incorrect guess; I'll leave it with you to investigate anyway. Thanks. PL290 (talk) 14:54, 14 September 2009 (UTC)[reply]
The section under Religion has been vandalized. I can't see in the "edit this page" where the code is coming from:
[3]
Religion
Main article: Religion in Libya
Religion in Libya
fuck fuck fuck fuck fuck[91]
I hope you can use your expertise and get it fixed, since I am a newbie and evidently the obscene comments are hidden in the "edit" page somehow. Thank you kindly.
--Caroledj (talk) 18:13, 15 September 2009 (UTC)[reply]
It's at it again. I notice that it's not removing any text from AN or ANI, but just adding more text to the archives. I've blocked the bot, and will revert to the pre-software-update version of both pages; I suspect the software update is causing the problems. Graham8715:38, 17 September 2009 (UTC)[reply]
Ergh ... it hasn't removed archived sections from *any* pages since the software update; it just keeps adding to talk page archives. I've reverted to the pre-software update version of the AN and ANI archives; I don't have time to fix any other pages now. All the bad edits come after 00:00 UTC on September 17. Graham8715:52, 17 September 2009 (UTC)[reply]
Erm, what software update are we talking about, exactly? I'm not really tracking the news recently (apart from the Signpost). Миша1306:14, 18 September 2009 (UTC)[reply]
On pywikipedia-l, someone is saying that the XML problem is fixed, or at least worked around by using the API. More in my new comment at the VPT thread. EdJohnston (talk) 17:12, 19 September 2009 (UTC)[reply]
On Talk:Tajikistan it seems to have done the reverse — deleting without archiving.
Odd. I see no error on that page in the logs. Looks like the API just silently failed to create the archive page. Can't really reproduce this, either. Миша1319:31, 20 September 2009 (UTC)[reply]
A blacklisted link showed up when I manually archived Talk:Tajikistan. I tried to add the link back to the talk page; that was blocked too. Dunno why it didn't happen to Graham.
I have a {{talkarchivenav}} template at the top and bottom of my archive pages. MiszaBotIII came along and archived everything as it should have, only moved it all to bellow the bottom {{talkarchivenav}} template. Any ideas about a solution?
I think the archiving on this page is really cool, with all the years and months. If I wanted my archiving set up like that then could I get MiszaBotIII to do it for me? If I cut and pasted all of the archived thread onto my live user talk page then would it come along and file everything away like that?
p.s. As per 2. I've set up this page and so I think I've got all of the requisite infrastructure. I just need to alter the commands given to the bot at the top of my user page. ~~Dr Dec(Talk)~~14:18, 21 September 2009 (UTC)[reply]
Hi Misza. Your bot archived two sections twice to the archive. You might want to check if this is a bug. BTW: I do not understand, why your bot always adds an empty line between the title of a section and the text. It would be great, if you could stop it doing so. Thanks, Leyo16:50, 20 September 2009 (UTC)[reply]
Read above - a recent mediawiki update caused a lot of bots to malfunction, including mine - the 17th Sept run only put threads in the archive but did not remove them.
Why it does that is a side effect of its object-oriented design. The algorithm is too complex to go into details right now, so let's just say it would be too much of a hassle for me to change the architecture to accomodate your wish.
The two bots that do archiving on de-WP, ArchivBot and SpBot, are not adding an empty line between title and text.
Just to be clear: I am not talking about how the page code on archive pages is. However, I think your bot should stop adding empty lines in sections of talk pages that are not even archived at that time (example on the bottom). --Leyo07:28, 23 September 2009 (UTC)[reply]
Those are not my bots - they have a different architecture, so they do things differently.
My bot first is object-oriented. First, it decomposes the page (and archives, as necessary) into the intro and proper Thread objects. These in turn are composed of a thread title (such as "Archived twice") and thread content. Threads are then tossed into the archives as appropriate - it's easier than working with chunks of text - I just remove objects that have certain properties from one array (the page's) and put them in another (the archive's). When changes are ready to be committed, new raw page text is being literally composed from the objects: first the page intro, then each thread writes the title (surrounded by double equal signs, separated from them by a single space, because that's a standard format for titles), a new line (because that's a standard too) and finally appends its contents.
As you see, it is not explicitly adding newlines where they're missing - it's an implicit side-effect of its OO architecture.
I've noticed you've Archived my talk page - thanks. But if you look at my List of Archived Pages - Archives 1 - 3 are listed. But what you've archived isn't listed (4 thru 8?). Can nyou make the appropriate correction - so these archived pages are also listed? Thanks. --Ludvikus (talk) 01:40, 24 September 2009 (UTC)[reply]
My bot doesn't maintain archive lists and indexes. You can however replace your archive box with the {{archive box|auto=yes}} or {{archive box|auto=long}} template and it will update itself automatically. Миша1305:17, 24 September 2009 (UTC)[reply]
Problems with MiszaBot on Simple English Wikipedia...
Hello,
We use Miszabot on Simple English Wikipedia to automatically archive a few "high-volume" pages. This has worked well, and we were all happy about it. However, in recent times the bot seems to "hiccup".
(For the following: The archivesize is set to 95K, the archival time is set to either 4,5, or 7 days, depending a bit on our mood).
Yesterday, I found the following situation:
Archive at 123k in size, there is one (large) discussion that is in the archives several times (see Archival page, Main page] when it was noticed (We are talking about the discussion Any point? here)
I clear out the logs, and delete the respective discussion manually.
Today, I look again; scenario is the same:
Bot archives a number of discussions, but does not clear them from the page after archiving
Just thought I wanted to let you know. (If you reply please use my SEWP talkpage, or send me email, I am not very often on EnWP), --Eptalon (talk) 15:07, 26 September 2009 (UTC)[reply]
This is related to recent problems with the MediaWiki upgrade - the simplewiki configuration file was missing an important setting. I believe the bot should be working correctly now. Миша1307:44, 28 September 2009 (UTC)[reply]