Bug 914780

Summary: [abrt] python-bugzilla-0.7.0-2.fc18: bugzilla:588:main:AttributeError: 'NoneType' object has no attribute 'split'
Product: [Fedora] Fedora Reporter: aristo <ar1st0craf7>
Component: python-bugzillaAssignee: Will Woods <wwoods>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: crobinso, dzickus, jskarvad, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:99148bff2c2a0d508c36d91f1b1d5e2d4336fab3
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-26 23:58:48 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:
Description Flags
File: backtrace
none
File: core_backtrace
none
File: environ none

Description aristo 2013-02-22 18:24:49 UTC
Version-Release number of selected component:
python-bugzilla-0.7.0-2.fc18

Additional info:
cmdline:        /usr/bin/python /usr/bin/bugzilla new
executable:     /usr/bin/bugzilla
kernel:         3.6.10-4.fc18.x86_64
uid:            1000

Truncated backtrace:
bugzilla:588:main:AttributeError: 'NoneType' object has no attribute 'split'

Traceback (most recent call last):
  File "/usr/bin/bugzilla", line 808, in <module>
    main()
  File "/usr/bin/bugzilla", line 588, in main
    data[a] = i.split(',')
AttributeError: 'NoneType' object has no attribute 'split'

Local variables in innermost frame:
a: 'cc'
opt: <Values at 0x15c6560: {'comment': None, 'product': None, 'bug_severity': 'medium', 'bug_file_loc': 'http://', 'component': None, 'short_desc': None, 'outputformat': None, 'priority': 'medium', 'cc': None, 'version': None, 'dependson': None, 'output': 'normal', 'rep_platform': 'All', 'op_sys': 'Linux', 'blocked': None}>
bzclass: <class 'bugzilla.rhbugzilla.RHBugzilla4'>
buglist: []
args: []
i: None
data: {}
required: ['product', 'component', 'version', 'short_desc', 'comment', 'rep_platform', 'bug_severity', 'op_sys', 'bug_file_loc', 'priority']
parser: <optparse.OptionParser instance at 0x15c40e0>
action_parser: <optparse.OptionParser instance at 0x15c5290>
global_opt: <Values at 0x15c5200: {'verbose': None, 'bztype': 'auto', 'bugzilla': 'https://bugzilla.redhat.com/xmlrpc.cgi', 'user': None, 'debug': None, 'cookiefile': None, 'password': None}>
action: 'new'
cookiefile: '/home/ns5/.bugzillacookies'
optional: ['cc', 'blocked', 'dependson']
bz: <bugzilla.rhbugzilla.RHBugzilla4 object at 0x15b2d90>
bzinstance: None

Comment 1 aristo 2013-02-22 18:24:53 UTC
Created attachment 701303 [details]
File: backtrace

Comment 2 aristo 2013-02-22 18:24:56 UTC
Created attachment 701304 [details]
File: core_backtrace

Comment 3 aristo 2013-02-22 18:24:58 UTC
Created attachment 701305 [details]
File: environ

Comment 4 Cole Robinson 2013-02-26 23:58:48 UTC
This is fixed in updates-testing, please try

yum --enablerepo=updates-testing update python-bugzilla

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