Your message dated Thu, 6 Apr 2006 15:29:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361047: python-libgmail: login method hangs
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python-libgmail
Version: 0.1.4-2
Severity: grave
Justification: renders package unusable
libgmail seems to be unable to log me into gmail at all either from
mount.gmailfs or from my own test script.
If I try to use mount.gmailfs I get "gmailfs did not connect in less than 12
seconds, aborting..." in the log.
The following test script prints 1 but hangs forever without printing 2:
--BEGIN SCRIPT--
import libgmail
ga = libgmail.GmailAccount("[EMAIL PROTECTED]", "XXXX")
print "1"
ga.login()
print "2"
--END SCRIPT--
If I hit Control-C during the execution of the above script I get the following
stacktrace:
--BEGIN STACK--
File "foo.py", line 5, in ?
ga.login()
File "/usr/lib/site-python/libgmail/__init__.py", line 318, in login
pageData = self._retrievePage(redirectURL)
File "/usr/lib/site-python/libgmail/__init__.py", line 331, in _retrievePage
resp = urllib2.urlopen(req)
File "/usr/lib/python2.3/urllib2.py", line 129, in urlopen
return _opener.open(url, data)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
return self.do_open(httplib.HTTPS, req)
File "/usr/lib/python2.3/urllib2.py", line 895, in do_open
return self.parent.error('http', req, fp, code, msg, hdrs)
File "/usr/lib/python2.3/urllib2.py", line 346, in error
result = self._call_chain(*args)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 472, in http_error_302
return self.parent.open(new)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
return self.do_open(httplib.HTTPS, req)
File "/usr/lib/python2.3/urllib2.py", line 895, in do_open
return self.parent.error('http', req, fp, code, msg, hdrs)
File "/usr/lib/python2.3/urllib2.py", line 346, in error
result = self._call_chain(*args)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 472, in http_error_302
return self.parent.open(new)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
return self.do_open(httplib.HTTPS, req)
File "/usr/lib/python2.3/urllib2.py", line 884, in do_open
h.endheaders()
File "/usr/lib/python2.3/httplib.py", line 715, in endheaders
self._send_output()
File "/usr/lib/python2.3/httplib.py", line 600, in _send_output
self.send(msg)
File "/usr/lib/python2.3/httplib.py", line 567, in send
self.connect()
File "/usr/lib/python2.3/httplib.py", line 987, in connect
sock.connect((self.host, self.port))
File "<string>", line 1, in connect
--ENDSTACK--
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-2006021502
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages python-libgmail depends on:
ii python 2.3.5-5 An interactive high-level object-o
python-libgmail recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Thu, Apr 06, 2006 at 05:03:05PM -0500, Zachary C. Miller wrote:
> I tried it again today from another machine and also from the original
> machine and it worked just fine. I'm so sorry to report as a bug
> something that was so transient.
>
> The odd thing is that I was perfectly able to access the network and
> login to gmail via my webrowser at the time that I reported the
> bug. I'll chalk it up to gremlins unless it happens again.
>
> Go ahead and close this bug.
>
> Thanks!
Hehe, don't sweat it, it's no problem at all :) Let me know if it
happens again, though.
Cheers,
--Seb
--- End Message ---