https://bugzilla.wikimedia.org/show_bug.cgi?id=54684
Web browser: ---
Bug ID: 54684
Summary: AttributeError: 'Page' object has no attribute
'_isredir'
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Classification: Unclassified
Mobile Platform: ---
AttributeError: 'Page' object has no attribute '_isredir' occures but it never
should occure after loadpageinfo method is executed:
WARNING: loadpageinfo: Query on [[ml:????????? ?????????]] returned data on
'???
???? ?????'
Traceback (most recent call last):
File "C:\pwb\core\pwb.py", line 103, in <module>
run_python_file(fn, args)
File "C:\pwb\core\pwb.py", line 49, in run_python_file
exec compile(source, filename, "exec") in main_mod.__dict__
File "C:\pwb\core\scripts\featured.py", line 672, in <module>
main()
File "C:\pwb\core\scripts\featured.py", line 665, in main
bot.run()
File "C:\pwb\core\scripts\featured.py", line 287, in run
self.run_featured()
File "C:\pwb\core\scripts\featured.py", line 350, in run_featured
self.treat(code, task)
File "C:\pwb\core\scripts\featured.py", line 359, in treat
self.featuredWithInterwiki(fromsite, process)
File "C:\pwb\core\scripts\featured.py", line 554, in featuredWithInterwiki
atrans = self.findTranslated(a, tosite)
File "C:\pwb\core\scripts\featured.py", line 472, in findTranslated
if backpage.isRedirectPage():
File "C:\pwb\core\pywikibot\page.py", line 445, in isRedirectPage
return self.site.page_isredirect(self)
File "C:\pwb\core\pywikibot\site.py", line 1364, in page_isredirect
return page._isredir
AttributeError: 'Page' object has no attribute '_isredir'
Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound
m
ethod ConnectionPool.__del__ of {'https:yo.wikipedia.org':
[<httplib2.python2.ht
tplib2.HTTPSConnectionWithTimeout instance at 0x000000003132D748>],
'https:lv.wi
...
b2.python2.httplib2.HTTPSConnectionWithTimeout instance at
0x000000000945DB08>],
'https:simple.wikipedia.org':
[<httplib2.python2.httplib2.HTTPSConnectionWithTi
meout instance at 0x000000002DD044C8>]}> ignored
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=58548
Web browser: ---
Bug ID: 58548
Summary: proxy directive ignored for https connections
Product: Pywikibot
Version: compat (1.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: valhallasw(a)arctus.nl
Classification: Unclassified
Mobile Platform: ---
proxy = {'host': 'localhost:8080', 'auth': None}
is ignored for https connections, and thus has been broken for WMF sites since
the forced https switch.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=56896
Web browser: ---
Bug ID: 56896
Summary: Port commonscat.py to Pywikibot core
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Keywords: easy
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: crangasi2001(a)yahoo.com
CC: ladsgroup(a)gmail.com
Blocks: 55880
Classification: Unclassified
Mobile Platform: ---
PyWikibot [1] is a Python-based framework to write bots for MediaWiki. There
are currently 2 versions of pywikibot currently used:
- version 1.0 (also known as pywikibot-compat) is the legacy version
- version 2.0 (also known as pywikibot-core) is a rewrite of the original
framework, focusing solely on MediaWiki wikis with an API (version 1.14 or
newer) and offering an improved internal architecture.
There are a number of scripts used by various robot operators that were used in
pywikibot-compat but have not yet been adapted to work with pywikibot-core. One
of those is nowcommons.py, which allows you to delete files that are also
present on Wikimedia Commons on a local wiki.
You can find information about how to convert the script on [2], [3]. Patches
can be submited through the gerrit uploader [4] (you need a MediaWiki.org
account). More documentation on gerrit can be found at [5].
[1] https://www.mediawiki.org/wiki/Manual:Pywikibot
[2] https://www.mediawiki.org/wiki/Manual:Pywikibot/2.0/Conversion
[3] https://www.mediawiki.org/wiki/Manual:Pywikibot/i18n_conversion
[4] https://tools.wmflabs.org/gerrit-patch-uploader/
[5] http://www.mediawiki.org/wiki/Manual:Pywikipediabot/Gerrit
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=56902
Web browser: ---
Bug ID: 56902
Summary: Port welcome.py to Pywikibot core
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Keywords: easy
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: crangasi2001(a)yahoo.com
CC: aklapper(a)wikimedia.org, ladsgroup(a)gmail.com,
qgil(a)wikimedia.org
Blocks: 55880
Classification: Unclassified
Mobile Platform: ---
PyWikibot [1] is a Python-based framework to write bots for MediaWiki. There
are currently 2 versions of pywikibot currently used:
- version 1.0 (also known as pywikibot-compat) is the legacy version
- version 2.0 (also known as pywikibot-core) is a rewrite of the original
framework, focusing solely on MediaWiki wikis with an API (version 1.14 or
newer) and offering an improved internal architecture.
There are a number of scripts used by various robot operators that were used in
pywikibot-compat but have not yet been adapted to work with pywikibot-core. One
of those is welcome.py, which is used to welcome new users.
You can find information about how to convert the script on [2], [3]. Patches
can be submited through the gerrit uploader [4] (you need a MediaWiki.org
account). More documentation on gerrit can be found at [5].
[1] https://www.mediawiki.org/wiki/Manual:Pywikibot
[2] https://www.mediawiki.org/wiki/Manual:Pywikibot/2.0/Conversion
[3] https://www.mediawiki.org/wiki/Manual:Pywikibot/i18n_conversion
[4] https://tools.wmflabs.org/gerrit-patch-uploader/
[5] http://www.mediawiki.org/wiki/Manual:Pywikipediabot/Gerrit
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=58504
Web browser: ---
Bug ID: 58504
Summary: Runtime Error in _getEditPage, unknown "Voy:" link
Product: Pywikibot
Version: compat (1.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Classification: Unclassified
Mobile Platform: ---
>>> Turismo aventura en la provincia de Salta <<<
Links to: [[Voy:Turismo aventura en la provincia de Salta]].
Traceback (most recent call last):
File "C:\Pywikipedia\compat\redirect.py", line 1078, in <module>
main()
File "C:\Pywikipedia\compat\redirect.py", line 1074, in main
bot.run()
File "C:\Pywikipedia\compat\redirect.py", line 951, in run
self.fix_double_redirects()
File "C:\Pywikipedia\compat\redirect.py", line 685, in fix_double_redirects
self.fix_1_double_redirect(redir_name)
File "C:\Pywikipedia\compat\redirect.py", line 873, in fix_1_double_redirect
if targetPage.isStaticRedirect():
File "C:\Pywikipedia\compat\wikipedia.py", line 1538, in isStaticRedirect
if self.isRedirectPage() and self.site().versionnumber() > 13:
File "C:\Pywikipedia\compat\wikipedia.py", line 1523, in isRedirectPage
self.get()
File "C:\Pywikipedia\compat\wikipedia.py", line 790, in get
expandtemplates=expandtemplates)
File "C:\Pywikipedia\compat\wikipedia.py", line 868, in _getEditPage
raise RuntimeError("API query error, no pages found: %s" % data)
RuntimeError: API query error, no pages found: {u'query': {u'interwiki':
[{u'iw'
: u'voy', u'title': u'voy:Turismo aventura en la provincia de Salta'}],
u'normal
ized': [{u'to': u'voy:Turismo aventura en la provincia de Salta', u'from':
u'Voy
:Turismo aventura en la provincia de Salta'}]}}
Waiting for 3 pages to be put. Estimated time remaining: 0:00:15
Seems "voy:" is not recognized as link to an external site
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=56774
Web browser: ---
Bug ID: 56774
Summary: Port commonscat.py to Pywikibot core
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Keywords: easy
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: crangasi2001(a)yahoo.com
CC: aklapper(a)wikimedia.org, ladsgroup(a)gmail.com,
qgil(a)wikimedia.org
Blocks: 55880
Classification: Unclassified
Mobile Platform: ---
PyWikibot [1] is a Python-based framework to write bots for MediaWiki. There
are currently 2 versions of pywikibot currently used:
- version 1.0 (also known as pywikibot-compat) is the legacy version
- version 2.0 (also known as pywikibot-core) is a rewrite of the original
framework, focusing solely on MediaWiki wikis with an API (version 1.14 or
newer) and offering an improved internal architecture.
There are a number of scripts used by various robot operators that were used in
pywikibot-compat but have not yet been adapted to work with pywikibot-core. One
of those is commonscat.py, which allows you to add the template {{commonscat}}
(a link to a category from Wikimedia Commons) to categories. The tool works by
following the interwiki links. If the template is present on another langauge
page, the bot will use it.
You can find information about how to convert the script on [2], [3]. Patches
can be submited through the gerrit uploader [4] (you need a MediaWiki.org
account). More documentation on gerrit can be found at [5].
[1] https://www.mediawiki.org/wiki/Manual:Pywikibot
[2] https://www.mediawiki.org/wiki/Manual:Pywikibot/2.0/Conversion
[3] https://www.mediawiki.org/wiki/Manual:Pywikibot/i18n_conversion
[4] https://tools.wmflabs.org/gerrit-patch-uploader/
[5] http://www.mediawiki.org/wiki/Manual:Pywikipediabot/Gerrit
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55022
Web browser: ---
Bug ID: 55022
Summary: Беларуская лякалізацыя
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/322/
Reported by: Anonymous user
Created on: 2012-11-24 18:35:46
Subject: Беларуская лякалізацыя
Assigned to: xqt
Original description:
Translation of casechecker.py into Belarusan \(both writings\).
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=56900
Web browser: ---
Bug ID: 56900
Summary: Port reflinks.py to Pywikibot core
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Keywords: easy
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: crangasi2001(a)yahoo.com
CC: aklapper(a)wikimedia.org, ladsgroup(a)gmail.com,
qgil(a)wikimedia.org
Blocks: 55880
Classification: Unclassified
Mobile Platform: ---
PyWikibot [1] is a Python-based framework to write bots for MediaWiki. There
are currently 2 versions of pywikibot currently used:
- version 1.0 (also known as pywikibot-compat) is the legacy version
- version 2.0 (also known as pywikibot-core) is a rewrite of the original
framework, focusing solely on MediaWiki wikis with an API (version 1.14 or
newer) and offering an improved internal architecture.
There are a number of scripts used by various robot operators that were used in
pywikibot-compat but have not yet been adapted to work with pywikibot-core. One
of those is reflinks.py, which adds the title of linked web pages to bare
external links.
You can find information about how to convert the script on [2], [3]. Patches
can be submited through the gerrit uploader [4] (you need a MediaWiki.org
account). More documentation on gerrit can be found at [5].
[1] https://www.mediawiki.org/wiki/Manual:Pywikibot
[2] https://www.mediawiki.org/wiki/Manual:Pywikibot/2.0/Conversion
[3] https://www.mediawiki.org/wiki/Manual:Pywikibot/i18n_conversion
[4] https://tools.wmflabs.org/gerrit-patch-uploader/
[5] http://www.mediawiki.org/wiki/Manual:Pywikipediabot/Gerrit
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55030
Web browser: ---
Bug ID: 55030
Summary: Add color to "Waiting for %i pages to be put."
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/314/
Reported by: yfdyh000
Created on: 2012-06-25 17:00:48
Subject: Add color to "Waiting for %i pages to be put."
Original description:
Add color\(e.g. lightblue\) to output\(u'Waiting for %i pages to be put.
Estimated time remaining: %s' in wikipedia.py, to quickly find important line.
--
You are receiving this mail because:
You are the assignee for the bug.