Bug 976891 - [abrt] gwibber-3.4.2-6.fc19: urllib2.py:531:http_error_default:HTTPError: HTTP Error 410: Gone
Summary: [abrt] gwibber-3.4.2-6.fc19: urllib2.py:531:http_error_default:HTTPError: HTT...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gwibber
Version: 19
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:507dfe7718ee64c5a77e0db549c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-21 19:20 UTC by Gosha
Modified: 2013-08-11 18:33 UTC (History)
6 users (show)

Fixed In Version: gwibber-3.4.2-7.fc19
Clone Of:
Environment:
Last Closed: 2013-08-11 18:28:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.21 KB, text/plain)
2013-06-21 19:20 UTC, Gosha
no flags Details
File: core_backtrace (673 bytes, text/plain)
2013-06-21 19:20 UTC, Gosha
no flags Details
File: environ (1.23 KB, text/plain)
2013-06-21 19:20 UTC, Gosha
no flags Details
Fix for twitter api change (1.05 KB, patch)
2013-07-16 12:57 UTC, Philipp Hügelmeyer
no flags Details | Diff

Description Gosha 2013-06-21 19:20:04 UTC
Version-Release number of selected component:
gwibber-3.4.2-6.fc19

Additional info:
reporter:       libreport-2.1.5
cmdline:        /usr/bin/python /usr/bin/gwibber-accounts
dso_list:       python-libs-2.7.5-1.fc19.i686
executable:     /usr/bin/gwibber-accounts
kernel:         3.9.6-301.fc19.i686.PAE
runlevel:       N 5
uid:            1000

Truncated backtrace:
urllib2.py:531:http_error_default:HTTPError: HTTP Error 410: Gone

Traceback (most recent call last):
  File "/usr/share/gwibber/plugins/twitter/gtk/twitter/__init__.py", line 148, in on_twitter_auth_title_change
    account_data = json.loads(urllib2.urlopen(apireq.to_url()).read())
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 410: Gone

Local variables in innermost frame:
fp: <addinfourl at 162165164 whose fp = <socket._fileobject object at 0x9949aec>>
code: 410
hdrs: <httplib.HTTPMessage instance at 0x9aa722c>
self: <urllib2.HTTPDefaultErrorHandler instance at 0x9a9feec>
req: <urllib2.Request instance at 0x9aa1cac>
msg: 'Gone'

Comment 1 Gosha 2013-06-21 19:20:23 UTC
Created attachment 763941 [details]
File: backtrace

Comment 2 Gosha 2013-06-21 19:20:26 UTC
Created attachment 763942 [details]
File: core_backtrace

Comment 3 Gosha 2013-06-21 19:20:29 UTC
Created attachment 763943 [details]
File: environ

Comment 4 Gosha 2013-06-21 19:24:27 UTC
twitter authorization doesn't work

Comment 5 Vasilis Keramidas 2013-07-06 09:40:53 UTC
Description of problem:
Tried to add my twitter account.

Version-Release number of selected component:
gwibber-3.4.2-6.fc19

Additional info:
reporter:       libreport-2.1.5
cmdline:        /usr/bin/python /usr/bin/gwibber-accounts
dso_list:       python-libs-2.7.5-1.fc19.x86_64
executable:     /usr/bin/gwibber-accounts
kernel:         3.9.9-301.fc19.x86_64
runlevel:       N 5
uid:            1000

Truncated backtrace:
urllib2.py:531:http_error_default:HTTPError: HTTP Error 410: Gone

Traceback (most recent call last):
  File "/usr/share/gwibber/plugins/twitter/gtk/twitter/__init__.py", line 148, in on_twitter_auth_title_change
    account_data = json.loads(urllib2.urlopen(apireq.to_url()).read())
  File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib64/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 410: Gone

Local variables in innermost frame:
fp: <addinfourl at 25186888 whose fp = <socket._fileobject object at 0x1522cd0>>
code: 410
hdrs: <httplib.HTTPMessage instance at 0x1805170>
self: <urllib2.HTTPDefaultErrorHandler instance at 0x17fe7e8>
req: <urllib2.Request instance at 0x1801c68>
msg: 'Gone'

