Jump to content

User talk:Σ

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

If this is the first article that you have created, you may want to read the guide to writing your first article.

You may want to consider using the Article Wizard to help you create articles.

Hello, and welcome to Wikipedia. This is a notice that User talk:89.85.243.55/sandbox/archive, a page that you created, has been tagged for deletion. This has been done under two or more of the criteria for speedy deletion, by which pages can be deleted at any time, without discussion. If the page meets any of these strictly defined criteria, then it may soon be deleted by an administrator. The reasons it has been tagged are:

If you think this page should not be deleted for this reason, you may contest the nomination by visiting the page and clicking the button labelled "Contest this speedy deletion". This will give you the opportunity to explain why you believe the page should not be deleted. However, be aware that once a page is tagged for speedy deletion, it may be deleted without delay. Please do not remove the speedy deletion tag from the page yourself, but do not hesitate to add information in line with Wikipedia's policies and guidelines. If the page is deleted, and you wish to retrieve the deleted material for future reference or improvement, then please contact the deleting administrator, or if you have already done so, you can place a request here. Nickps (talk) 21:14, 1 June 2024 (UTC)[reply]

Lowercase sigmabot III question[edit]

Hi there. I was expecting Talk:Nikola Tesla/Nationality and ethnicity to have a couple threads archived at the start of the month, but the bot didn't do that, after doing it a few times before. Can you provide some sort of a hint about that? I noticed the minthreadstoarchive parameter wasn't set, User:MiszaBot/config says the default is 2 so it should be fine, I lowered it now just in case. Would be nice if there was a publicly available debug log output of bot operation somewhere, so we could double-check what we may be doing wrong there. TIA. --Joy (talk) 11:53, 3 June 2024 (UTC)[reply]

JFTR it looks like the bot did activate there two days later on June 5th. [1] Would still be great if us plebs could track its progress better. --Joy (talk) 12:28, 7 June 2024 (UTC)[reply]

500 error[edit]

Got this when filtering revisions by user on WP:SPI to try and find my own edits there. SWATJester Shoot Blues, Tell VileRat! 02:44, 16 June 2024 (UTC)[reply]
500
You shouldn't be seeing this page. Please report this to User:Σ on enwp. Include the current URL and the text below in your report. If you do not include this information, then there is nothing I can do to help.

Traceback (most recent call last):
  File "/workspace/app.py", line 33, in inner
    return func(*a, **kw)
           ^^^^^^^^^^^^^^
  File "/workspace/app.py", line 80, in usersearch_py
    tpl, store = UserSearch(params)()
                 ^^^^^^^^^^^^^^^^^^^^
  File "/workspace/usersearch.py", line 27, 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/usersearch.py", line 112, in do_query
    async with sql.connect(**connect_info(server)) as conn1:
  File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/utils.py", line 74, in __aenter__
    self._obj = await self._coro
                ^^^^^^^^^^^^^^^^
  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 652, in _read_packet
    packet.raise_for_error()
  File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/pymysql/protocol.py", line 221, in raise_for_error
    err.raise_mysql_exception(self._data)
  File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
    raise errorclass(errno, errval)
pymysql.err.OperationalError: (1226, "User 's51469' has exceeded the 'max_user_connections' resource (current value: 10)")

— SWATJester Shoot Blues, Tell VileRat! 02:44, 16 June 2024 (UTC)[reply]


Second try gave me this. 500 You shouldn't be seeing this page. Please report this to User:Σ on enwp. Include the current URL and the text below in your report. If you do not include this information, then there is nothing I can do to help.

Traceback (most recent call last):
  File "/workspace/app.py", line 33, in inner
    return func(*a, **kw)
           ^^^^^^^^^^^^^^
  File "/workspace/app.py", line 80, in usersearch_py
    tpl, store = UserSearch(params)()
                 ^^^^^^^^^^^^^^^^^^^^
  File "/workspace/usersearch.py", line 27, 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/usersearch.py", line 114, in do_query
    async with sql.connect(**connect_info(server)) as conn3:
  File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/utils.py", line 74, in __aenter__
    self._obj = await self._coro
                ^^^^^^^^^^^^^^^^
  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 652, in _read_packet
    packet.raise_for_error()
  File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/pymysql/protocol.py", line 221, in raise_for_error
    err.raise_mysql_exception(self._data)
  File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
    raise errorclass(errno, errval)
pymysql.err.OperationalError: (1226, "User 's51469' has exceeded the 'max_user_connections' resource (current value: 10)")

SWATJester Shoot Blues, Tell VileRat! 02:45, 16 June 2024 (UTC)[reply]

It's probably the same cause as Wikipedia:Village_pump_(technical)#Is AFDStats down?. Legoktm (talk) 05:29, 16 June 2024 (UTC)[reply]
I'm getting something very similar, for the URL https://sigma.toolforge.org/summary.py?name=Redrose64&search=linked&server=enwiki&max=500&ns=Talk&enddate=20200101000000&startdate=20240101000000&nosect=on --Redrose64 🌹 (talk) 07:53, 16 June 2024 (UTC)[reply]
same error for https://sigma.toolforge.org/editorinteract.py?users=CommanderInDubio&users=DerWizzard&users=&startdate=&enddate=&ns=&server=enwiki (while the tool is working at dewiki https://sigma.toolforge.org/editorinteract.py?users=CommanderInDubio&users=DerWizzard&users=&startdate=&enddate=&ns=&server=dewiki)
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 140, in do_query
async with sql.connect(**connect_info(server)) as conn:
File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/aiomysql/utils.py", line 74, in __aenter__
self._obj = await self._coro
^^^^^^^^^^^^^^^^
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 652, in _read_packet
packet.raise_for_error()
File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/pymysql/protocol.py", line 221, in raise_for_error
err.raise_mysql_exception(self._data)
File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1226, "User 's51469' has exceeded the 'max_user_connections' resource (current value: 10)")
--Johannnes89 (talk) 05:28, 18 June 2024 (UTC)[reply]

Edit interaction analyzer error 500[edit]

I finally got it to work after about ten tries, but I've been getting error 500. Graywalls (talk) 01:22, 18 June 2024 (UTC)[reply]