Bug 976891
| Summary: | [abrt] gwibber-3.4.2-6.fc19: urllib2.py:531:http_error_default:HTTPError: HTTP Error 410: Gone | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gosha <bedlam> | ||||||||||
| Component: | gwibber | Assignee: | Tom "spot" Callaway <tcallawa> | ||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 19 | CC: | bedlam, keramidasceid, p.huegelmeyer, tcallawa, tony, wdh | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | i686 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:507dfe7718ee64c5a77e0db549c6f8f77d5cfad9 | ||||||||||||
| Fixed In Version: | gwibber-3.4.2-7.fc19 | Doc Type: | Bug Fix | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2013-08-11 18:28:52 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 763941 [details]
File: backtrace
Created attachment 763942 [details]
File: core_backtrace
Created attachment 763943 [details]
File: environ
twitter authorization doesn't work 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'
The patch provided by ubuntu works for fedora as well: https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1190479 Created attachment 774226 [details]
Fix for twitter api change
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'
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'
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 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 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). 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. 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. |
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'