Bug 902426

Summary: [abrt] python-bugzilla-0.7.0-3.fc18: bugzilla:590:main:AttributeError: 'NoneType' object has no attribute 'split'
Product: [Fedora] Fedora Reporter: Chuck Forsberg <caf>
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, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:177197f5b974af3086d65c625377cc4c39806c63
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-24 19:28:54 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 Chuck Forsberg 2013-01-21 16:26:05 UTC
Version-Release number of selected component:
python-bugzilla-0.7.0-3.fc18

Additional info:
cmdline:        /usr/bin/python /bin/bugzilla new
executable:     /bin/bugzilla
kernel:         3.7.2-204.fc18.x86_64
uid:            2010

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

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

Local variables in innermost frame:
a: 'cc'
opt: <Values at 0x1de4560: {'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 0x1de20e0>
action_parser: <optparse.OptionParser instance at 0x1de3290>
global_opt: <Values at 0x1de3200: {'verbose': None, 'bztype': 'auto', 'bugzilla': 'https://bugzilla.redhat.com/xmlrpc.cgi', 'user': None, 'debug': None, 'cookiefile': None, 'password': None}>
action: 'new'
cookiefile: '/u/caf/.bugzillacookies'
optional: ['cc', 'blocked', 'dependson']
bz: <bugzilla.rhbugzilla.RHBugzilla4 object at 0x1dd1dd0>
bzinstance: None

Comment 1 Chuck Forsberg 2013-01-21 16:26:12 UTC
Created attachment 684422 [details]
File: backtrace

Comment 2 Chuck Forsberg 2013-01-21 16:26:16 UTC
Created attachment 684423 [details]
File: core_backtrace

Comment 3 Chuck Forsberg 2013-01-21 16:26:18 UTC
Created attachment 684424 [details]
File: environ

Comment 4 Cole Robinson 2013-01-24 19:28:54 UTC

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