Opened 16 years ago
Closed 16 years ago
#310 closed defect (fixed)
error 500 caused by 'NoneType' object has no attribute 'name'
Reported by: | anonymous | Owned by: | cmlenz |
---|---|---|---|
Priority: | blocker | Milestone: | 0.6 |
Component: | General | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
If a platform match a deactivated configuration I had the following problem :
2008-08-28 10:05:16,145 Trac[init] INFO: Build slave 'Config vista' connected from 192.168.150.222 2008-08-28 10:05:16,145 Trac[init] DEBUG: Build slave configuration: {'name': 'Config vista', 'family': 'nt', 'machine': , 'version': 'Windows', 'ipnr': '192.168.150.222', 'os': 'Microsoft', 'processor': } 2008-08-28 10:05:16,147 Trac[init] DEBUG: Slave 'Config vista' matched target platform u'vs2005sp1QT4.4' of build configuration u'editor3' 2008-08-28 10:05:16,150 Trac[init] ERROR: 'None Type?' object has no attribute 'name' Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/web/main.py", line 417, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/web/main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/bitten/master.py", line 76, in process_request File "build/bdist.linux-x86_64/egg/bitten/master.py", line 131, in _process_build_creation File "build/bdist.linux-x86_64/egg/bitten/queue.py", line 143, in get_build_for_slave File "build/bdist.linux-x86_64/egg/bitten/queue.py", line 298, in should_delete_build
Attribute Error?: 'None Type?' object has no attribute 'name'
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by dfraser
- Resolution set to fixed
- Status changed from new to closed
This should be fixed by r587