Description of problem: I just hit following trace back when running beaker-wizard: $ beaker-wizard -b 912443 Contacting bugzilla... Fetching details for BZ#912443 Examining attachments for possible reproducers Traceback (most recent call last): File "/usr/bin/beaker-wizard", line 9, in <module> load_entry_point('bkr.client==0.11.2', 'console_scripts', 'beaker-wizard')() File "/usr/lib/python2.6/site-packages/bkr/client/wizard.py", line 2623, in main test = Test(options) File "/usr/lib/python2.6/site-packages/bkr/client/wizard.py", line 1089, in __init__ self.init() File "/usr/lib/python2.6/site-packages/bkr/client/wizard.py", line 2325, in init self.testname = Name(self.options) File "/usr/lib/python2.6/site-packages/bkr/client/wizard.py", line 1089, in __init__ self.init() File "/usr/lib/python2.6/site-packages/bkr/client/wizard.py", line 1846, in init self.bugs.fetchBugDetails() File "/usr/lib/python2.6/site-packages/bkr/client/wizard.py", line 1776, in fetchBugDetails self.reproducers.find(self.bug) File "/usr/lib/python2.6/site-packages/bkr/client/wizard.py", line 1908, in find if attachment['ispatch'] == 0 and attachment['isobsolete'] == 0: KeyError: 'ispatch' Version-Release number of selected component (if applicable): beaker-client-0.11.2-1.el6eng.noarch Steps to Reproduce: 1. beaker-wizard -b 912443 Actual results: Traceback Expected results: Skeleton for desired bug created
Modified version of Iveta's patch pushed to gerrit for review: http://gerrit.beaker-project.org/#/c/1875/ Now the attachment fetching should work again: > beaker-wizard -by 227655 > Contacting bugzilla... > Fetching details for BZ#227655 > Examining attachments for possible reproducers > Adding test.pl (simple test using Net::Config) > Adding libnet.cfg (libnet.cfg test config file) > Ready to create the test, please review > ...
*** Bug 950870 has been marked as a duplicate of this bug. ***
*** Bug 950919 has been marked as a duplicate of this bug. ***
Note: People who have encountered this issue can just downgrade the python-bugzilla as the temp workaround.
*** Bug 951548 has been marked as a duplicate of this bug. ***
*** Bug 950878 has been marked as a duplicate of this bug. ***
Updated patch pushed to gerrit for review.
Verified. beaker-wizard -b 912443(bug with attachment) will return skeleton for desired bug created. version: beaker-0.12.1-1.git.138.df77d66.el6eng beaker-client-0.12.1-1.git.138.df77d66.el6eng
*** Bug 974165 has been marked as a duplicate of this bug. ***
*** Bug 975727 has been marked as a duplicate of this bug. ***
Beaker 0.13.1 has been released.