Signpost Archiving

edit

Is it possible to configure this bot to archive Signpost posts on usertalk pages? For example, I want to keep only the latest Signpost Tonymetz 💬 19:21, 4 September 2024 (UTC)Reply

Voice

edit

Call history Borhan0088 (talk) 01:17, 13 September 2024 (UTC)Reply

Editor interaction 500 error

edit

Reporting per its instructions: [1]

Error details
Traceback (most recent call last):
  File "/workspace/app.py", line 33, in inner
    return func(*a, **kw)
           ^^^^^^^^^^^^^^
  File "/workspace/app.py", line 71, in editorinteract_py
    tpl, store = EditorInteract(params)()
                 ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/editorinteract.py", line 30, in __call__
    self.process_results(store)
  File "/workspace/editorinteract.py", line 166, in process_results
    if store.namespaces[edit[0]]:
       20:49, 15 September 2024 (UTC)20:49, 15 September 2024 (UTC)20:49, 15 September 2024 (UTC)~^^^^^^^^^
KeyError: 126

Thanks, JBL (talk) 20:49, 15 September 2024 (UTC)Reply

Talk:Brad Pitt

edit

The Brad Pitt talk page has five archive pages, but this bot moves new topics to the oldest one instead of to the latest. Richard75 (talk) 23:03, 21 September 2024 (UTC)Reply

(talk page watcher) @Richard75: Yes. That's because the {{User:MiszaBot/config}} has |counter=1, which can be traced to this edit at 03:49, 9 September 2021 by Jaconsurto (talk · contribs) (since indef blocked), who should have used either |counter=5, being the highest archive then existing, or |counter=6, being the lowest unused number. --Redrose64 🌹 (talk) 09:07, 22 September 2024 (UTC)Reply
Thanks, I've changed it to 5. Richard75 (talk) 13:21, 22 September 2024 (UTC)Reply

Hiding User:lowercase sigmabot III's archiving edits from the watchlist

edit

Is there a way of hiding User:lowercase sigmabot III's archiving edits from the watchlist? Gonnym (talk) 09:14, 22 September 2024 (UTC)Reply

(talk page watcher) @Gonnym: Put this in your CSS
li.mw-changeslist-line:has(a[href="/wiki/Special:Contributions/Lowercase_sigmabot_III"]),
table.mw-changeslist-line:has(a[href="/wiki/Special:Contributions/Lowercase_sigmabot_III"]),
tr.mw-changeslist-line:has(a[href="/wiki/Special:Contributions/Lowercase_sigmabot_III"]) {
  display: none;
}
At Preferences → Watchlist, you also need to enable "Expand watchlist to show all changes, not just the most recent". --Redrose64 🌹 (talk) 19:09, 22 September 2024 (UTC)Reply