Jump to content

User talk:Σ

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
(Redirected from User talk:Lowercase Sigma)

Lowercase sigmabot III archiving glitch?

[edit]

Hi there. I was just looking back for an old RfC on Talk:Rishi Sunak/Archive 2 and I happened to notice that everything from April—November of last year seems to have disappeared from that archive? Did a little deep dive into the page history and noticed that all of it was still present as of this edit by the bot [1], but was removed by the time of this one [2], and yet the removal isn't shown in the difference between the two edits [3]. Not sure if this is a glitch with the bot or just something I'm missing, but I figured it was best to bring it to your attention. Thanks, estar8806 (talk) 18:12, 26 October 2024 (UTC)[reply]

@Estar8806: It's nothing to do with lowercase sigmabot III. The clue is at the bottom of your second diff, in the section headed "Extended-confirmed-protected edit request on 13 April 2023" where we see the big red error message Cite error: A <ref> tag is missing the closing </ref> (see the help page).. You'll also notice that in that section, there's a big gap between the timestamps. The thing about unclosed <ref> tags is that they attempt to pair up with the next </ref> tag, even if that is miles away down the page and actually belongs to a completely different <ref> tag - this pairing effectively hides the content between them. This edit fixes it for the present version, but it can't be applied retrospectively. --Redrose64 🌹 (talk) 19:05, 26 October 2024 (UTC)[reply]

I did not use it correctly

[edit]

Hi, I wanted to archive the talk page of Talk:Andreas_Papandreou. I placed the template and the bot [the archive] to a page Talk:Andreas_Papandreou/Archive2. However, there is no Achieve box with the appropriate link(s) at the talk page to this newly created archive page. What have I missed? I really appreciate any help you can provide. A.Cython (talk) 01:14, 27 October 2024 (UTC)[reply]

@A.Cython: Basically, see thread below: it's the same cause. --Redrose64 🌹 (talk) 08:37, 27 October 2024 (UTC)[reply]
Thank you for your quick response. I have fixed the counter value from 2 to 1. However, I do not know how to rename the paper Talk:Andreas_Papandreou/Archive 2 without a redirect. I do not have the administrative privileges. Is there another way or how to get these privileges in order to fix this? A.Cython (talk) 14:46, 27 October 2024 (UTC)[reply]
@A.Cython: I moved it w/o redir; there were no inward links to fix. As for the archive box, that needs to be added manually, which I've done. --Redrose64 🌹 (talk) 19:29, 27 October 2024 (UTC)[reply]
Thank you so much! A.Cython (talk) 20:00, 27 October 2024 (UTC)[reply]

Talk:New Zealand Wars

[edit]

In January 2024 someone set up auto-archiving for Talk:New Zealand Wars. Lowercase sigmabot III created Talk:New Zealand Wars/Archive 2, but there is no Talk:New Zealand Wars/Archive 1. And there is nothing I can see at Talk:New Zealand Wars that indicates that any archive exists – I only chanced on it by looking at the history. Surely this is not how things are supposed to work, but I am not familiar with how to make it work correctly. Thank you in anticipation. Nurg (talk) 01:47, 27 October 2024 (UTC)[reply]

@Nurg: That was Riposte97 (talk · contribs) who set a wrong value for |counter= in this edit. What you need to do is adjust |counter=2 to |counter=1, move Talk:New Zealand Wars/Archive 2 to Talk:New Zealand Wars/Archive 1 without leaving a redirect, and fix up all inward links to that archive. --Redrose64 🌹 (talk) 08:35, 27 October 2024 (UTC)[reply]
Thank you very much. All fixed. Nurg (talk) 09:07, 27 October 2024 (UTC)[reply]
Apologies both. Riposte97 (talk) 09:37, 27 October 2024 (UTC)[reply]

Editor Interaction Analyser

[edit]

I pinged you here, but I see that you are not active there. After posting that, I received this message, with a note to bring it to your attention. Thanks in advance. The message is as follows: Traceback (most recent call last):

 File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/connection.py", line 657, in _read_bytes
   data = await self._reader.readexactly(num_bytes)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/layers/heroku_python/python/lib/python3.12/asyncio/streams.py", line 747, in readexactly
   raise exceptions.IncompleteReadError(incomplete, n)

asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 4 expected bytes

The above exception was the direct cause of the following exception:

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 28, in __call__
   loop.run_until_complete(self.do_query(store.server, store.query))
 File "/layers/heroku_python/python/lib/python3.12/asyncio/base_events.py", line 684, in run_until_complete
   return future.result()
          ^^^^^^^^^^^^^^^
 File "/workspace/editorinteract.py", line 157, in do_query
   user_edits = dict(zip(query.users, await asyncio.gather(*[get_user_edits(u, pool) for u in query.users])))
                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/workspace/editorinteract.py", line 151, in get_user_edits
   async with p.acquire() as conn:
 File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/utils.py", line 134, in __aenter__
   self._conn = await self._coro
                ^^^^^^^^^^^^^^^^
 File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/pool.py", line 142, in _acquire
   await self._fill_free_pool(True)
 File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/pool.py", line 195, in _fill_free_pool
   conn = await connect(echo=self._echo, loop=self._loop,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/connection.py", line 75, in _connect
   await conn._connect()
 File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/connection.py", line 540, in _connect
   await self._request_authentication()
 File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/connection.py", line 844, in _request_authentication
   auth_packet = await self._read_packet()
                 ^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/connection.py", line 609, in _read_packet
   packet_header = await self._read_bytes(4)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/connection.py", line 661, in _read_bytes
   raise OperationalError(CR.CR_SERVER_LOST, msg) from e

pymysql.err.OperationalError: (2013, 'Lost connection to MySQL server during query') Rui ''Gabriel'' Correia (talk) 09:23, 30 October 2024 (UTC)[reply]