Modify ↓
Opened 15 years ago
Closed 15 years ago
#9465 closed defect (cantfix)
TypeError: 'NoneType' object is unsubscriptable
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.7 |
Severity: | normal | Keywords: | |
Cc: | support@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /agilo-pro/sprints/Demo Sprint 1/whiteboard
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'sprint': u'Demo Sprint 1'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.18) Gecko/2010020220 Firefox/3.0.18 GTB7.0
System Information
Trac | 0.11.7
|
Python | 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c9
|
SQLite | 3.3.4
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
Agilo | 1.3.0.2-pro
|
Subversion | 1.5.6 (r36142)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "E:\Agilo\lib\site-packages\trac-0.11.7-py2.5-win32.egg\trac\web\main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "E:\Agilo\lib\site-packages\trac-0.11.7-py2.5-win32.egg\trac\web\main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "c:\documents and settings\me\desktop\agilo installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.0.2_PRO-py2.5.egg\agilo\api\view.py", line 155, in process_request File "c:\documents and settings\me\desktop\agilo installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.0.2_PRO-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler File "build/bdist.linux-x86_64/egg/agilo_pro/web_ui.py", line 132, in do_get File "build/bdist.linux-x86_64/egg/agilo_pro/web_ui.py", line 68, in _get_sprint File "c:\documents and settings\me\desktop\agilo installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.0.2_PRO-py2.5.egg\agilo\api\controller.py", line 198, in __init__ File "c:\documents and settings\me\desktop\agilo installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.0.2_PRO-py2.5.egg\agilo\api\controller.py", line 218, in validate File "c:\documents and settings\me\desktop\agilo installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.0.2_PRO-py2.5.egg\agilo\api\controller.py", line 105, in __set__ File "c:\documents and settings\me\desktop\agilo installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.0.2_PRO-py2.5.egg\agilo\api\validator.py", line 276, in validate File "E:\Agilo\lib\site-packages\binary_agilo-1.3.0.2_pro-py2.5.egg\agilo\utils\simple_super.py", line 177, in __call__ return SmartMethodCall(method, *vargs, **kwargs).call_with_correct_parameters() File "E:\Agilo\lib\site-packages\binary_agilo-1.3.0.2_pro-py2.5.egg\agilo\utils\simple_super.py", line 67, in __init__ self._vargs, self._kwargs = self._arguments_for_call(vargs, kwargs) File "E:\Agilo\lib\site-packages\binary_agilo-1.3.0.2_pro-py2.5.egg\agilo\utils\simple_super.py", line 75, in _arguments_for_call if self._did_specify_arguments_explicitely(vargs, kwargs): File "E:\Agilo\lib\site-packages\binary_agilo-1.3.0.2_pro-py2.5.egg\agilo\utils\simple_super.py", line 86, in _did_specify_arguments_explicitely caller_source_code = caller_source_lines[0] TypeError: 'NoneType' object is unsubscriptable
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).