Last modified: 2013-10-17 12:49:51 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T57836, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 55836 - Invalid link found while title parsing
Invalid link found while title parsing
Status: NEW
Product: Pywikibot
Classification: Unclassified
General (Other open bugs)
core-(2.0)
All All
: Normal normal
: ---
Assigned To: Pywikipedia bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-17 12:49 UTC by xqt
Modified: 2013-10-17 12:49 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description xqt 2013-10-17 12:49:37 UTC
Externsteine -> no corresponding page in wikipedia:bn
** wikipedia:an has 0 good articles
** wikipedia:ar has 233 good articles
Retrieving 50 pages from wikipedia:ar.
أحمد ياسين -> no corresponding page in wikipedia:bn
الإخوان المسلمون -> corresponding page is মুসলিম ব্রাদারহুড
Traceback (most recent call last):
  File "C:\pwb\core\pwb.py", line 104, 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 278, in run
    self.run_good()
  File "C:\pwb\core\scripts\featured.py", line 313, in run_good
    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 601, in featuredWithInterwiki
    atrans.put(text, comment)
  File "C:\pwb\core\pywikibot\page.py", line 898, in put
    async=async, callback=callback, **kwargs)
  File "C:\pwb\core\pywikibot\page.py", line 821, in save
    **kwargs)
  File "C:\pwb\core\pywikibot\page.py", line 827, in _save
    comment = self._cosmetic_changes_hook(comment) or comment
  File "C:\pwb\core\pywikibot\page.py", line 877, in _cosmetic_changes_hook
    self.text = ccToolkit.change(old)
  File "C:\pwb\core\scripts\cosmetic_changes.py", line 174, in change
    text = self.cleanUpLinks(text)
  File "C:\pwb\core\scripts\cosmetic_changes.py", line 508, in cleanUpLinks
    'startspace'])
  File "C:\pwb\core\pywikibot\textlib.py", line 199, in replaceExcept
    replacement = new(match)
  File "C:\pwb\core\scripts\cosmetic_changes.py", line 403, in handleOneLink
    namespace = page.namespace()
  File "C:\pwb\core\pywikibot\page.py", line 114, in namespace
    return self._link.namespace
  File "C:\pwb\core\pywikibot\page.py", line 3256, in namespace
    self.parse()
  File "C:\pwb\core\pywikibot\page.py", line 3241, in parse
    % self._text)
pywikibot.exceptions.Error: Invalid link (no page title): '&#2476;&#2495;&#2487;
&#2479;&#2492;&#2486;&#2509;&#2480;&#2503;&#2467;&#2496;:'
Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound m
ethod ConnectionPool.__del__ of {'https:ar.wikipedia.org': [<httplib2.python2.ht
tplib2.HTTPSConnectionWithTimeout instance at 0x0000000006662AC8>], 'https:bn.wi
kipedia.org': [<httplib2.python2.httplib2.HTTPSConnectionWithTimeout instance at
 0x0000000002AA4E88>], 'https:als.wikipedia.org': [<httplib2.python2.httplib2.HT
TPSConnectionWithTimeout instance at 0x0000000005745C08>], 'https:www.wikidata.o
rg': [<httplib2.python2.httplib2.HTTPSConnectionWithTimeout instance at 0x000000
0002C4B148>], 'https:an.wikipedia.org': [<httplib2.python2.httplib2.HTTPSConnect
ionWithTimeout instance at 0x000000000666C488>]}> ignored

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links