Bugs item #3476770, was opened at 2012-01-20 13:48
Message generated for change (Tracker Item Submitted) made by hiw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3476770&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: hiw (hiw)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py sets double noinclude
Initial Comment:
Diff:
http://fa.wikipedia.org/w/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:%D8%AA%D…
Due to right to left on fa?
Pywikipedia trunk/pywikipedia/ (r9833, 2011/03/13, 10:14:47)
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)]
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=3476770&group_…
Bugs item #3474580, was opened at 2012-01-16 16:22
Message generated for change (Comment added) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474580&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: 4
Private: No
Submitted By: André Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: Updating complex pages
Initial Comment:
When updating complex pages, it's common to get a Timeout, because the Wikimedia server does not process and return the page within the expected time. In suchs cases (when a timeout exception is thrown), my suggestion si that pywikipedia should try to fetch the page again and check if there are any differences against the new page to be saved. If not, then it should proceed and not block indefinitely in such pages.
----------------------------------------------------------------------
>Comment By: André Malafaya Baptista (malafaya)
Date: 2012-01-20 09:22
Message:
Hmmm, I'm not sure you understood. I'm not updating the page more than once
simultaneoulsy. It's just one bot run. As the page is a complicated one,
the server does not respond on time (you can try [[Europa]] at
pt.wiktionary). The bot then tries again, but obviously the same happens.
The difference is that the page has already been updated in the first try,
even if the server has not responded. In operations such as replace.py,
where it's common to edit long pages, you get in a long loop.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-01-20 05:47
Message:
This is the way the bot works. It trys to put the page for several times
which is given by maxretries in the (user_)config.py. Edit conflicts are
detected (by the mw api) except you are using your bot account for multiple
edits on the same page in the same time.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474580&group_…
Bugs item #3474580, was opened at 2012-01-16 16:22
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474580&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: Pending
Resolution: None
Priority: 4
Private: No
Submitted By: André Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: Updating complex pages
Initial Comment:
When updating complex pages, it's common to get a Timeout, because the Wikimedia server does not process and return the page within the expected time. In suchs cases (when a timeout exception is thrown), my suggestion si that pywikipedia should try to fetch the page again and check if there are any differences against the new page to be saved. If not, then it should proceed and not block indefinitely in such pages.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-01-20 05:47
Message:
This is the way the bot works. It trys to put the page for several times
which is given by maxretries in the (user_)config.py. Edit conflicts are
detected (by the mw api) except you are using your bot account for multiple
edits on the same page in the same time.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474580&group_…
Bugs item #3474580, was opened at 2012-01-16 16:22
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474580&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: 4
Private: No
Submitted By: André Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: Updating complex pages
Initial Comment:
When updating complex pages, it's common to get a Timeout, because the Wikimedia server does not process and return the page within the expected time. In suchs cases (when a timeout exception is thrown), my suggestion si that pywikipedia should try to fetch the page again and check if there are any differences against the new page to be saved. If not, then it should proceed and not block indefinitely in such pages.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-01-20 05:47
Message:
This is the way the bot works. It trys to put the page for several times
which is given by maxretries in the (user_)config.py. Edit conflicts are
detected (by the mw api) except you are using your bot account for multiple
edits on the same page in the same time.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474580&group_…
Bugs item #3474219, was opened at 2012-01-15 10:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474219&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: Pending
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Merlijn S. van Deen (valhallasw)
Assigned to: xqt (xqt)
Summary: interwiki.py configuration for plwiktionary
Initial Comment:
http://lists.wikimedia.org/pipermail/pywikipedia-l/2011-May/006802.html
Since Interwicket stopped on wiktionaries, plwiktionary has not a fix interwiki bot. They want the iwikis added at the top of the page, but without creating new lines after the links. Pywikipedia does exactly the opposite, it creates these "new lines". It would be good if someone make a code to change that.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-01-17 21:17
Message:
There is more than one sample of this testings
http://pl.wiktionary.org/w/index.php?title=Wikipedysta:Xqt&diff=prev&oldid=…
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2012-01-16 16:25
Message:
Just a note: the example you give only has an interwiki so it's not visible
whether it uses only one line for all interwikis or one per interwiki.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-01-15 12:22
Message:
see version history and test edits at wiktionary:pl:user:xqt
or this diff link
http://pl.wiktionary.org/w/index.php?title=Wikipedysta%3AXqt&action=history…
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-01-15 11:50
Message:
We have the two switches in the family file. Time to use it I guess.
# attop is a list of languages that prefer to have the interwiki
# links at the top of the page.
self.interwiki_attop = []
# on_one_line is a list of languages that want the interwiki links
# one-after-another on a single line
self.interwiki_on_one_line = []
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474219&group_…
Bugs item #3474219, was opened at 2012-01-15 10:30
Message generated for change (Comment added) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474219&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: Pending
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Merlijn S. van Deen (valhallasw)
Assigned to: xqt (xqt)
Summary: interwiki.py configuration for plwiktionary
Initial Comment:
http://lists.wikimedia.org/pipermail/pywikipedia-l/2011-May/006802.html
Since Interwicket stopped on wiktionaries, plwiktionary has not a fix interwiki bot. They want the iwikis added at the top of the page, but without creating new lines after the links. Pywikipedia does exactly the opposite, it creates these "new lines". It would be good if someone make a code to change that.
----------------------------------------------------------------------
>Comment By: André Malafaya Baptista (malafaya)
Date: 2012-01-16 16:25
Message:
Just a note: the example you give only has an interwiki so it's not visible
whether it uses only one line for all interwikis or one per interwiki.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-01-15 12:22
Message:
see version history and test edits at wiktionary:pl:user:xqt
or this diff link
http://pl.wiktionary.org/w/index.php?title=Wikipedysta%3AXqt&action=history…
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-01-15 11:50
Message:
We have the two switches in the family file. Time to use it I guess.
# attop is a list of languages that prefer to have the interwiki
# links at the top of the page.
self.interwiki_attop = []
# on_one_line is a list of languages that want the interwiki links
# one-after-another on a single line
self.interwiki_on_one_line = []
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474219&group_…
Bugs item #3474580, was opened at 2012-01-16 16:22
Message generated for change (Tracker Item Submitted) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474580&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: 4
Private: No
Submitted By: André Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: Updating complex pages
Initial Comment:
When updating complex pages, it's common to get a Timeout, because the Wikimedia server does not process and return the page within the expected time. In suchs cases (when a timeout exception is thrown), my suggestion si that pywikipedia should try to fetch the page again and check if there are any differences against the new page to be saved. If not, then it should proceed and not block indefinitely in such pages.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474580&group_…
Bugs item #3474164, was opened at 2012-01-15 04:31
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474164&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: David Crochet (crochet_david)
>Assigned to: xqt (xqt)
Summary: outdated family for ja.wikiversity
Initial Comment:
WARNING: Outdated family file wikiversity: namespace['ja'][3] is '利用者‐会話', but should be '利用者・トーク'
dcrochet@dcrochet-desktop:~/Robots/pywikipedia$ python version.py
Pywikipedia [http] trunk/pywikipedia (r9822, 2012/01/04, 08:38:45)
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: xqt (xqt)
Date: 2012-01-16 08:07
Message:
done in r9828
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474164&group_…
Bugs item #3474219, was opened at 2012-01-15 10:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474219&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: Pending
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Merlijn S. van Deen (valhallasw)
>Assigned to: xqt (xqt)
Summary: interwiki.py configuration for plwiktionary
Initial Comment:
http://lists.wikimedia.org/pipermail/pywikipedia-l/2011-May/006802.html
Since Interwicket stopped on wiktionaries, plwiktionary has not a fix interwiki bot. They want the iwikis added at the top of the page, but without creating new lines after the links. Pywikipedia does exactly the opposite, it creates these "new lines". It would be good if someone make a code to change that.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-01-15 12:22
Message:
see version history and test edits at wiktionary:pl:user:xqt
or this diff link
http://pl.wiktionary.org/w/index.php?title=Wikipedysta%3AXqt&action=history…
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-01-15 11:50
Message:
We have the two switches in the family file. Time to use it I guess.
# attop is a list of languages that prefer to have the interwiki
# links at the top of the page.
self.interwiki_attop = []
# on_one_line is a list of languages that want the interwiki links
# one-after-another on a single line
self.interwiki_on_one_line = []
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474219&group_…
Bugs item #3474219, was opened at 2012-01-15 10:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474219&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: Merlijn S. van Deen (valhallasw)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py configuration for plwiktionary
Initial Comment:
http://lists.wikimedia.org/pipermail/pywikipedia-l/2011-May/006802.html
Since Interwicket stopped on wiktionaries, plwiktionary has not a fix interwiki bot. They want the iwikis added at the top of the page, but without creating new lines after the links. Pywikipedia does exactly the opposite, it creates these "new lines". It would be good if someone make a code to change that.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-01-15 11:50
Message:
We have the two switches in the family file. Time to use it I guess.
# attop is a list of languages that prefer to have the interwiki
# links at the top of the page.
self.interwiki_attop = []
# on_one_line is a list of languages that want the interwiki links
# one-after-another on a single line
self.interwiki_on_one_line = []
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474219&group_…