Bugs item #3535710, was opened at 2012-06-16 14:59
Message generated for change (Comment added) made by grondin85
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&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: Bertrand Grondin (grondin85)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'sd' language obsolete in Wikinews
Initial Comment:
When lauching interwiki.py I've the following message :
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is obsolete
I deleted 'sd' code in families/wikinews.py
this patch should solve this problem.
----------------------------------------------------------------------
>Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 02:16
Message:
I did the same command-line after applying the patch (remove 'sd' language
in line 16 of /families/wikinews_family.py, and the script runs.
I saw that the closed wiki languages are been removed in the variable
self.languages_by_size = [ …]: 'hu', 'th' by example.
We must remove 'sd' from this variable (for the moment)
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 02:08
Message:
New test on another page :
commande-line :
python interwiki.py -page:"Catégorie:16 juin 2012" -putthrottle:"1"
-lang:"fr"
error message :
Updating links on page [[fr:Catégorie:16 juin 2012]].
Changes to be made: Robot: Removing bg, cs, eo, fi, he, no, ro, sq, sv, uk
Dump fr (wikinews) appended.
Traceback (most recent call last):
File "interwiki.py", line 2583, in <module>
main()
File "interwiki.py", line 2557, in main
bot.run()
File "interwiki.py", line 2296, in run
self.queryStep()
File "interwiki.py", line 2274, in queryStep
subj.finish(self)
File "interwiki.py", line 1723, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1878, in replaceLinks
template=template)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 448, in
replaceLanguageLinks
s = interwikiFormat(new, insite = site)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 524, in
interwikiFormat
ar = interwikiSort(links.keys(), insite)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 557, in
interwikiSort
site = insite.getSite(code = code)
File "/home/bertrand/pywikipedia/wikipedia.py", line 7819, in getSite
return getSite(code = code, fam = self.family, user=self.user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 8000, in getSite
_sites[key] = Site(code=code, fam=fam, user=user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is
obsolete
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:59
Message:
Page given to the command-line (catalan wikinews)
França: mor el periodista esportiu Thierry Roland
http://ca.wikinews.org/wiki/França:_mor_el_periodista_esportiu_Thierry_Rola…
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:54
Message:
Command line :
python interwiki.py -page -putthrottle:"1" -lang:"ca"
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:48
Message:
Trackback of error messages
Updating links on page [[fr:France : disparition de Thierry Roland]].
Changes to be made: Robot: Adding [[ca:França: mor el periodista esportiu
Thierry Roland]]
Dump fr (wikinews) appended.
Traceback (most recent call last):
File "interwiki.py", line 2583, in <module>
main()
File "interwiki.py", line 2557, in main
bot.run()
File "interwiki.py", line 2296, in run
self.queryStep()
File "interwiki.py", line 2274, in queryStep
subj.finish(self)
File "interwiki.py", line 1723, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1878, in replaceLinks
template=template)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 448, in
replaceLanguageLinks
s = interwikiFormat(new, insite = site)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 524, in
interwikiFormat
ar = interwikiSort(links.keys(), insite)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 557, in
interwikiSort
site = insite.getSite(code = code)
File "/home/bertrand/pywikipedia/wikipedia.py", line 7819, in getSite
return getSite(code = code, fam = self.family, user=self.user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 8000, in getSite
_sites[key] = Site(code=code, fam=fam, user=user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is
obsolete
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-16 22:59
Message:
'sd' is in family.obsolete dictionary. Your patch doesn't solve the
problem. Please give your full traceback and the command line you have uses
and if possible the page where this error occurred. Since this bug is not a
general blocker, I degraded the priority.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&group_…
Bugs item #3535710, was opened at 2012-06-16 14:59
Message generated for change (Comment added) made by grondin85
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&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: Bertrand Grondin (grondin85)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'sd' language obsolete in Wikinews
Initial Comment:
When lauching interwiki.py I've the following message :
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is obsolete
I deleted 'sd' code in families/wikinews.py
this patch should solve this problem.
----------------------------------------------------------------------
>Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 02:08
Message:
New test on another page :
commande-line :
python interwiki.py -page:"Catégorie:16 juin 2012" -putthrottle:"1"
-lang:"fr"
error message :
Updating links on page [[fr:Catégorie:16 juin 2012]].
Changes to be made: Robot: Removing bg, cs, eo, fi, he, no, ro, sq, sv, uk
Dump fr (wikinews) appended.
Traceback (most recent call last):
File "interwiki.py", line 2583, in <module>
main()
File "interwiki.py", line 2557, in main
bot.run()
File "interwiki.py", line 2296, in run
self.queryStep()
File "interwiki.py", line 2274, in queryStep
subj.finish(self)
File "interwiki.py", line 1723, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1878, in replaceLinks
template=template)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 448, in
replaceLanguageLinks
s = interwikiFormat(new, insite = site)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 524, in
interwikiFormat
ar = interwikiSort(links.keys(), insite)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 557, in
interwikiSort
site = insite.getSite(code = code)
File "/home/bertrand/pywikipedia/wikipedia.py", line 7819, in getSite
return getSite(code = code, fam = self.family, user=self.user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 8000, in getSite
_sites[key] = Site(code=code, fam=fam, user=user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is
obsolete
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:59
Message:
Page given to the command-line (catalan wikinews)
França: mor el periodista esportiu Thierry Roland
http://ca.wikinews.org/wiki/França:_mor_el_periodista_esportiu_Thierry_Rola…
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:54
Message:
Command line :
python interwiki.py -page -putthrottle:"1" -lang:"ca"
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:48
Message:
Trackback of error messages
Updating links on page [[fr:France : disparition de Thierry Roland]].
Changes to be made: Robot: Adding [[ca:França: mor el periodista esportiu
Thierry Roland]]
Dump fr (wikinews) appended.
Traceback (most recent call last):
File "interwiki.py", line 2583, in <module>
main()
File "interwiki.py", line 2557, in main
bot.run()
File "interwiki.py", line 2296, in run
self.queryStep()
File "interwiki.py", line 2274, in queryStep
subj.finish(self)
File "interwiki.py", line 1723, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1878, in replaceLinks
template=template)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 448, in
replaceLanguageLinks
s = interwikiFormat(new, insite = site)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 524, in
interwikiFormat
ar = interwikiSort(links.keys(), insite)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 557, in
interwikiSort
site = insite.getSite(code = code)
File "/home/bertrand/pywikipedia/wikipedia.py", line 7819, in getSite
return getSite(code = code, fam = self.family, user=self.user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 8000, in getSite
_sites[key] = Site(code=code, fam=fam, user=user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is
obsolete
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-16 22:59
Message:
'sd' is in family.obsolete dictionary. Your patch doesn't solve the
problem. Please give your full traceback and the command line you have uses
and if possible the page where this error occurred. Since this bug is not a
general blocker, I degraded the priority.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&group_…
Bugs item #3535710, was opened at 2012-06-16 14:59
Message generated for change (Comment added) made by grondin85
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&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: Bertrand Grondin (grondin85)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'sd' language obsolete in Wikinews
Initial Comment:
When lauching interwiki.py I've the following message :
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is obsolete
I deleted 'sd' code in families/wikinews.py
this patch should solve this problem.
----------------------------------------------------------------------
>Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:59
Message:
Page given to the command-line (catalan wikinews)
França: mor el periodista esportiu Thierry Roland
http://ca.wikinews.org/wiki/França:_mor_el_periodista_esportiu_Thierry_Rola…
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:54
Message:
Command line :
python interwiki.py -page -putthrottle:"1" -lang:"ca"
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:48
Message:
Trackback of error messages
Updating links on page [[fr:France : disparition de Thierry Roland]].
Changes to be made: Robot: Adding [[ca:França: mor el periodista esportiu
Thierry Roland]]
Dump fr (wikinews) appended.
Traceback (most recent call last):
File "interwiki.py", line 2583, in <module>
main()
File "interwiki.py", line 2557, in main
bot.run()
File "interwiki.py", line 2296, in run
self.queryStep()
File "interwiki.py", line 2274, in queryStep
subj.finish(self)
File "interwiki.py", line 1723, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1878, in replaceLinks
template=template)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 448, in
replaceLanguageLinks
s = interwikiFormat(new, insite = site)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 524, in
interwikiFormat
ar = interwikiSort(links.keys(), insite)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 557, in
interwikiSort
site = insite.getSite(code = code)
File "/home/bertrand/pywikipedia/wikipedia.py", line 7819, in getSite
return getSite(code = code, fam = self.family, user=self.user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 8000, in getSite
_sites[key] = Site(code=code, fam=fam, user=user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is
obsolete
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-16 22:59
Message:
'sd' is in family.obsolete dictionary. Your patch doesn't solve the
problem. Please give your full traceback and the command line you have uses
and if possible the page where this error occurred. Since this bug is not a
general blocker, I degraded the priority.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&group_…
Bugs item #3535710, was opened at 2012-06-16 14:59
Message generated for change (Comment added) made by grondin85
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&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: Bertrand Grondin (grondin85)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'sd' language obsolete in Wikinews
Initial Comment:
When lauching interwiki.py I've the following message :
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is obsolete
I deleted 'sd' code in families/wikinews.py
this patch should solve this problem.
----------------------------------------------------------------------
>Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:54
Message:
Command line :
python interwiki.py -page -putthrottle:"1" -lang:"ca"
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:48
Message:
Trackback of error messages
Updating links on page [[fr:France : disparition de Thierry Roland]].
Changes to be made: Robot: Adding [[ca:França: mor el periodista esportiu
Thierry Roland]]
Dump fr (wikinews) appended.
Traceback (most recent call last):
File "interwiki.py", line 2583, in <module>
main()
File "interwiki.py", line 2557, in main
bot.run()
File "interwiki.py", line 2296, in run
self.queryStep()
File "interwiki.py", line 2274, in queryStep
subj.finish(self)
File "interwiki.py", line 1723, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1878, in replaceLinks
template=template)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 448, in
replaceLanguageLinks
s = interwikiFormat(new, insite = site)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 524, in
interwikiFormat
ar = interwikiSort(links.keys(), insite)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 557, in
interwikiSort
site = insite.getSite(code = code)
File "/home/bertrand/pywikipedia/wikipedia.py", line 7819, in getSite
return getSite(code = code, fam = self.family, user=self.user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 8000, in getSite
_sites[key] = Site(code=code, fam=fam, user=user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is
obsolete
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-16 22:59
Message:
'sd' is in family.obsolete dictionary. Your patch doesn't solve the
problem. Please give your full traceback and the command line you have uses
and if possible the page where this error occurred. Since this bug is not a
general blocker, I degraded the priority.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&group_…
Bugs item #3535710, was opened at 2012-06-16 14:59
Message generated for change (Comment added) made by grondin85
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&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: Bertrand Grondin (grondin85)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'sd' language obsolete in Wikinews
Initial Comment:
When lauching interwiki.py I've the following message :
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is obsolete
I deleted 'sd' code in families/wikinews.py
this patch should solve this problem.
----------------------------------------------------------------------
>Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:48
Message:
Trackback of error messages
Updating links on page [[fr:France : disparition de Thierry Roland]].
Changes to be made: Robot: Adding [[ca:França: mor el periodista esportiu
Thierry Roland]]
Dump fr (wikinews) appended.
Traceback (most recent call last):
File "interwiki.py", line 2583, in <module>
main()
File "interwiki.py", line 2557, in main
bot.run()
File "interwiki.py", line 2296, in run
self.queryStep()
File "interwiki.py", line 2274, in queryStep
subj.finish(self)
File "interwiki.py", line 1723, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1878, in replaceLinks
template=template)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 448, in
replaceLanguageLinks
s = interwikiFormat(new, insite = site)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 524, in
interwikiFormat
ar = interwikiSort(links.keys(), insite)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 557, in
interwikiSort
site = insite.getSite(code = code)
File "/home/bertrand/pywikipedia/wikipedia.py", line 7819, in getSite
return getSite(code = code, fam = self.family, user=self.user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 8000, in getSite
_sites[key] = Site(code=code, fam=fam, user=user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is
obsolete
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-16 22:59
Message:
'sd' is in family.obsolete dictionary. Your patch doesn't solve the
problem. Please give your full traceback and the command line you have uses
and if possible the page where this error occurred. Since this bug is not a
general blocker, I degraded the priority.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&group_…
Bugs item #3535710, was opened at 2012-06-16 14:59
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&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: Bertrand Grondin (grondin85)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'sd' language obsolete in Wikinews
Initial Comment:
When lauching interwiki.py I've the following message :
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is obsolete
I deleted 'sd' code in families/wikinews.py
this patch should solve this problem.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-16 22:59
Message:
'sd' is in family.obsolete dictionary. Your patch doesn't solve the
problem. Please give your full traceback and the command line you have uses
and if possible the page where this error occurred. Since this bug is not a
general blocker, I degraded the priority.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&group_…
Bugs item #3535710, was opened at 2012-06-16 14:59
Message generated for change (Settings changed) made by grondin85
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&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: 9
Private: No
Submitted By: Bertrand Grondin (grondin85)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'sd' language obsolete in Wikinews
Initial Comment:
When lauching interwiki.py I've the following message :
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is obsolete
I deleted 'sd' code in families/wikinews.py
this patch should solve this problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&group_…
Bugs item #3535710, was opened at 2012-06-16 14:59
Message generated for change (Tracker Item Submitted) made by grondin85
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&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: Bertrand Grondin (grondin85)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'sd' language obsolete in Wikinews
Initial Comment:
When lauching interwiki.py I've the following message :
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is obsolete
I deleted 'sd' code in families/wikinews.py
this patch should solve this problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&group_…
Bugs item #3535184, was opened at 2012-06-14 05:11
Message generated for change (Comment added) made by russblau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535184&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: rewrite
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: xqt (xqt)
>Assigned to: Merlijn S. van Deen (valhallasw)
Summary: WARNING: Logged in as IP insead of Bot
Initial Comment:
checking out the rewrite branch and copying the user files I runned touch.py and got an error as follows:
C:\pwb\rewrite>pwb.py touch user:xqt/Test -v -debug
Pywikipediabot r10326 2012-06-08 12:08:53Z
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
Retrieving 1 pages from wikipedia:de.
Starting 1 threads...
Found 1 wikipedia:de processes running, including this one.
WARNING: Logged in as 199.199.199.199 instead of Xqbot
Dropped throttle(s).
Traceback (most recent call last):
File "C:\pwb\rewrite\pwb.py", line 42, in <module>
execfile(sys.argv[0])
File "C:\pwb\rewrite\scripts\touch.py", line 99, in <module>
main()
File "C:\pwb\rewrite\scripts\touch.py", line 94, in main
bot.run()
File "C:\pwb\rewrite\scripts\touch.py", line 47, in run
page.save("Pywikibot touch script")
File "C:\pwb\rewrite\pywikibot\page.py", line 735, in save
if not force and not self.botMayEdit():
File "C:\pwb\rewrite\pywikibot\page.py", line 670, in botMayEdit
username = self.site.user()
File "C:\pwb\rewrite\pywikibot\site.py", line 177, in user
elif self.logged_in(False):
File "C:\pwb\rewrite\pywikibot\site.py", line 692, in logged_in
raise
TypeError: exceptions must be old-style classes or derived from BaseException, n
ot NoneType
Waiting for threads to finish...
All threads finished.
Dropped throttle(s).
C:\pwb\rewrite>
I've added the raise to get the traceback of the statement.
version.py:
Pywikibot branches/rewrite/ (r10359, 2012/06/12, 16:46:30)
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
unicode test: ok
C:\pwb\rewrite>
----------------------------------------------------------------------
>Comment By: Russell Blau (russblau)
Date: 2012-06-14 09:29
Message:
This appears to be a result of
http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10284, which removed
code that automatically logged you in when you accessed the API. A
work-around is to add an explicit "site.login()" call to every script.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535184&group_…
Bugs item #3535184, was opened at 2012-06-14 05:11
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535184&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: rewrite
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: xqt (xqt)
Assigned to: Russell Blau (russblau)
Summary: WARNING: Logged in as IP insead of Bot
Initial Comment:
checking out the rewrite branch and copying the user files I runned touch.py and got an error as follows:
C:\pwb\rewrite>pwb.py touch user:xqt/Test -v -debug
Pywikipediabot r10326 2012-06-08 12:08:53Z
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
Retrieving 1 pages from wikipedia:de.
Starting 1 threads...
Found 1 wikipedia:de processes running, including this one.
WARNING: Logged in as 199.199.199.199 instead of Xqbot
Dropped throttle(s).
Traceback (most recent call last):
File "C:\pwb\rewrite\pwb.py", line 42, in <module>
execfile(sys.argv[0])
File "C:\pwb\rewrite\scripts\touch.py", line 99, in <module>
main()
File "C:\pwb\rewrite\scripts\touch.py", line 94, in main
bot.run()
File "C:\pwb\rewrite\scripts\touch.py", line 47, in run
page.save("Pywikibot touch script")
File "C:\pwb\rewrite\pywikibot\page.py", line 735, in save
if not force and not self.botMayEdit():
File "C:\pwb\rewrite\pywikibot\page.py", line 670, in botMayEdit
username = self.site.user()
File "C:\pwb\rewrite\pywikibot\site.py", line 177, in user
elif self.logged_in(False):
File "C:\pwb\rewrite\pywikibot\site.py", line 692, in logged_in
raise
TypeError: exceptions must be old-style classes or derived from BaseException, n
ot NoneType
Waiting for threads to finish...
All threads finished.
Dropped throttle(s).
C:\pwb\rewrite>
I've added the raise to get the traceback of the statement.
version.py:
Pywikibot branches/rewrite/ (r10359, 2012/06/12, 16:46:30)
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
unicode test: ok
C:\pwb\rewrite>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535184&group_…