Bug 1070826 - [abrt] dnf: repo.py:312:start:AttributeError: 'NoneType' object has no attribute 'start'
Summary: [abrt] dnf: repo.py:312:start:AttributeError: 'NoneType' object has no attrib...
Keywords:
Status: CLOSED DUPLICATE of bug 1069996
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 20
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:cd6916b7afc4ecffbd1fe51388a...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-27 14:37 UTC by Wojtek
Modified: 2014-02-27 15:34 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-27 15:34:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.46 KB, text/plain)
2014-02-27 14:37 UTC, Wojtek
no flags Details
File: environ (72 bytes, text/plain)
2014-02-27 14:37 UTC, Wojtek
no flags Details

Description Wojtek 2014-02-27 14:37:16 UTC
Version-Release number of selected component:
dnf-0.4.15-1.fc20

Additional info:
reporter:       libreport-2.1.12
cmdline:        /usr/bin/python /usr/bin/dnf -v makecache timer
executable:     /usr/bin/dnf
kernel:         3.13.4-200.fc20.i686+PAE
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
repo.py:312:start:AttributeError: 'NoneType' object has no attribute 'start'

Traceback (most recent call last):
  File "/usr/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 124, in _main
    cli.run()
  File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 1459, in run
    return self.command.run(self.base.extcmds)
  File "/usr/lib/python2.7/site-packages/dnf/cli/commands.py", line 852, in run
    self.base.fill_sack() # performs the md sync
  File "/usr/lib/python2.7/site-packages/dnf/base.py", line 213, in fill_sack
    self._add_repo_to_sack(r.id)
  File "/usr/lib/python2.7/site-packages/dnf/base.py", line 120, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 548, in load
    self._handle_load(handle)
  File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 349, in _handle_load
    self._md_pload.start(self.name)
  File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 312, in start
    self.progress.start(1, 1)
AttributeError: 'NoneType' object has no attribute 'start'

Local variables in innermost frame:
text: u'Russian Fedora for Fedora 20 - Nonfree'
self: <dnf.repo.MDPayload object at 0x9faa38c>

Potential duplicate: bug 1069996

Comment 1 Wojtek 2014-02-27 14:37:21 UTC
Created attachment 868560 [details]
File: backtrace

Comment 2 Wojtek 2014-02-27 14:37:23 UTC
Created attachment 868561 [details]
File: environ

Comment 3 Radek Holy 2014-02-27 15:34:36 UTC
Hello, thank you for the report. We have fixed it recently.

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


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