Bug 221647 - traceback: RepoError instance has no attribute 'value'
Summary: traceback: RepoError instance has no attribute 'value'
Keywords:
Status: CLOSED DUPLICATE of bug 221470
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-05 20:22 UTC by Sertaç Ö. Yıldız
Modified: 2014-01-21 22:56 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-01-05 21:26:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sertaç Ö. Yıldız 2007-01-05 20:22:26 UTC
I got the following traceback with yum-3.0.2-1.fc6

[Errno 4] Socket Error: timed out
Trying other mirror.
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 172, in main
    base.doTransaction()
  File "/usr/share/yum-cli/cli.py", line 394, in doTransaction
    problems = self.downloadPkgs(downloadpkgs) 
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 693, in 
downloadPkgs
    adderror(po, str(e))
  File "/usr/lib/python2.4/site-packages/yum/Errors.py", line 27, in __str__
    return self.value
AttributeError: RepoError instance has no attribute 'value'

Comment 1 Jeremy Katz 2007-01-05 21:26:40 UTC

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


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