Bugs item #3526155, was opened at 2012-05-12 12:55
Message generated for change (Settings changed) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: login
Group: None
Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Gdgourou ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Login issue since yesterday
Initial Comment:
I try to log with my usual batch file (working since 3 years now and very simple) but i have errors and i didn't understood why it didn't work
The version.py is :
Pywikipedia trunk/pywikipedia/ (r10207, 2012/05/12, 14:06:20)
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
Please find below the error message
C:\Python27\pywikipedia>python interwiki.py -start:! -autonomous -continue
Traceback (most recent call last):
File "interwiki.py", line 2578, in <module>
main()
File "interwiki.py", line 2498, in main
pywikibot.output(u'Reading interwikidump-%s-%s.txt' % (sitename, sitelang))
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
C:\Python27\pywikipedia>python login.py -all -pass:----------------------
Traceback (most recent call last):
File "login.py", line 436, in <module>
main()
File "login.py", line 415, in main
pywikibot.output(u'Already logged in on %s' % site)
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-05-12 13:05
Message:
+ added support for 'None' in r10208
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-05-12 13:00
Message:
You haven't posted your user-config.py, but I'm guessing you followed the
transliteration_guide information on meta, and added
transliteration_target = 'None'
to user-config.py, instead of
transliteration_target = None
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Bugs item #3526155, was opened at 2012-05-12 12:55
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: login
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Gdgourou ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Login issue since yesterday
Initial Comment:
I try to log with my usual batch file (working since 3 years now and very simple) but i have errors and i didn't understood why it didn't work
The version.py is :
Pywikipedia trunk/pywikipedia/ (r10207, 2012/05/12, 14:06:20)
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
Please find below the error message
C:\Python27\pywikipedia>python interwiki.py -start:! -autonomous -continue
Traceback (most recent call last):
File "interwiki.py", line 2578, in <module>
main()
File "interwiki.py", line 2498, in main
pywikibot.output(u'Reading interwikidump-%s-%s.txt' % (sitename, sitelang))
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
C:\Python27\pywikipedia>python login.py -all -pass:----------------------
Traceback (most recent call last):
File "login.py", line 436, in <module>
main()
File "login.py", line 415, in main
pywikibot.output(u'Already logged in on %s' % site)
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-05-12 13:05
Message:
+ added support for 'None' in r10208
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-05-12 13:00
Message:
You haven't posted your user-config.py, but I'm guessing you followed the
transliteration_guide information on meta, and added
transliteration_target = 'None'
to user-config.py, instead of
transliteration_target = None
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Bugs item #3526155, was opened at 2012-05-12 12:55
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: login
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Gdgourou ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Login issue since yesterday
Initial Comment:
I try to log with my usual batch file (working since 3 years now and very simple) but i have errors and i didn't understood why it didn't work
The version.py is :
Pywikipedia trunk/pywikipedia/ (r10207, 2012/05/12, 14:06:20)
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
Please find below the error message
C:\Python27\pywikipedia>python interwiki.py -start:! -autonomous -continue
Traceback (most recent call last):
File "interwiki.py", line 2578, in <module>
main()
File "interwiki.py", line 2498, in main
pywikibot.output(u'Reading interwikidump-%s-%s.txt' % (sitename, sitelang))
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
C:\Python27\pywikipedia>python login.py -all -pass:----------------------
Traceback (most recent call last):
File "login.py", line 436, in <module>
main()
File "login.py", line 415, in main
pywikibot.output(u'Already logged in on %s' % site)
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-05-12 13:00
Message:
You haven't posted your user-config.py, but I'm guessing you followed the
transliteration_guide information on meta, and added
transliteration_target = 'None'
to user-config.py, instead of
transliteration_target = None
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Bugs item #3526155, was opened at 2012-05-12 12:55
Message generated for change (Settings changed) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: login
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Gdgourou ()
Assigned to: Nobody/Anonymous (nobody)
>Summary: Login issue since yesterday
Initial Comment:
I try to log with my usual batch file (working since 3 years now and very simple) but i have errors and i didn't understood why it didn't work
The version.py is :
Pywikipedia trunk/pywikipedia/ (r10207, 2012/05/12, 14:06:20)
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
Please find below the error message
C:\Python27\pywikipedia>python interwiki.py -start:! -autonomous -continue
Traceback (most recent call last):
File "interwiki.py", line 2578, in <module>
main()
File "interwiki.py", line 2498, in main
pywikibot.output(u'Reading interwikidump-%s-%s.txt' % (sitename, sitelang))
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
C:\Python27\pywikipedia>python login.py -all -pass:----------------------
Traceback (most recent call last):
File "login.py", line 436, in <module>
main()
File "login.py", line 415, in main
pywikibot.output(u'Already logged in on %s' % site)
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Bugs item #3526155, was opened at 2012-05-12 12:55
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: login
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Gdgourou ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Login issue ssince
Initial Comment:
I try to log with my usual batch file (working since 3 years now and very simple) but i have errors and i didn't understood why it didn't work
The version.py is :
Pywikipedia trunk/pywikipedia/ (r10207, 2012/05/12, 14:06:20)
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
Please find below the error message
C:\Python27\pywikipedia>python interwiki.py -start:! -autonomous -continue
Traceback (most recent call last):
File "interwiki.py", line 2578, in <module>
main()
File "interwiki.py", line 2498, in main
pywikibot.output(u'Reading interwikidump-%s-%s.txt' % (sitename, sitelang))
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
C:\Python27\pywikipedia>python login.py -all -pass:----------------------
Traceback (most recent call last):
File "login.py", line 436, in <module>
main()
File "login.py", line 415, in main
pywikibot.output(u'Already logged in on %s' % site)
File "C:\Python27\pywikipedia\wikipedia.py", line 8014, in output
ui.output(text, toStdout = toStdout)
File "C:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line
78, in output
codecedText = codecedText.encode(self.transliteration_target, 'replace').dec
ode(self.transliteration_target)
LookupError: unknown encoding: None
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3526155&group_…
Patches item #3526108, was opened at 2012-05-12 09:09
Message generated for change (Tracker Item Submitted) made by loxley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526108&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: K.-M. Hansche (loxley)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make RegexFilterPageGenerator work on page bodies.
Initial Comment:
Make RegexFilterPageGenerator work on page bodies. As suggested by valhallasw.
The re.S flag is backwards compatible and allows matching newlines.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526108&group_…
Patches item #3526073, was opened at 2012-05-12 05:48
Message generated for change (Settings changed) made by loxley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526073&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: K.-M. Hansche (loxley)
Assigned to: Nobody/Anonymous (nobody)
>Summary: Userlib.py – isAllowed('sendemail') exists since 1.16
Initial Comment:
Only check isAllowed('sendemail') on api-level >= 16. It wasn’t there before.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526073&group_…
Patches item #3526073, was opened at 2012-05-12 05:48
Message generated for change (Tracker Item Submitted) made by loxley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526073&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: K.-M. Hansche (loxley)
Assigned to: Nobody/Anonymous (nobody)
Summary: Userlib.py – isAllowed('sendemail') existsince api-level 16
Initial Comment:
Only check isAllowed('sendemail') on api-level >= 16. It wasn’t there before.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526073&group_…
Patches item #3526067, was opened at 2012-05-12 05:22
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526067&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: K.-M. Hansche (loxley)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ignore swiss-related articles in spellcheck.py
Initial Comment:
Add a switch (-ignoreswiss) to make the checker ignore articles with a "<!--schweizbezogen-->" comment. This is useful on the german wikipedia where spelling is different in swiss articles.
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-05-12 05:34
Message:
As an alternative, I suggest implementing the standard pagegenerator
system, and implementing a "page text filter" in pagegenerators (which is
one of the things that need tp happen in any case).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526067&group_…
Patches item #3526067, was opened at 2012-05-12 05:22
Message generated for change (Tracker Item Submitted) made by loxley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526067&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: K.-M. Hansche (loxley)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ignore swiss-related articles in spellcheck.py
Initial Comment:
Add a switch (-ignoreswiss) to make the checker ignore articles with a "<!--schweizbezogen-->" comment. This is useful on the german wikipedia where spelling is different in swiss articles.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3526067&group_…