Patches item #3513484, was opened at 2012-03-31 00:40
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3513484&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: Translations
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: xqt (xqt)
Summary: ml message for welcome.py
Initial Comment:
please add
u'{{ബദൽ:സ്വാഗതം/bot}} %s',
as welcome message for ml.wikipedia
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-03-31 00:57
Message:
done in r10067
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3513484&group_…
Patches item #3513484, was opened at 2012-03-31 00:40
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3513484&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ml message for welcome.py
Initial Comment:
please add
u'{{ബദൽ:സ്വാഗതം/bot}} %s',
as welcome message for ml.wikipedia
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3513484&group_…
Bugs item #3513338, was opened at 2012-03-30 11:49
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3513338&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: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: Link identify errors
Initial Comment:
Script mistakenly identify interwiki link, see:
http://en.wikipedia.org/wiki/User_talk:YFdyh-bothttp://en.wikipedia.org/w/index.php?title=Template%3ANon-free_video_sample&…
At the time I run the command:
2012-03-24 04:32:09 r10024 (wikipedia.py) Python 2.7.2 interwiki.py "-warnfile:logs\warning-wikipedia-en.log" "-lang:en" "-cleanup" "-autonomous" "-async"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3513338&group_…
Feature Requests item #3511935, was opened at 2012-03-27 07:57
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3511935&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: Closed
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
>Assigned to: xqt (xqt)
Summary: featured.py need to identify the "#" sortkey
Initial Comment:
featured.py need to identify the "#" sortkey (e.g. "en:Category:Wikipedia former featured articles"), those were demoted and re-promoted the featured articles, they do not need to be checked and handling.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-03-30 05:52
Message:
fixed in r10063
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3511935&group_…
Bugs item #3507957, was opened at 2012-03-18 10:47
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3507957&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: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: upload.py error with Wikia.com
Initial Comment:
P:\pywikipedia>python version.py
Pywikipedia [http] trunk/pywikipedia (r10023, 2012/03/17, 18:03:32)
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
P:\pywikipedia>python upload.py wikih.jpg
WARNING: Your account on sxerks:en does not have a bot flag. Its edits will be v
isible in the recent changes and it may get blocked.
Reading file wikih.jpg
The filename on the target wiki will default to: wikih.jpg
Enter a better name, or press enter to accept:
The suggested description is:
Do you want to change this description? ([y]es, [N]o) n
Uploading file to sxerks:en via API....
'ascii' codec can't decode byte 0xff in position 622: ordinal not in range(128)
WARNING: Could not open 'http://sxerks.wikia.com/api.php'. Maybe the server or
your connection is down. Retrying in 1 minutes...
Traceback (most recent call last):
File "upload.py", line 472, in <module>
main()
File "upload.py", line 468, in main
bot.run()
File "upload.py", line 440, in run
return self.upload_image()
File "upload.py", line 282, in upload_image
data = query.GetData(params, self.targetSite)
File "P:\pywikipedia\query.py", line 137, in GetData
site.cookies(sysop=sysop)
File "P:\pywikipedia\upload.py", line 46, in post_multipart
cookies=cookies)
File "P:\pywikipedia\wikipedia.py", line 5497, in postData
time.sleep(retry_idle_time * 60)
KeyboardInterrupt
----------------------------------------------------------------------
>Comment By: https://www.google.com/accounts ()
Date: 2012-03-28 18:10
Message:
I talk to Wikia and another user tested an upload and it work just fine.
The difference being they were using python 2.6.5. I then found an older
2.6.5 windows installer and tried myself and it worked.
So apparently there is something wrong with the interaction with 2.7.2 and
upload.py that is causing this error.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-03-18 11:20
Message:
The other bug you refer to is unrelated; that one cast a new exception
within the exception handler that prints the "WARNING..." string.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-03-18 11:18
Message:
Even in that case, we should not display that message. And a network error
message that's 622 characters long? Really?
The "WARNING: Could not open 'http://sxerks.wikia.com/api.php'. Maybe the
server or your connection is down" displays on *any* error in the
connection, which could still very well be on our part.
----------------------------------------------------------------------
Comment By: Bináris (binbot)
Date: 2012-03-18 11:16
Message:
This is not a Pywikipedia error, this is a connection error, try again
later.
It clearly states: "Could not open 'http://sxerks.wikia.com/api.php'. Maybe
the server or your connection is down."
The line before it may be an encoding error of the network error message
itself, see bug#3153555 at
https://sourceforge.net/tracker/?func=detail&aid=3153555&group_id=93107&ati….
I suppose you have a non-English environment on your computer.
We have nothing to do with wikia server or your network connection.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3507957&group_…
Bugs item #3512044, was opened at 2012-03-27 10:52
Message generated for change (Comment added) made by binbot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3512044&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: General
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: David Crochet (crochet_david)
Assigned to: Nobody/Anonymous (nobody)
Summary: Outdated family file wikipedia for 'kv' language
Initial Comment:
WARNING: Outdated family file wikipedia: namespace['kv'][4] is 'Wikipedia', but should be 'Википедия'
WARNING: Outdated family file wikipedia: namespace['kv'][5] is 'Обсуждение Wikipedia', but should be 'Википедия донъялӧм'
Pywikipedia [http] trunk/pywikipedia (r10049, 2012/03/26, 20:42:00)
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: Bináris (binbot)
Date: 2012-03-27 11:04
Message:
Done in r10051.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3512044&group_…
Bugs item #3512044, was opened at 2012-03-27 10:52
Message generated for change (Tracker Item Submitted) made by crochet_david
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3512044&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: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: David Crochet (crochet_david)
Assigned to: Nobody/Anonymous (nobody)
Summary: Outdated family file wikipedia for 'kv' language
Initial Comment:
WARNING: Outdated family file wikipedia: namespace['kv'][4] is 'Wikipedia', but should be 'Википедия'
WARNING: Outdated family file wikipedia: namespace['kv'][5] is 'Обсуждение Wikipedia', but should be 'Википедия донъялӧм'
Pywikipedia [http] trunk/pywikipedia (r10049, 2012/03/26, 20:42:00)
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3512044&group_…
Feature Requests item #3511935, was opened at 2012-03-27 07:57
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3511935&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
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: featured.py need to identify the "#" sortkey
Initial Comment:
featured.py need to identify the "#" sortkey (e.g. "en:Category:Wikipedia former featured articles"), those were demoted and re-promoted the featured articles, they do not need to be checked and handling.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3511935&group_…
Bugs item #1870239, was opened at 2008-01-13 01:02
Message generated for change (Settings changed) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1870239&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: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: NicDumZ — Nicolas Dumazet (nicdumz)
Assigned to: Nobody/Anonymous (nobody)
Summary: pagegenerators::_Preloader UniCodeDecodeError & hangs
Initial Comment:
From a simple replace.py call :
Checked for running processes. 1 processes currently running, including the current process.
Exception in thread Preloader-Thread:
Traceback (most recent call last):
File "threading.py", line 460, in __bootstrap
self.run()
File "/home/nico/projets/pywikipedia/pagegenerators.py", line 633, in run
wikipedia.output(unicode(e))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 28: ordinal not in range(128)
The process then hangs and has to be SIGSTP'ed.
Thanks :)
Nicolas Dumazet.
----------------------------------------------------------------------
Comment By: NicDumZ — Nicolas Dumazet (nicdumz)
Date: 2008-01-13 11:03
Message:
Logged In: YES
user_id=1963242
Originator: YES
very strange. I am running the last revision, python 2.5.1 on an ubuntu
system, for what it's worth.
I tried this on another system, an unix server running python 2.3.4, and I
get the normal behavior :
[Errno 2] No such file or directory: 'gdfg'
?!!?
----------------------------------------------------------------------
Comment By: Rotem Liss (rotemliss)
Date: 2008-01-13 10:51
Message:
Logged In: YES
user_id=1327030
Originator: NO
Executing this, I get:
Checked for running processes. 1 processes currently running, including the
current process.
[Errno 2] No such file or directory: u'gdfg'
----------------------------------------------------------------------
Comment By: NicDumZ — Nicolas Dumazet (nicdumz)
Date: 2008-01-13 10:47
Message:
Logged In: YES
user_id=1963242
Originator: YES
well, I also work on an Unix system.
'python replace.py -file:gdfg "a" "b"' will raise the wanted exception :)
----------------------------------------------------------------------
Comment By: Rotem Liss (rotemliss)
Date: 2008-01-13 10:25
Message:
Logged In: YES
user_id=1327030
Originator: NO
What was the exact command? I get the following exception when executing
"python pagegenerators.py -file:gdfg.txt":
Checked for running processes. 1 processes currently running, including the
current process.
Traceback (most recent call last):
File "pagegenerators.py", line 827, in <module>
for page in gen:
File "pagegenerators.py", line 538, in DuplicateFilterPageGenerator
for page in generator:
File "pagegenerators.py", line 279, in TextfilePageGenerator
f = codecs.open(filename, 'r', config.textfile_encoding)
File "/usr/lib/python2.5/codecs.py", line 791, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: u'gdfg.txt'
which is OK. Note that I use Linux, does it work differently on a Windows
system?
----------------------------------------------------------------------
Comment By: NicDumZ — Nicolas Dumazet (nicdumz)
Date: 2008-01-13 01:07
Message:
Logged In: YES
user_id=1963242
Originator: YES
... I forgot an important point : The call was made with a
-file:fileNameWithATypoHenceNotExisting parameter :)
Cheers,
Nicolas Dumazet.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1870239&group_…
Bugs item #2918190, was opened at 2009-12-20 09:59
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2918190&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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Tgr (tgr_)
Assigned to: Nobody/Anonymous (nobody)
Summary: replace.py encoding problem
Initial Comment:
Result of running "replace.py <some page generator> wikimedia wikimédia":
http://hu.wikipedia.org/w/index.php?title=Katal%C3%A1n_Wikip%C3%A9dia&oldid…
(works as expected, e is replaced with é)
Result of running "replace.py <some page generator>", then entering "wikimedia" and "wikimédia" when prompted:
http://hu.wikipedia.org/w/index.php?title=H%C3%A9ber_Wikip%C3%A9dia&action=…
(e is replaced with , (comma) instead of é)
Windows Vista Hungarian version, console_encoding set to cp1250
version.py output:
Pywikipedia [http] trunk/pywikipedia (r7537, 2009/10/23, 17:13:00)
Python 2.6.3 (r263rc1:75186, Oct 2 2009, 20:40:30) [MSC v.1500 32 bit (Intel)]
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-03-26 13:56
Message:
This should also be fixed with the new unicode support in r10046+. Could
you update and see if the bug is fixed? Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2918190&group_…