Bugs item #2901369, was opened at 2009-11-20 14:58
Message generated for change (Comment added) made by djbarrett
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&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: Daniel Barrett (djbarrett)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py hangs without error message
Initial Comment:
Login.py is hanging and no error message is being produced.
$ sudo python login.py -v -log
Pywikipediabot [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
Password for user wikisysop2 on vistawiki:en: *********
Logging in to vistawiki:en as wikisysop2
At this point, login.py hangs for several minutes. I type ctrl-C and get:
Traceback (most recent call last):
File "login.py", line 393, in ?
main()
File "login.py", line 389, in main
loginMan.login()
File "login.py", line 278, in login
cookiedata = self.getCookie(api)
File "login.py", line 170, in getCookie
response, data = self.site.postData(address, self.site.urlEncode(predata), sysop=self.sysop)
File "/usr/local/pywikipedia/wikipedia.py", line 5482, in postData
f = MyURLopener.open(request)
File "/usr/lib64/python2.4/urllib2.py", line 364, in open
response = meth(req, response)
File "/usr/lib64/python2.4/urllib2.py", line 471, in http_response
response = self.parent.error(
File "/usr/lib64/python2.4/urllib2.py", line 396, in error
result = self._call_chain(*args)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/local/pywikipedia/wikipedia.py", line 8231, in http_error_302
result = urllib2.HTTPRedirectHandler.http_error_302(
File "/usr/lib64/python2.4/urllib2.py", line 554, in http_error_302
return self.parent.open(new)
File "/usr/lib64/python2.4/urllib2.py", line 358, in open
response = self._open(req, data)
File "/usr/lib64/python2.4/urllib2.py", line 376, in _open
'_open', req)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib64/python2.4/urllib2.py", line 1032, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.4/urllib2.py", line 1004, in do_open
r = h.getresponse()
KeyboardInterrupt
The log file contains nothing except the initial lines above (prior to the ctrl-C).
I have verified the password is correct.
Here's the version info:
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-30 11:34
Message:
I deleted the contents of the login-data folder and ran "python login.py",
but the command still hung.
I'm happy to provide more debugging info if you tell me what you want.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-11-30 10:54
Message:
I haven't had this myself, but I have heard others speak about it. Could
you try throwing away your login-data for the site you are trying to log in
to? Of course this would only be possible if you had a previous login, but
this may be a solution. From what I have heard, the cookies have been
changed recently.
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-30 10:33
Message:
Sorry, it's not fixed in r7718 nor r7719. Same hang.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-11-30 06:58
Message:
This has probably been fixed. Feel free to reopen if not (based on r7718)
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 15:28
Message:
The problem was introduced in -r7599. Versions before it work perfectly.
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 15:19
Message:
svn -r7659 makes me suspicious, with the change in "wpDomain" logic, since
we (Vistaprint) were the original reason for the wpDomain logic, to make
pywikipedia work with Extension:LdapAuthentication.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&group_…
Bugs item #2901369, was opened at 2009-11-20 20:58
Message generated for change (Comment added) made by siebrand
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&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: Daniel Barrett (djbarrett)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py hangs without error message
Initial Comment:
Login.py is hanging and no error message is being produced.
$ sudo python login.py -v -log
Pywikipediabot [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
Password for user wikisysop2 on vistawiki:en: *********
Logging in to vistawiki:en as wikisysop2
At this point, login.py hangs for several minutes. I type ctrl-C and get:
Traceback (most recent call last):
File "login.py", line 393, in ?
main()
File "login.py", line 389, in main
loginMan.login()
File "login.py", line 278, in login
cookiedata = self.getCookie(api)
File "login.py", line 170, in getCookie
response, data = self.site.postData(address, self.site.urlEncode(predata), sysop=self.sysop)
File "/usr/local/pywikipedia/wikipedia.py", line 5482, in postData
f = MyURLopener.open(request)
File "/usr/lib64/python2.4/urllib2.py", line 364, in open
response = meth(req, response)
File "/usr/lib64/python2.4/urllib2.py", line 471, in http_response
response = self.parent.error(
File "/usr/lib64/python2.4/urllib2.py", line 396, in error
result = self._call_chain(*args)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/local/pywikipedia/wikipedia.py", line 8231, in http_error_302
result = urllib2.HTTPRedirectHandler.http_error_302(
File "/usr/lib64/python2.4/urllib2.py", line 554, in http_error_302
return self.parent.open(new)
File "/usr/lib64/python2.4/urllib2.py", line 358, in open
response = self._open(req, data)
File "/usr/lib64/python2.4/urllib2.py", line 376, in _open
'_open', req)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib64/python2.4/urllib2.py", line 1032, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.4/urllib2.py", line 1004, in do_open
r = h.getresponse()
KeyboardInterrupt
The log file contains nothing except the initial lines above (prior to the ctrl-C).
I have verified the password is correct.
Here's the version info:
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
----------------------------------------------------------------------
>Comment By: siebrand (siebrand)
Date: 2009-11-30 16:54
Message:
I haven't had this myself, but I have heard others speak about it. Could
you try throwing away your login-data for the site you are trying to log in
to? Of course this would only be possible if you had a previous login, but
this may be a solution. From what I have heard, the cookies have been
changed recently.
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-30 16:33
Message:
Sorry, it's not fixed in r7718 nor r7719. Same hang.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-11-30 12:58
Message:
This has probably been fixed. Feel free to reopen if not (based on r7718)
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 21:28
Message:
The problem was introduced in -r7599. Versions before it work perfectly.
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 21:19
Message:
svn -r7659 makes me suspicious, with the change in "wpDomain" logic, since
we (Vistaprint) were the original reason for the wpDomain logic, to make
pywikipedia work with Extension:LdapAuthentication.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&group_…
Bugs item #2901369, was opened at 2009-11-20 14:58
Message generated for change (Settings changed) made by djbarrett
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&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: Accepted
Priority: 5
Private: No
Submitted By: Daniel Barrett (djbarrett)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py hangs without error message
Initial Comment:
Login.py is hanging and no error message is being produced.
$ sudo python login.py -v -log
Pywikipediabot [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
Password for user wikisysop2 on vistawiki:en: *********
Logging in to vistawiki:en as wikisysop2
At this point, login.py hangs for several minutes. I type ctrl-C and get:
Traceback (most recent call last):
File "login.py", line 393, in ?
main()
File "login.py", line 389, in main
loginMan.login()
File "login.py", line 278, in login
cookiedata = self.getCookie(api)
File "login.py", line 170, in getCookie
response, data = self.site.postData(address, self.site.urlEncode(predata), sysop=self.sysop)
File "/usr/local/pywikipedia/wikipedia.py", line 5482, in postData
f = MyURLopener.open(request)
File "/usr/lib64/python2.4/urllib2.py", line 364, in open
response = meth(req, response)
File "/usr/lib64/python2.4/urllib2.py", line 471, in http_response
response = self.parent.error(
File "/usr/lib64/python2.4/urllib2.py", line 396, in error
result = self._call_chain(*args)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/local/pywikipedia/wikipedia.py", line 8231, in http_error_302
result = urllib2.HTTPRedirectHandler.http_error_302(
File "/usr/lib64/python2.4/urllib2.py", line 554, in http_error_302
return self.parent.open(new)
File "/usr/lib64/python2.4/urllib2.py", line 358, in open
response = self._open(req, data)
File "/usr/lib64/python2.4/urllib2.py", line 376, in _open
'_open', req)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib64/python2.4/urllib2.py", line 1032, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.4/urllib2.py", line 1004, in do_open
r = h.getresponse()
KeyboardInterrupt
The log file contains nothing except the initial lines above (prior to the ctrl-C).
I have verified the password is correct.
Here's the version info:
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-30 10:33
Message:
Sorry, it's not fixed in r7718 nor r7719. Same hang.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-11-30 06:58
Message:
This has probably been fixed. Feel free to reopen if not (based on r7718)
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 15:28
Message:
The problem was introduced in -r7599. Versions before it work perfectly.
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 15:19
Message:
svn -r7659 makes me suspicious, with the change in "wpDomain" logic, since
we (Vistaprint) were the original reason for the wpDomain logic, to make
pywikipedia work with Extension:LdapAuthentication.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&group_…
Bugs item #2901369, was opened at 2009-11-20 14:58
Message generated for change (Comment added) made by djbarrett
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&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: Daniel Barrett (djbarrett)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py hangs without error message
Initial Comment:
Login.py is hanging and no error message is being produced.
$ sudo python login.py -v -log
Pywikipediabot [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
Password for user wikisysop2 on vistawiki:en: *********
Logging in to vistawiki:en as wikisysop2
At this point, login.py hangs for several minutes. I type ctrl-C and get:
Traceback (most recent call last):
File "login.py", line 393, in ?
main()
File "login.py", line 389, in main
loginMan.login()
File "login.py", line 278, in login
cookiedata = self.getCookie(api)
File "login.py", line 170, in getCookie
response, data = self.site.postData(address, self.site.urlEncode(predata), sysop=self.sysop)
File "/usr/local/pywikipedia/wikipedia.py", line 5482, in postData
f = MyURLopener.open(request)
File "/usr/lib64/python2.4/urllib2.py", line 364, in open
response = meth(req, response)
File "/usr/lib64/python2.4/urllib2.py", line 471, in http_response
response = self.parent.error(
File "/usr/lib64/python2.4/urllib2.py", line 396, in error
result = self._call_chain(*args)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/local/pywikipedia/wikipedia.py", line 8231, in http_error_302
result = urllib2.HTTPRedirectHandler.http_error_302(
File "/usr/lib64/python2.4/urllib2.py", line 554, in http_error_302
return self.parent.open(new)
File "/usr/lib64/python2.4/urllib2.py", line 358, in open
response = self._open(req, data)
File "/usr/lib64/python2.4/urllib2.py", line 376, in _open
'_open', req)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib64/python2.4/urllib2.py", line 1032, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.4/urllib2.py", line 1004, in do_open
r = h.getresponse()
KeyboardInterrupt
The log file contains nothing except the initial lines above (prior to the ctrl-C).
I have verified the password is correct.
Here's the version info:
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-30 10:33
Message:
Sorry, it's not fixed in r7718 nor r7719. Same hang.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-11-30 06:58
Message:
This has probably been fixed. Feel free to reopen if not (based on r7718)
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 15:28
Message:
The problem was introduced in -r7599. Versions before it work perfectly.
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 15:19
Message:
svn -r7659 makes me suspicious, with the change in "wpDomain" logic, since
we (Vistaprint) were the original reason for the wpDomain logic, to make
pywikipedia work with Extension:LdapAuthentication.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&group_…
Bugs item #2891040, was opened at 2009-11-03 03:03
Message generated for change (Comment added) made by siebrand
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2891040&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: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: I cannot login - socket.gaierror
Initial Comment:
Hi my email are pasqualino77 @ hotmail.com i can to install in my new site
www.mondovideogiochi.com/wiki/
This are the error
http://pastebin.com/m2247b509
How i doing?
----------------------------------------------------------------------
>Comment By: siebrand (siebrand)
Date: 2009-11-30 12:58
Message:
Closed as invalid. Not enough information provided by reporter.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-11-06 13:59
Message:
Do you have created a family file for your wiki?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2891040&group_…
Bugs item #2901369, was opened at 2009-11-20 20:58
Message generated for change (Comment added) made by siebrand
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&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: Daniel Barrett (djbarrett)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py hangs without error message
Initial Comment:
Login.py is hanging and no error message is being produced.
$ sudo python login.py -v -log
Pywikipediabot [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
Password for user wikisysop2 on vistawiki:en: *********
Logging in to vistawiki:en as wikisysop2
At this point, login.py hangs for several minutes. I type ctrl-C and get:
Traceback (most recent call last):
File "login.py", line 393, in ?
main()
File "login.py", line 389, in main
loginMan.login()
File "login.py", line 278, in login
cookiedata = self.getCookie(api)
File "login.py", line 170, in getCookie
response, data = self.site.postData(address, self.site.urlEncode(predata), sysop=self.sysop)
File "/usr/local/pywikipedia/wikipedia.py", line 5482, in postData
f = MyURLopener.open(request)
File "/usr/lib64/python2.4/urllib2.py", line 364, in open
response = meth(req, response)
File "/usr/lib64/python2.4/urllib2.py", line 471, in http_response
response = self.parent.error(
File "/usr/lib64/python2.4/urllib2.py", line 396, in error
result = self._call_chain(*args)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/local/pywikipedia/wikipedia.py", line 8231, in http_error_302
result = urllib2.HTTPRedirectHandler.http_error_302(
File "/usr/lib64/python2.4/urllib2.py", line 554, in http_error_302
return self.parent.open(new)
File "/usr/lib64/python2.4/urllib2.py", line 358, in open
response = self._open(req, data)
File "/usr/lib64/python2.4/urllib2.py", line 376, in _open
'_open', req)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib64/python2.4/urllib2.py", line 1032, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.4/urllib2.py", line 1004, in do_open
r = h.getresponse()
KeyboardInterrupt
The log file contains nothing except the initial lines above (prior to the ctrl-C).
I have verified the password is correct.
Here's the version info:
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r7672, 2009/11/20, 16:08:37)
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
----------------------------------------------------------------------
>Comment By: siebrand (siebrand)
Date: 2009-11-30 12:58
Message:
This has probably been fixed. Feel free to reopen if not (based on r7718)
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 21:28
Message:
The problem was introduced in -r7599. Versions before it work perfectly.
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett)
Date: 2009-11-20 21:19
Message:
svn -r7659 makes me suspicious, with the change in "wpDomain" logic, since
we (Vistaprint) were the original reason for the wpDomain logic, to make
pywikipedia work with Extension:LdapAuthentication.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901369&group_…
Bugs item #2901213, was opened at 2009-11-20 16:42
Message generated for change (Comment added) made by siebrand
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901213&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: 8
Private: No
Submitted By: Mauro (mauro742)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py fails (again)
Initial Comment:
python login.py
Password for user *** on wikipedia:it:
Logging in to wikipedia:it as ***
Result: 411 Length Required
Traceback (most recent call last):
File "login.py", line 393, in <module>
main()
File "login.py", line 389, in main
loginMan.login()
File "login.py", line 278, in login
cookiedata = self.getCookie(api)
File "login.py", line 170, in getCookie
response, data = self.site.postData(address, self.site.urlEncode(predata), sysop=self.sysop)
File "/home/mauro742/MauroBot/wikipedia.py", line 5482, in postData
f = MyURLopener.open(request)
File "/usr/lib/python2.5/urllib2.py", line 387, in open
response = meth(req, response)
File "/usr/lib/python2.5/urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.5/urllib2.py", line 419, in error
result = self._call_chain(*args)
File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/home/mauro742/MauroBot/wikipedia.py", line 8232, in http_error_302
self, req, fp, code, msg, headers)
File "/usr/lib/python2.5/urllib2.py", line 582, in http_error_302
return self.parent.open(new)
File "/usr/lib/python2.5/urllib2.py", line 387, in open
response = meth(req, response)
File "/usr/lib/python2.5/urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.5/urllib2.py", line 425, in error
return self._call_chain(*args)
File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/usr/lib/python2.5/urllib2.py", line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 411: Length Required
python version.py
Pywikipedia [http] trunk/pywikipedia (r7670, 2009/11/20, 15:20:25)
Python 2.5.2 (r252:60911, Jan 4 2009, 21:59:32)
[GCC 4.3.2]
----------------------------------------------------------------------
>Comment By: siebrand (siebrand)
Date: 2009-11-30 12:57
Message:
This has probably been fixed. Feel free to reopen if not (based on r7718)
----------------------------------------------------------------------
Comment By: Filip Maljkovic (dungodung)
Date: 2009-11-28 23:10
Message:
I'm getting the same error with my bot. What gives?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2901213&group_…
Bugs item #2905230, was opened at 2009-11-28 07:15
Message generated for change (Comment added) made by siebrand
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2905230&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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: David Crochet (crochet_david)
Assigned to: Nobody/Anonymous (nobody)
Summary: add 'ru' in wikiversity family
Initial Comment:
a new wikiversity is now open. Can you add 'ru' in the wikiversity familiy files. Thanks
----------------------------------------------------------------------
>Comment By: siebrand (siebrand)
Date: 2009-11-30 12:56
Message:
Fixed in r7718
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2905230&group_…
Patches item #2789651, was opened at 2009-05-10 11:03
Message generated for change (Comment added) made by siebrand
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2789651&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: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: liangent (liangent)
Assigned to: Nobody/Anonymous (nobody)
Summary: proxy support for pywikibot
Initial Comment:
run this first: apt-get install python-socksipy
then configure like this in user-config.py:
import httplib2
import socks
proxy = httplib2.ProxyInfo(socks.PROXY_TYPE_HTTP, 'localhost', 8000)
some lines like this will be printed, but it works.
Configuration variable 'httplib2' is defined but unknown. Misspelled?
Configuration variable 'socks' is defined but unknown. Misspelled?
----------------------------------------------------------------------
>Comment By: siebrand (siebrand)
Date: 2009-11-30 12:54
Message:
This patch does not apply properly. "config2.py" and "threadedhttp.py" do
not exists in pywikipediabot. Please submit a new patch. Status set to
pending. Will be closed as invalid in case no corrected patch is submitted.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2789651&group_…
Patches item #2835479, was opened at 2009-08-11 12:12
Message generated for change (Comment added) made by siebrand
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2835479&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: Jean-Daniel Fekete (jdfekte)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allowing xmlreader to read from stdin
Initial Comment:
XML dumps are huge and distributed in 7zip format now. This very small patch allows dumps to be read from the standard input using '-' as file name.
----------------------------------------------------------------------
>Comment By: siebrand (siebrand)
Date: 2009-11-30 12:48
Message:
@valhallasw: Do you suggest that the patch should be rejected based on your
reasoning?
----------------------------------------------------------------------
Comment By: Jean-Daniel Fekete (jdfekte)
Date: 2009-10-08 12:12
Message:
Decompressing on the fly is important to avoid creating huge files. I need
to process the full dump with revisions of the French wikipedia (for now)
and decompressing it is unreasonable. Using pipes is a standard practice
and they are not slow compared to the parsing and processing time of
Python.
I understand the aesthetic objection but pragmatically, the "-" syntax is
quite convenient and the changes are quite minimal.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-10-02 11:43
Message:
Submitter, please address comment dated 2009-08-11 13:45 by valhallasw.
Otherwise this patch will be rejected for certain after 2 weeks.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2009-08-11 13:45
Message:
I never see the point of programs adding '-' as magic filename. Unix has
/dev/stdin, dos/windows have CON. Secondly, it is probably better to use an
internal 7zip decompressor, as pipes tend to be slow.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2835479&group_…