User talk:Σ/Archive/2020/January

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

Repairing links to archived content

Are there any plans to add this functionality to lowercase sigma bot III? It would be a really useful feature! Sdkb (talk) 18:46, 6 December 2019 (UTC)

No, not right now. If you're interested in new ideas, there were plans to integrate archive indexing into the bot's functionality, but I never had the time to implement it. Σσς(Sigma) 01:11, 7 December 2019 (UTC)

Editor Interaction Analyser tool

Hello,

I just tried the tool however it's giving error for queries on Turkish Wikipedia. Is it possible to make it work? Thanks.--Hakan·IST 06:48, 15 December 2019 (UTC)

Try again now. Σσς(Sigma) 01:07, 16 December 2019 (UTC)

Suggestion for Editor Interaction Analyser

Hello, thanks for Editor Interaction Analyser. Can you add option so we can download (or copy) the table in wiki's table manner? --Alaa :)..! 19:29, 20 December 2019 (UTC)

Belated holiday greetings

Merry Christmas and happy new year.
↠Pine () 16:40, 27 December 2019 (UTC)

Talk page archive bot

This is seriously stupid, sorry. I've added your talk page archive bot on at least six talk pages successfully in 2019, starting with Talk:Second-wave feminism.
On Talk:Jimmy Dore#Can someone fix the archiving? so far two users apparently failed to get this right (=twice as nothing happened), and I don't see what's wrong. Is the bot (or rather you) simply inactive for some days? Are the "discretionary sanctions" on Jimmy Dore a problem? Did I manage to introduce a config error in a copy + paste edit? –84.46.53.221 (talk) 22:43, 12 January 2020 (UTC)

I have made this edit. --Redrose64 🌹 (talk) 23:59, 12 January 2020 (UTC)

Problems with Edit summary search

Hi Sig, I've experienced some problems with the Edit summary search. I was trying to find an instance of "OTRS" in my own edit history. System lags lags lags, then results in an error after many minutes. Text below. I've tried it a couple of times with different searches.

Extended content
    Traceback (most recent call last):
 File "./app.py", line 33, in inner
   return func(*a, **kw)
 File "./app.py", line 100, in summary_py
   return tpl.render(store=store)
 File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/mako/template.py", line 462, in render
   return runtime._render(self, self.callable_, args, data)
 File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/mako/runtime.py", line 838, in _render
   **_kwargs_for_callable(callable_, data))
 File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/mako/runtime.py", line 873, in _render_context
   _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
 File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/mako/runtime.py", line 899, in _exec_template
   callable_(context, *args, **kwargs)
 File "summary_query_mako", line 48, in render_body
 File "./summary.py", line 156, in fix_results
   yield self.contrib_line(new_line)
 File "./tool.py", line 102, in contrib_line
   stamp = ch_locale(store.lang, ts.strftime, [fmt])
 File "./localeshit.py", line 33, in ch_locale
   p.start()
 File "/usr/lib/python3.5/multiprocessing/process.py", line 105, in start
   self._popen = self._Popen(self)
 File "/usr/lib/python3.5/multiprocessing/context.py", line 212, in _Popen
   return _default_context.get_context().Process._Popen(process_obj)
 File "/usr/lib/python3.5/multiprocessing/context.py", line 267, in _Popen
   return Popen(process_obj)
 File "/usr/lib/python3.5/multiprocessing/popen_fork.py", line 17, in __init__
   sys.stdout.flush()

OSError: [Errno 116] Stale file handle

Thanks, Cyphoidbomb (talk) 16:31, 16 January 2020 (UTC)

I got that too. --Redrose64 🌹 (talk) 20:44, 16 January 2020 (UTC)

Problems with edits by user

Sorry to add bad news, but this tool (on every entry "history" page) is also crashing for mainspace, talkspace, userspace, etc. I verified that it's not just an en.wp thing as the same error occurs on fr.wp An interesting fact: testing the problem, I've searched a few pages I've never edited for my name and it does not crash, it seems to crash when there are actually results to display. Perhaps that will help you isolate the problem? Really sorry about the bad news, Σ, and thanks for adding that easy link to that agile M (Σ) above!

The error messages look to be identical to the above:

error 500 message
The following discussion has been closed. Please do not modify it.


500

Traceback (most recent call last):

 File "./app.py", line 33, in inner
   return func(*a, **kw)
 File "./app.py", line 82, in usersearch_py
   return tpl.render(store=store)
 File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/mako/template.py", line 462, in render
   return runtime._render(self, self.callable_, args, data)
 File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/mako/runtime.py", line 838, in _render
   **_kwargs_for_callable(callable_, data))
 File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/mako/runtime.py", line 873, in _render_context
   _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
 File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/mako/runtime.py", line 899, in _exec_template
   callable_(context, *args, **kwargs)
 File "usersearch_query_mako", line 50, in render_body
 File "./usersearch.py", line 141, in fix_results
   yield self.contrib_line(args)
 File "./tool.py", line 102, in contrib_line
   stamp = ch_locale(store.lang, ts.strftime, [fmt])
 File "./localeshit.py", line 33, in ch_locale
   p.start()
 File "/usr/lib/python3.5/multiprocessing/process.py", line 105, in start
   self._popen = self._Popen(self)
 File "/usr/lib/python3.5/multiprocessing/context.py", line 212, in _Popen
   return _default_context.get_context().Process._Popen(process_obj)
 File "/usr/lib/python3.5/multiprocessing/context.py", line 267, in _Popen
   return Popen(process_obj)
 File "/usr/lib/python3.5/multiprocessing/popen_fork.py", line 17, in __init__
   sys.stdout.flush()

OSError: [Errno 116] Stale file handle

🌿 SashiRolls t · c 11:00, 19 January 2020 (UTC)

@SashiRolls: I was about to post my own issue with the Edits by user tool. Performing the first search after clicking the "Find edits by user" link in the revision history usually works, but for some additional searches, it appends "%E2%80%8E" (left-to-right mark) before the "&server=enwiki&max=" string at the end, and the search returns 0 results even if the user has edits (according to you it's only if the user has edits, for me it crashed on pages I didn't have edits on, like this one, and worked on ones I did, like this one), and says it's NaN% of the total edits. It seems to depend on this URL thing. SUM1 (talk) 18:18, 25 January 2020 (UTC)
For me it's working again properly since Σ restarted the tool. For example, the links you give above work as you say they should for me. -- SashiRolls 🌿 · 🍥 18:34, 25 January 2020 (UTC)
@SashiRolls: I still have the issue: https://prntscr.com/qsuir2. The tool really doesn't like spaces. If you try to search any article with spaces, the tool-breaking string comes up, which you have to remove manually then re-visit the URL. SUM1 (talk) 21:08, 25 January 2020 (UTC)
What you're showing in the screenshot is just a negative result. Maybe, the display could be bolder, more supermarket-style? ^^
Try again! Thanks for playing Burma-shave -- SashiRolls 🌿 · 🍥 21:33, 25 January 2020 (UTC)
@SashiRolls: No, it's a bug. Look at the "NaN%". I'll give you a link where I do have edits. Here: failed link after simply searching the article; working link after I manually remove the string at the end. SUM1 (talk) 16:53, 26 January 2020 (UTC)