Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155841 Details for
Bug 241943
Component: Software Manager Summary: TB631e9c38 urllib2.py:544:http_error_302:TypeError: cannot concatenate 'str' and 'instance' objects
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
This is the dump that Software Manager had me save and asked me to report
SoftwareManagerBugDump (text/plain), 5.11 KB, created by
Gayland G. Gump
on 2007-05-31 20:54:08 UTC
(
hide
)
Description:
This is the dump that Software Manager had me save and asked me to report
Filename:
MIME Type:
Creator:
Gayland G. Gump
Created:
2007-05-31 20:54:08 UTC
Size:
5.11 KB
patch
obsolete
>Component: Software Manager >Summary: TB631e9c38 urllib2.py:544:http_error_302:TypeError: cannot concatenate 'str' and 'instance' objects > >Traceback (most recent call last): > File "/usr/sbin/pirut", line 334, in _apply > self.applyChanges(self.mainwin) > File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 563, in applyChanges > dlpkgs = self.downloadPackages(mainwin) > File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 275, in downloadPackages > probs = self.downloadPkgs(dlpkgs) > File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 697, in downloadPkgs > cache=po.repo.http_caching != 'none', > File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 440, in getPackage > cache=cache > File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 423, in __get > http_headers=headers, > File "/usr/lib/python2.4/site-packages/urlgrabber/mirror.py", line 411, in urlgrab > return self._mirror_try(func, url, kw) > File "/usr/lib/python2.4/site-packages/urlgrabber/mirror.py", line 397, in _mirror_try > return func_ref( *(fullurl,), **kwargs ) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 927, in urlgrab > return self._retry(opts, retryfunc, url, filename) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 845, in _retry > r = apply(func, (opts,) + args, {}) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 913, in retryfunc > fo = URLGrabberFileObject(url, filename, opts) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 1001, in __init__ > self._do_open() > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 1068, in _do_open > fo, hdr = self._make_request(req, opener) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 1164, in _make_request > fo = opener.open(req) > File "/usr/lib/python2.4/urllib2.py", line 364, in open > response = meth(req, response) > File "/usr/lib/python2.4/urllib2.py", line 471, in http_response > response = self.parent.error( > File "/usr/lib/python2.4/urllib2.py", line 396, in error > result = self._call_chain(*args) > File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain > result = func(*args) > File "/usr/lib/python2.4/urllib2.py", line 554, in http_error_302 > return self.parent.open(new) > File "/usr/lib/python2.4/urllib2.py", line 364, in open > response = meth(req, response) > File "/usr/lib/python2.4/urllib2.py", line 471, in http_response > response = self.parent.error( > File "/usr/lib/python2.4/urllib2.py", line 396, in error > result = self._call_chain(*args) > File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain > result = func(*args) > File "/usr/lib/python2.4/urllib2.py", line 554, in http_error_302 > return self.parent.open(new) > File "/usr/lib/python2.4/urllib2.py", line 364, in open > response = meth(req, response) > File "/usr/lib/python2.4/urllib2.py", line 471, in http_response > response = self.parent.error( > File "/usr/lib/python2.4/urllib2.py", line 396, in error > result = self._call_chain(*args) > File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain > result = func(*args) > File "/usr/lib/python2.4/urllib2.py", line 554, in http_error_302 > return self.parent.open(new) > File "/usr/lib/python2.4/urllib2.py", line 364, in open > response = meth(req, response) > File "/usr/lib/python2.4/urllib2.py", line 471, in http_response > response = self.parent.error( > File "/usr/lib/python2.4/urllib2.py", line 396, in error > result = self._call_chain(*args) > File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain > result = func(*args) > File "/usr/lib/python2.4/urllib2.py", line 554, in http_error_302 > return self.parent.open(new) > File "/usr/lib/python2.4/urllib2.py", line 364, in open > response = meth(req, response) > File "/usr/lib/python2.4/urllib2.py", line 471, in http_response > response = self.parent.error( > File "/usr/lib/python2.4/urllib2.py", line 396, in error > result = self._call_chain(*args) > File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain > result = func(*args) > File "/usr/lib/python2.4/urllib2.py", line 544, in http_error_302 > self.inf_msg + msg, headers, fp) >TypeError: cannot concatenate 'str' and 'instance' objects > >Local variables in innermost frame: >fp: <urlgrabber.keepalive.HTTPResponse instance at 0xda2a84c> >code: 302 >self: <urllib2.HTTPRedirectHandler instance at 0x97d438c> >req: <urllib2.Request instance at 0x9e0652c> >headers: Date: Thu, 31 May 2007 16:17:26 GMT >Server: Apache >Location: http://fedora.secsup.org/linux/core/updates/6/i386/httpd-devel-2.2.4-1.fc6.i386.rpm >Content-Length: 267 >Content-Type: text/html; charset=iso-8859-1 > >newurl: http://fedora.secsup.org/linux/core/updates/6/i386/httpd-devel-2.2.4-1.fc6.i386.rpm >visited: {'http://fedora.secsup.org/linux/core/updates/6/i386/httpd-devel-2.2.4-1.fc6.i386.rpm': 4} >msg: Date: Thu, 31 May 2007 16:17:26 GMT >Server: Apache >Location: http://fedora.secsup.org/linux/core/updates/6/i386/httpd-devel-2.2.4-1.fc6.i386.rpm >Content-Length: 267 >Content-Type: text/html; charset=iso-8859-1 > >new: <urllib2.Request instance at 0xda2ad0c>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 241943
: 155841