User talk:Σ/Archive/2022/June
This is an archive of past discussions about 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. |
In this edit the bot archives most of the discussions, but does not provide a link to the discussion archive. Is the bot omitting links to archives on other talk pages? Also, why does the bot skip archiving Talk:Zits (comics)#A radical vegetarian, vegan and Talk:Zits (comics)#Updated The List of Books, and is that an issue on other talk pages? --173.67.42.107 (talk) 02:38, 21 May 2022 (UTC)
- Taking them in order: there is a link to the archive page in the edit summary, which reads
Archiving 29 discussion(s) to Talk:Zits (comics)/Archive 1
- such links are normal in edits by lowercase sigmabot III. The "A radical vegetarian, vegan" thread doesn't have a valid timestamp, and "Updated The List of Books" has no timestamp at all. The bot is coded to recognise timestamps that are in exactly the same format as would be produced by signing with four or five tildes. Any other talkpage with similar issues will similarly not have offending threads archived. --Redrose64 🌹 (talk) 14:00, 21 May 2022 (UTC)
June 2022 Good Article Nominations backlog drive
Good article nominations | June 2022 Backlog Drive | |
| |
You're receiving this message because you have conducted 5+ good article reviews or participated in previous backlog drives. Click here to opt out of any future messages. |
Help please
I am new to Wikipedia & have been trying to create a wiki page, Moreover I kind of need help with creating a & submitting a Wikipedia page if you can help me. I’d like you to check this draft link & tell me what else do I need? I was told I need some biography articles in order to make my submission a success, the Wikipedia page is for a Netflix actor with a verified google knowledge panel, Link is below please take a look and help me as I need this page submitted & approve by Wikipedia within this week, Many thanks
https://en.m.wikipedia.org/wiki/User:Doreamon1969/sandbox WikipedianSourcer1986 (talk) 12:01, 30 May 2022 (UTC)
500 error
I clicked on a link to the Editor interaction utility (at Wikipedia:Sockpuppet investigations/Suthasianhistorian8) and landed on a 500 error page with this message: "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." So... here ya go! Link.
Extended content
|
---|
Traceback (most recent call last):
File "./app.py", line 33, in inner
return func(*a, **kw)
File "./app.py", line 71, in editorinteract_py
tpl, store = EditorInteract(params)()
File "./editorinteract.py", line 28, in __call__
loop.run_until_complete(self.do_query(store.server, store.query))
File "/usr/lib/python3.5/asyncio/base_events.py", line 466, in run_until_complete
return future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "./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 "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "./editorinteract.py", line 153, in get_user_edits
await cur.execute(query.str, (user,) + query.args)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/cursors.py", line 239, in execute
await self._query(query)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/cursors.py", line 457, in _query
await conn.query(q)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/connection.py", line 428, in query
await self._read_query_result(unbuffered=unbuffered)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/connection.py", line 622, in _read_query_result
await result.read()
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/connection.py", line 1105, in read
first_packet = await self.connection._read_packet()
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/connection.py", line 593, in _read_packet
packet.check_error()
File "/data/project/sigma/www/python/venv/lib/python3.5/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.5/site-packages/pymysql/err.py", line 109, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.InternalError: (1356, "View 'enwiki_p.page' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them")
|
My job here is done. Back to clicking on more random links and apparently breaking things. 97.113.167.129 (talk) 21:36, 30 May 2022 (UTC)
500 error of 30 May 2022
Greetings and felicitations. Here is the URL:
Here is the text:
Extended content
|
---|
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.5/asyncio/base_events.py", line 466, in run_until_complete
return future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
result = coro.throw(exc)
File "./usersearch.py", line 122, in do_query
cur3.execute(query.count_str2, query.count_args2),
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/cursors.py", line 239, in execute
await self._query(query)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/cursors.py", line 457, in _query
await conn.query(q)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/connection.py", line 428, in query
await self._read_query_result(unbuffered=unbuffered)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/connection.py", line 622, in _read_query_result
await result.read()
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/connection.py", line 1105, in read
first_packet = await self.connection._read_packet()
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/aiomysql/connection.py", line 593, in _read_packet
packet.check_error()
File "/data/project/sigma/www/python/venv/lib/python3.5/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.5/site-packages/pymysql/err.py", line 109, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.InternalError: (1356, "View 'enwiki_p.page' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them")
|
— Preceding unsigned comment added by DocWatson42 (talk • contribs) 23:47, 30 May 2022 (UTC)
- This is very similar to the above post, so I'm combining them. --Redrose64 🌹 (talk) 10:33, 31 May 2022 (UTC)
- @Redrose64: Okay. —DocWatson42 (talk) 10:55, 31 May 2022 (UTC)
- These 'enwiki_p.page' errors were caused by a database migration (T60674) which required an associated change to the Wiki Replicas databases. This should be fixed now. --BDavis (WMF) (talk) 20:06, 3 June 2022 (UTC)
Feedback request: Politics, government, and law request for comment
Your feedback is requested at Talk:American Civil War on a "Politics, government, and law" request for comment. Thank you for helping out!
You were randomly selected to receive this invitation from the list of Feedback Request Service subscribers. If you'd like not to receive these messages any more, you can opt out at any time by removing your name.
Message delivered to you with love by Yapperbot :) | Is this wrong? Contact my bot operator. | Sent at 19:30, 15 June 2022 (UTC)
Thirteenth Anniversary on Wikipedia!
Hey, Σ. I'd like to wish you a wonderful First Edit Day on behalf of the Wikipedia Birthday Committee! Have a great day! Chris Troutman (talk) 18:33, 21 June 2022 (UTC) |