Feature Requests item #2959262, was opened at 2010-02-26 00:46
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2959262&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: redirect.py
Initial Comment:
is it possible to adapt redirect.py to work with standard pagegenerators like -links: and -file: ?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2959262&group_…
Bugs item #2970264, was opened at 2010-03-14 15:37
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970264&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: Merlijn S. van Deen (valhallasw)
Summary: Unable to check blocks on IP
Initial Comment:
I have code to check blocks on users or IPs using userlib.py
Since r7979, userlib raises an exception when I try to check blocks on IPs.
Please allow this behavior again.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970264&group_…
Bugs item #2970030, was opened at 2010-03-14 00:33
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970030&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: other
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: masti (masti01)
Assigned to: xqt (xqt)
Summary: weblinkschecker: AttributeError: HTTPResponse instance has n
Initial Comment:
While processing links by weblinkschecker.py several pages throw the following exception:
Exception while processing URL http://ssd.jpl.nasa.gov/sbdb_query.cgi in page (73139) 2002 GM84
Exception in thread (73139) 2002 GM84 - http://ssd.jpl.nasa.gov/sbdb_query.cgi:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
self.run()
File "weblinkchecker.py", line 492, in run
ok, message = linkChecker.check()
File "weblinkchecker.py", line 408, in check
wasRedirected = self.resolveRedirect(useHEAD = useHEAD)
File "weblinkchecker.py", line 371, in resolveRedirect
if response.code >= 300 and response.code <= 399:
AttributeError: HTTPResponse instance has no attribute 'code'
python version.py
Pywikipedia [http] trunk/pywikipedia (r8005, 2010/03/13, 16:46:42)
Python 2.6.2 (r262:71600, Jan 25 2010, 18:46:45)
[GCC 4.4.2 20091222 (Red Hat 4.4.2-20)]
----------------------------------------------------------------------
Comment By: masti (masti01)
Date: 2010-03-14 17:10
Message:
Yes, it seems to be working
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-03-14 16:50
Message:
I reverted r7599
http://svn.wikimedia.org/viewvc/pywikipedia/trunk/pywikipedia/weblinkchecke…
would you please check whether it works now?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970030&group_…
Bugs item #2970070, was opened at 2010-03-14 02:28
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970070&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: other
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: masti (masti01)
>Assigned to: xqt (xqt)
Summary: reflinks.py crashes on 404 error
Initial Comment:
reflinks.py does not properly recognize 404 error:
HTTP error (404) for http://www.guinnessworldrecords.com/content_pages/record.asp?recordid=44894 on [[Lacrosse]]
Traceback (most recent call last):
File "reflinksmb.py", line 753, in <module>
main()
File "reflinksmb.py", line 749, in main
bot.run()
File "reflinksmb.py", line 551, in run
repl = ref.refDead()
File "reflinksmb.py", line 197, in refDead
tag = wikipedia.translate(self.site, deadLinkTag) % self.link
TypeError: not all arguments converted during string formatting
python version.py
Pywikipedia [http] trunk/pywikipedia (r7991, 2010/03/12, 09:03:31)
Python 2.6.2 (r262:71600, Oct 22 2009, 08:54:52)
[GCC 4.3.4]
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-03-14 17:30
Message:
fixed in r8008
----------------------------------------------------------------------
Comment By: masti (masti01)
Date: 2010-03-14 02:34
Message:
python reflinksmb.py -xml:plwiki-20100307-pages-meta-current.xml
-xmlstart:Lacrosse
Reading XML dump...
Getting 1 pages from wikipedia:pl...
Getting 50 pages from wikipedia:pl...
HTTP error (404) for
http://www.guinnessworldrecords.com/content_pages/record.asp?recordid=44894
on [[Lacrosse]]
Traceback (most recent call last):
File "reflinksmb.py", line 753, in <module>
main()
File "reflinksmb.py", line 749, in main
bot.run()
File "reflinksmb.py", line 551, in run
repl = ref.refDead()
File "reflinksmb.py", line 197, in refDead
tag = wikipedia.translate(self.site, deadLinkTag) % self.link
TypeError: not all arguments converted during string formatting
reflinksmb.py is a copy of reflinks.py
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970070&group_…
Bugs item #2970030, was opened at 2010-03-14 00:33
Message generated for change (Comment added) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970030&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: other
Group: None
Status: Pending
Resolution: Fixed
Priority: 5
Private: No
Submitted By: masti (masti01)
Assigned to: xqt (xqt)
Summary: weblinkschecker: AttributeError: HTTPResponse instance has n
Initial Comment:
While processing links by weblinkschecker.py several pages throw the following exception:
Exception while processing URL http://ssd.jpl.nasa.gov/sbdb_query.cgi in page (73139) 2002 GM84
Exception in thread (73139) 2002 GM84 - http://ssd.jpl.nasa.gov/sbdb_query.cgi:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
self.run()
File "weblinkchecker.py", line 492, in run
ok, message = linkChecker.check()
File "weblinkchecker.py", line 408, in check
wasRedirected = self.resolveRedirect(useHEAD = useHEAD)
File "weblinkchecker.py", line 371, in resolveRedirect
if response.code >= 300 and response.code <= 399:
AttributeError: HTTPResponse instance has no attribute 'code'
python version.py
Pywikipedia [http] trunk/pywikipedia (r8005, 2010/03/13, 16:46:42)
Python 2.6.2 (r262:71600, Jan 25 2010, 18:46:45)
[GCC 4.4.2 20091222 (Red Hat 4.4.2-20)]
----------------------------------------------------------------------
Comment By: masti (masti01)
Date: 2010-03-14 17:10
Message:
Yes, it seems to be working
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-03-14 16:50
Message:
I reverted r7599
http://svn.wikimedia.org/viewvc/pywikipedia/trunk/pywikipedia/weblinkchecke…
would you please check whether it works now?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970030&group_…
Bugs item #2970030, was opened at 2010-03-14 00:33
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970030&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: other
Group: None
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: masti (masti01)
>Assigned to: xqt (xqt)
Summary: weblinkschecker: AttributeError: HTTPResponse instance has n
Initial Comment:
While processing links by weblinkschecker.py several pages throw the following exception:
Exception while processing URL http://ssd.jpl.nasa.gov/sbdb_query.cgi in page (73139) 2002 GM84
Exception in thread (73139) 2002 GM84 - http://ssd.jpl.nasa.gov/sbdb_query.cgi:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
self.run()
File "weblinkchecker.py", line 492, in run
ok, message = linkChecker.check()
File "weblinkchecker.py", line 408, in check
wasRedirected = self.resolveRedirect(useHEAD = useHEAD)
File "weblinkchecker.py", line 371, in resolveRedirect
if response.code >= 300 and response.code <= 399:
AttributeError: HTTPResponse instance has no attribute 'code'
python version.py
Pywikipedia [http] trunk/pywikipedia (r8005, 2010/03/13, 16:46:42)
Python 2.6.2 (r262:71600, Jan 25 2010, 18:46:45)
[GCC 4.4.2 20091222 (Red Hat 4.4.2-20)]
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-03-14 16:50
Message:
I reverted r7599
http://svn.wikimedia.org/viewvc/pywikipedia/trunk/pywikipedia/weblinkchecke…
would you please check whether it works now?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970030&group_…
Bugs item #2970264, was opened at 2010-03-14 14:37
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970264&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: Unable to check blocks on IP
Initial Comment:
I have code to check blocks on users or IPs using userlib.py
Since r7979, userlib raises an exception when I try to check blocks on IPs.
Please allow this behavior again.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970264&group_…
Patches item #2969994, was opened at 2010-03-13 22:21
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2969994&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: masti (masti01)
>Assigned to: xqt (xqt)
Summary: pl localization for reflinks.py
Initial Comment:
Adding pl mstiBot to list of bots running reflinks and polish translations
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-03-14 14:51
Message:
done in r8006. Thanks masti!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2969994&group_…
Bugs item #2970070, was opened at 2010-03-14 02:28
Message generated for change (Comment added) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970070&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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: masti (masti01)
Assigned to: Nobody/Anonymous (nobody)
Summary: reflinks.py crashes on 404 error
Initial Comment:
reflinks.py does not properly recognize 404 error:
HTTP error (404) for http://www.guinnessworldrecords.com/content_pages/record.asp?recordid=44894 on [[Lacrosse]]
Traceback (most recent call last):
File "reflinksmb.py", line 753, in <module>
main()
File "reflinksmb.py", line 749, in main
bot.run()
File "reflinksmb.py", line 551, in run
repl = ref.refDead()
File "reflinksmb.py", line 197, in refDead
tag = wikipedia.translate(self.site, deadLinkTag) % self.link
TypeError: not all arguments converted during string formatting
python version.py
Pywikipedia [http] trunk/pywikipedia (r7991, 2010/03/12, 09:03:31)
Python 2.6.2 (r262:71600, Oct 22 2009, 08:54:52)
[GCC 4.3.4]
----------------------------------------------------------------------
Comment By: masti (masti01)
Date: 2010-03-14 02:34
Message:
python reflinksmb.py -xml:plwiki-20100307-pages-meta-current.xml
-xmlstart:Lacrosse
Reading XML dump...
Getting 1 pages from wikipedia:pl...
Getting 50 pages from wikipedia:pl...
HTTP error (404) for
http://www.guinnessworldrecords.com/content_pages/record.asp?recordid=44894
on [[Lacrosse]]
Traceback (most recent call last):
File "reflinksmb.py", line 753, in <module>
main()
File "reflinksmb.py", line 749, in main
bot.run()
File "reflinksmb.py", line 551, in run
repl = ref.refDead()
File "reflinksmb.py", line 197, in refDead
tag = wikipedia.translate(self.site, deadLinkTag) % self.link
TypeError: not all arguments converted during string formatting
reflinksmb.py is a copy of reflinks.py
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970070&group_…
Bugs item #2970070, was opened at 2010-03-14 02:28
Message generated for change (Tracker Item Submitted) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970070&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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: masti (masti01)
Assigned to: Nobody/Anonymous (nobody)
Summary: reflinks.py crashes on 404 error
Initial Comment:
reflinks.py does not properly recognize 404 error:
HTTP error (404) for http://www.guinnessworldrecords.com/content_pages/record.asp?recordid=44894 on [[Lacrosse]]
Traceback (most recent call last):
File "reflinksmb.py", line 753, in <module>
main()
File "reflinksmb.py", line 749, in main
bot.run()
File "reflinksmb.py", line 551, in run
repl = ref.refDead()
File "reflinksmb.py", line 197, in refDead
tag = wikipedia.translate(self.site, deadLinkTag) % self.link
TypeError: not all arguments converted during string formatting
python version.py
Pywikipedia [http] trunk/pywikipedia (r7991, 2010/03/12, 09:03:31)
Python 2.6.2 (r262:71600, Oct 22 2009, 08:54:52)
[GCC 4.3.4]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2970070&group_…