Bug 715142

Summary: [abrt] gwibber-3.0.0.1-2.fc15: urllib2.py:1161:do_open:URLError: <urlopen error [Errno -2] Name or service not known>
Product: [Fedora] Fedora Reporter: Jan Kristian <jk>
Component: gwibberAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: jik, jk, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:09f0d129cd023c1db982a9f3e8906c2f51419183
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-13 06:44:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jan Kristian 2011-06-22 01:01:01 UTC
abrt version: 2.0.1
architecture:   x86_64
cmdline:        /usr/bin/python /usr/bin/gwibber-accounts
component:      gwibber
executable:     /usr/bin/gwibber-accounts
kernel:         2.6.38.8-32.fc15.x86_64
os_release:     Fedora release 15 (Lovelock)
package:        gwibber-3.0.0.1-2.fc15
reason:         urllib2.py:1161:do_open:URLError: <urlopen error [Errno -2] Name or service not known>
time:           Wed Jun 22 03:00:36 2011
uid:            500
username:       jk

backtrace:
:urllib2.py:1161:do_open:URLError: <urlopen error [Errno -2] Name or service not known>
:
:Traceback (most recent call last):
:  File "/usr/share/gwibber/plugins/identica/gtk/identica/__init__.py", line 73, in on_statusnet_auth_clicked
:    tokendata = urllib2.urlopen(request.http_url, request.to_postdata()).read()
:  File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
:    return _opener.open(url, data, timeout)
:  File "/usr/lib64/python2.7/urllib2.py", line 392, in open
:    response = self._open(req, data)
:  File "/usr/lib64/python2.7/urllib2.py", line 410, in _open
:    '_open', req)
:  File "/usr/lib64/python2.7/urllib2.py", line 370, in _call_chain
:    result = func(*args)
:  File "/usr/lib64/python2.7/urllib2.py", line 1194, in https_open
:    return self.do_open(httplib.HTTPSConnection, req)
:  File "/usr/lib64/python2.7/urllib2.py", line 1161, in do_open
:    raise URLError(err)
:URLError: <urlopen error [Errno -2] Name or service not known>
:
:Local variables in innermost frame:
:err: gaierror(-2, 'Name or service not known')
:h: <httplib.HTTPSConnection instance at 0x2ab7ea8>
:self: <urllib2.HTTPSHandler instance at 0x2ab7d40>
:req: <urllib2.Request instance at 0x2aace18>
:headers: {'Content-Length': '249', 'Host': 'identi.ca', 'Content-Type': 'application/x-www-form-urlencoded', 'Connection': 'close', 'User-Agent': 'Python-urllib/2.7'}
:host: 'identi.ca'
:http_class: <class httplib.HTTPSConnection at 0x2987b48>

Comment 1 Jan Kristian 2011-06-22 01:03:41 UTC
Happened after I tried to add a identi.ca account and pressed "Authorize" (before I could enter username and password). The first couple of times nothing happened but the program locked up and I had to killall gwibber-service. The third time, gwibber crashed and generated this backtrace.

Comment 2 Jan Kristian 2011-06-22 01:06:11 UTC
The fourth time I tried to add an account, gwibber crashed again: https://bugzilla.redhat.com/show_bug.cgi?id=715143

Comment 3 Jonathan Kamens 2011-07-13 06:44:57 UTC

*** This bug has been marked as a duplicate of bug 720877 ***