Bug 1079290 - [abrt] dnf: exceptions.py:84:errmap2str:TypeError: '_DownloadErrors' object is not iterable
Summary: [abrt] dnf: exceptions.py:84:errmap2str:TypeError: '_DownloadErrors' object i...
Keywords:
Status: CLOSED DUPLICATE of bug 1078832
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:adf503e6de1eed75e3bac451a24...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-21 11:16 UTC by Elad Alfassa
Modified: 2014-03-23 13:28 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-03-21 12:58:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.05 KB, text/plain)
2014-03-21 11:16 UTC, Elad Alfassa
no flags Details
File: environ (2.04 KB, text/plain)
2014-03-21 11:16 UTC, Elad Alfassa
no flags Details

Description Elad Alfassa 2014-03-21 11:16:04 UTC
Description of problem:
dnf update

Version-Release number of selected component:
dnf-0.4.18-1.fc21

Additional info:
reporter:       libreport-2.2.0
cmdline:        /usr/bin/python /bin/dnf update -x kernel*
executable:     /bin/dnf
kernel:         3.14.0-0.rc7.git0.1.fc21.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
exceptions.py:84:errmap2str:TypeError: '_DownloadErrors' object is not iterable

Traceback (most recent call last):
  File "/bin/dnf", line 35, in <module>
    main.user_main(sys.argv[1:], exit_code=True)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 242, in user_main
    errcode = main(args)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 64, in main
    return _main(base, args)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 156, in _main
    return_code, resultmsgs = base.do_transaction()
  File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 215, in do_transaction
    specific = dnf.cli.format.indent_block(str(e))
  File "/usr/lib/python2.7/site-packages/dnf/exceptions.py", line 91, in __str__
    return self.errmap2str(self.errmap)
  File "/usr/lib/python2.7/site-packages/dnf/exceptions.py", line 84, in errmap2str
    for key in errmap:
TypeError: '_DownloadErrors' object is not iterable

Local variables in innermost frame:
errmap: <dnf.repo._DownloadErrors object at 0x7fb2fa03c190>
errstrings: []

Comment 1 Elad Alfassa 2014-03-21 11:16:14 UTC
Created attachment 877230 [details]
File: backtrace

Comment 2 Elad Alfassa 2014-03-21 11:16:18 UTC
Created attachment 877231 [details]
File: environ

Comment 3 Ales Kozumplik 2014-03-21 12:58:54 UTC
Hi Elad this has been reported earlier today in bug 1078832.

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


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