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

Happy First Edit Day!

edit

Apollogetticax (talk) 03:38, 22 June 2024 (UTC)Reply

Bot Inactivation

edit

Hello, per WP:BOTINACTIVE your bot has not met the activity requirements and will be de-flagged unless we hear from you before 29 June 2024. If you wish to continue operating your bot please indicate so; the discussion is at Wikipedia:Bots/Noticeboard § Inactive bot (June 2024). Primefac (talk) 22:17, 22 June 2024 (UTC)Reply