Bug 986480
| Summary: | [abrt] dnf-0.3.9-1.giteff4c49.fc19: repo.py:102:__init__:TypeError: 'NoneType' object has no attribute '__getitem__' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | monts <montosh.bisht> | ||||||||
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 19 | CC: | akozumpl, packaging-team-maint, pnemade | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:832eef0eeff31de81ebad4c12c90c4eb1ed87c63 | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-07-22 05:47:27 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 775977 [details]
File: backtrace
Created attachment 775978 [details]
File: core_backtrace
Created attachment 775979 [details]
File: environ
Hello, this is a known problem triggered through KeyboardInterrupt exception. Please see bug 977661. The current status is that this issue will be resolved with the next librepo version. *** This bug has been marked as a duplicate of bug 977661 *** |
Description of problem: dnf stopped working ... Version-Release number of selected component: dnf-0.3.9-1.giteff4c49.fc19 Additional info: reporter: libreport-2.1.5 cmdline: /usr/bin/python /usr/bin/dnf update executable: /usr/bin/dnf kernel: 3.11.0-0.rc1.git1.2.fc20.x86_64 runlevel: N 5 uid: 0 Truncated backtrace: repo.py:102:__init__:TypeError: 'NoneType' object has no attribute '__getitem__' 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 292, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 74, in main return 1 File "/usr/lib/python2.7/site-packages/dnf/yum/base.py", line 130, in __exit__ self.close() File "/usr/lib/python2.7/site-packages/dnf/yum/base.py", line 253, in close self._store_persistent_data() File "/usr/lib/python2.7/site-packages/dnf/yum/base.py", line 177, in _store_persistent_data expired = [r.id for r in self.repos.iter_enabled() if check_expired(r)] File "/usr/lib/python2.7/site-packages/dnf/yum/base.py", line 173, in check_expired return repo.metadata_expire_in()[1] <= 0 File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 417, in metadata_expire_in self._try_cache() File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 256, in _try_cache self.metadata = self._handle_load(handle) File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 201, in _handle_load return Metadata(result, handle) File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 102, in __init__ self._mirrors = handle.mirrors[:] TypeError: 'NoneType' object has no attribute '__getitem__' Local variables in innermost frame: res: <librepo.Result object at 0xb2ee18> self: <dnf.repo.Metadata object at 0xb27dd0> handle: <dnf.repo._Handle object at 0xb26ba8>