Comment 6 Philipp Hügelmeyer 2013-07-16 12:55:45 UTC
The patch provided by ubuntu works for fedora as well: https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1190479

Comment 7 Philipp Hügelmeyer 2013-07-16 12:57:11 UTC
Created attachment 774226 [details]
Fix for twitter api change

Comment 8 Vasilis Keramidas 2013-07-27 15:37:38 UTC
Description of problem:
Tried to add a twitter account at Gwibber.

Version-Release number of selected component:
gwibber-3.4.2-6.fc19

Additional info:
reporter:       libreport-2.1.5
cmdline:        /usr/bin/python /usr/bin/gwibber-accounts
dso_list:       python-libs-2.7.5-3.fc19.x86_64
executable:     /usr/bin/gwibber-accounts
kernel:         3.9.9-302.fc19.x86_64
runlevel:       N 5
uid:            1000

Truncated backtrace:
urllib2.py:531:http_error_default:HTTPError: HTTP Error 410: Gone

Traceback (most recent call last):
  File "/usr/share/gwibber/plugins/twitter/gtk/twitter/__init__.py", line 148, in on_twitter_auth_title_change
    account_data = json.loads(urllib2.urlopen(apireq.to_url()).read())
  File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib64/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 410: Gone

Local variables in innermost frame:
fp: <addinfourl at 50487808 whose fp = <socket._fileobject object at 0x2d58cd0>>
code: 410
hdrs: <httplib.HTTPMessage instance at 0x3026128>
self: <urllib2.HTTPDefaultErrorHandler instance at 0x301f7a0>
req: <urllib2.Request instance at 0x3022c20>
msg: 'Gone'

Comment 9 Tony James 2013-07-28 02:50:01 UTC
Description of problem:
I was adding my Twitter account to Gwibber.

Version-Release number of selected component:
gwibber-3.4.2-6.fc19

Additional info:
reporter:       libreport-2.1.5
cmdline:        /usr/bin/python /usr/bin/gwibber-accounts
dso_list:       python-libs-2.7.5-3.fc19.x86_64
executable:     /usr/bin/gwibber-accounts
kernel:         3.10.3-300.fc19.x86_64
runlevel:       N 5
uid:            1000

Truncated backtrace:
urllib2.py:531:http_error_default:HTTPError: HTTP Error 410: Gone

Traceback (most recent call last):
  File "/usr/share/gwibber/plugins/twitter/gtk/twitter/__init__.py", line 148, in on_twitter_auth_title_change
    account_data = json.loads(urllib2.urlopen(apireq.to_url()).read())
  File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib64/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 410: Gone

Local variables in innermost frame:
fp: <addinfourl at 50203104 whose fp = <socket._fileobject object at 0x2c25cd0>>
code: 410
hdrs: <httplib.HTTPMessage instance at 0x2fe0908>
self: <urllib2.HTTPDefaultErrorHandler instance at 0x2fdf290>
req: <urllib2.Request instance at 0x2fe07e8>
msg: 'Gone'

Comment 10 Fedora Update System 2013-07-31 16:15:34 UTC
gwibber-3.4.2-7.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/gwibber-3.4.2-7.fc18

Comment 11 Fedora Update System 2013-07-31 16:15:59 UTC
gwibber-3.4.2-7.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/gwibber-3.4.2-7.fc19

Comment 12 Fedora Update System 2013-08-02 21:51:39 UTC
Package gwibber-3.4.2-7.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gwibber-3.4.2-7.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-14078/gwibber-3.4.2-7.fc18
then log in and leave karma (feedback).

Comment 13 Fedora Update System 2013-08-11 18:28:52 UTC
gwibber-3.4.2-7.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 14 Fedora Update System 2013-08-11 18:33:45 UTC
gwibber-3.4.2-7.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.