Xqt created this task.
Xqt added a subscriber: Xqt.
Xqt added projects: Pywikibot-compat-to-core, pywikibot-core.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
getMovedTarget() from compat should be re-implemented. It is used by several scripts like fixing_redirects.py and redirect.py. fixing_redirects.py may fail at teh Moment.
TASK DETAIL
https://phabricator.wikimedia.org/T100126
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Xqt
Cc: pywikipedia-bugs, Xqt, Aklapper, jayvdb, droid
Xqt created this task.
Xqt added a subscriber: Xqt.
Xqt added projects: pywikibot-core, Pywikibot-Other-scripts.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
```
C:\pwb\GIT\core>pwb.py clean_sandbox -lang:als
Preparing to process sandbox page [[Wikipedia:Sandchaschte]]
Traceback (most recent call last):
File "C:\pwb\GIT\core\pwb.py", line 239, in <module>
if not main():
File "C:\pwb\GIT\core\pwb.py", line 233, in main
run_python_file(filename, argv, argvu, file_package)
File "C:\pwb\GIT\core\pwb.py", line 88, in run_python_file
main_mod.__dict__)
File ".\scripts\clean_sandbox.py", line 294, in <module>
main()
File ".\scripts\clean_sandbox.py", line 291, in main
bot.run()
File ".\scripts\clean_sandbox.py", line 204, in run
subst = 'subst:' in translatedContent
TypeError: argument of type 'NoneType' is not iterable
```
TASK DETAIL
https://phabricator.wikimedia.org/T100392
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Xqt
Cc: pywikipedia-bugs, Xqt, Aklapper, jayvdb
JAnD created this task.
JAnD added a subscriber: JAnD.
JAnD added projects: Pywikibot-interwiki.py, pywikibot-core.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
pwb.py interwiki -family:wiktionary -whenneeded -lang:cy Category:Armeneg
th: category is redirected to another one, but bot does not recognize this redirect and gives two possibilities. When I try compat or -autonomous mode, it works
TASK DETAIL
https://phabricator.wikimedia.org/T87222
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: JAnD
Cc: pywikipedia-bugs, Aklapper, JAnD, jayvdb
jayvdb created this task.
jayvdb added a subscriber: jayvdb.
jayvdb added a project: Pywikibot-Other-scripts.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
In core only:
```
$ python pwb.py clean_sandbox -family:wikipedia -lang:en -user
Traceback (most recent call last):
File "pwb.py", line 222, in <module>
run_python_file(filename, argv, argvu, file_package)
File "pwb.py", line 81, in run_python_file
main_mod.__dict__)
File "./scripts/clean_sandbox.py", line 339, in <module>
main()
File "./scripts/clean_sandbox.py", line 335, in main
bot = SandboxBot(**opts)
File "./scripts/clean_sandbox.py", line 184, in __init__
localSandbox = pywikibot.Page(self.site, localSandboxTitle)
File "pywikibot/tools.py", line 711, in wrapper
return obj(*__args, **__kw)
File "pywikibot/tools.py", line 711, in wrapper
return obj(*__args, **__kw)
File "pywikibot/page.py", line 1853, in __init__
raise ValueError(u'Title must be specified and not empty '
ValueError: Title must be specified and not empty if source is a Site.
<type 'exceptions.ValueError'>
```
TASK DETAIL
https://phabricator.wikimedia.org/T87634
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: pywikipedia-bugs, jayvdb, Aklapper