This is an archive of past discussions with User:Σ. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page.
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 "/data/project/sigma/www/python/venv/lib/python3.7/site-packages/aiomysql/connection.py", line 503, in _connect
await self._request_authentication()
File "/data/project/sigma/www/python/venv/lib/python3.7/site-packages/aiomysql/connection.py", line 785, in _request_authentication
auth_packet = await self._read_packet()
File "/data/project/sigma/www/python/venv/lib/python3.7/site-packages/aiomysql/connection.py", line 593, in _read_packet
packet.check_error()
File "/data/project/sigma/www/python/venv/lib/python3.7/site-packages/pymysql/protocol.py", line 220, in check_error
err.raise_mysql_exception(self._data)
File "/data/project/sigma/www/python/venv/lib/python3.7/site-packages/pymysql/err.py", line 109, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.InternalError: (1226, "User 's51469' has exceeded the 'max_user_connections' resource (current value: 10)")
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "./app.py", line 33, in inner
return func(*a, **kw)
File "./app.py", line 80, in usersearch_py
tpl, store = UserSearch(params)()
File "./usersearch.py", line 27, in __call__
loop.run_until_complete(self.do_query(store.server, store.query))
File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
return future.result()
File "./usersearch.py", line 113, in do_query
async with sql.connect(**connect_info(server)) as conn2:
File "/data/project/sigma/www/python/venv/lib/python3.7/site-packages/aiomysql/utils.py", line 48, in __aenter__
self._obj = await self._coro
File "/data/project/sigma/www/python/venv/lib/python3.7/site-packages/aiomysql/connection.py", line 75, in _connect
await conn._connect()
File "/data/project/sigma/www/python/venv/lib/python3.7/site-packages/aiomysql/connection.py", line 523, in _connect
self._host) from e
pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on 'enwiki.labsdb'") PerryPerryDTalk To Me16:20, 27 September 2022 (UTC)
User Contribution Search (sigma.toolforge.org)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"20220927162000","author":"PerryPerryD","type":"comment","level":1,"id":"c-PerryPerryD-20220927162000-Error_500.","replies":[]}}-->
Thanks for writing the archival script. Unfortunately it has a couple of bugs. I forked it and fixed them at User:Enterprisey/archiver.js. I would like to redirect your script to mine, if that's ok. I will be doing the redirection if I don't hear back in, let's say, three months. Enterprisey (talk!) 06:53, 2 October 2022 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"20221002065300","author":"Enterprisey","type":"comment","level":1,"id":"c-Enterprisey-20221002065300-Archiver","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Thryduulf-20221008164500","type":"heading","level":0,"id":"h-\"Byelarossia\"_listed_at_Redirects_for_discussion-20221008164500","replies":["c-Thryduulf-20221008164500-\"Byelarossia\"_listed_at_Redirects_for_discussion"],"uneditableSection":true,"text":"\"Byelarossia\" listed at Redirects for discussion","linkableTitle":"\"Byelarossia\" listed at Redirects for discussion"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Thryduulf-20221008164500","type":"heading","level":0,"id":"h-\"Byelarossia\"_listed_at_Redirects_for_discussion-20221008164500","replies":["c-Thryduulf-20221008164500-\"Byelarossia\"_listed_at_Redirects_for_discussion"],"uneditableSection":true,"text":"\"Byelarossia\" listed at Redirects for discussion","linkableTitle":"\"Byelarossia\" listed at Redirects for discussion"}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Naypta-20221018233100","type":"heading","level":0,"id":"h-Feedback_request:_Politics,_government,_and_law_request_for_comment-20221018233100","replies":["c-Naypta-20221018233100-Feedback_request:_Politics,_government,_and_law_request_for_comment"],"uneditableSection":true,"text":"Feedback request: Politics, government, and law request for comment","linkableTitle":"Feedback request: Politics, government, and law request for comment"}-->
Feedback request: Politics, government, and law request for comment
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Naypta-20221018233100","type":"heading","level":0,"id":"h-Feedback_request:_Politics,_government,_and_law_request_for_comment-20221018233100","replies":["c-Naypta-20221018233100-Feedback_request:_Politics,_government,_and_law_request_for_comment"],"uneditableSection":true,"text":"Feedback request: Politics, government, and law request for comment","linkableTitle":"Feedback request: Politics, government, and law request for comment"}-->
Message delivered to you with love by Yapperbot :) | Is this wrong? Contact my bot operator. | Sent at 23:31, 18 October 2022 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"20221018233100","author":"Naypta","type":"comment","level":1,"id":"c-Naypta-20221018233100-Feedback_request:_Politics,_government,_and_law_request_for_comment","replies":[]}}-->
File "./app.py", line 33, in inner
return func(*a, **kw)
File "./app.py", line 80, in usersearch_py
tpl, store = UserSearch(params)()
File "./usersearch.py", line 23, in __call__
self.set_constants()
File "./usersearch.py", line 33, in set_constants
super().set_constants()
File "./tool.py", line 31, in set_constants
store.domain = get_domain(store.server)
File "./metacrap/__init__.py", line 33, in get_domain
return get_crap(dbname)['url']
File "./metacrap/__init__.py", line 24, in get_crap
with p_.open() as fp:
File "/usr/lib/python3.7/pathlib.py", line 1186, in open
opener=self._opener)
File "/usr/lib/python3.7/pathlib.py", line 1039, in _opener
return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/nfs/labstore-secondary-tools-project/sigma/www/python/src/metacrap/fca collection .meta'
Powered by Toolforge Aref9000 (talk) 20:19, 17 November 2022 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"20221117201900","author":"Aref9000","type":"comment","level":1,"id":"c-Aref9000-20221117201900-FCA_collection","replies":[]}}-->