User talk:Σ/Archive/2024/August

Latest comment: 14 days ago by JayBeeEll in topic Editor interaction bug report


Editor interaction bug report

At [1] I got the following error message, which I am sharing with you because it told me to:

Extended content

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 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)")

JBL (talk) 00:42, 29 July 2024 (UTC)