Bug 1263854 - dnf return always an AssertionError
Summary: dnf return always an AssertionError
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-16 21:38 UTC by francesco
Modified: 2015-09-16 21:49 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-16 21:49:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description francesco 2015-09-16 21:38:40 UTC
Description of problem:
fnd return always this error 

Version-Release number of selected component (if applicable):
dnf-1.1.1-2

How reproducible:


Steps to Reproduce:

dnf update --refresh
Sincronizzazione cache per il repo 'dacr-freshplayerplugin' da 'https://copr-be.cloud.fedoraproject.org/results/dacr/freshplayerplugin/fedora-22-x86_64/': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried fallita, disabilitazione in corso.
Traceback (most recent call last):
  File "/bin/dnf", line 36, in <module>
    main.user_main(sys.argv[1:], exit_code=True)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 198, in user_main
    errcode = main(args)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 84, in main
    return _main(base, args)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 136, in _main
    cli.run()
  File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 1084, in run
    self._process_demands()
  File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 806, in _process_demands
    load_available_repos=lar)
  File "/usr/lib/python2.7/site-packages/dnf/base.py", line 249, in fill_sack
    self._add_repo_to_sack(r.id)
  File "/usr/lib/python2.7/site-packages/dnf/base.py", line 127, in _add_repo_to_sack
    load_updateinfo=True)
AssertionError: Can not load repo.

Comment 1 francesco 2015-09-16 21:49:55 UTC
seems that a dnf clean all fix the error


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