Modify ↓
Opened 14 years ago
Closed 14 years ago
#10568 closed defect (cantfix)
KeyError: 'numrows'
| Reported by: | marietjies | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /report/6, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'6'}
User Agent was: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; .NET CLR 1.1.4322; FunWebProducts)
System Information
| Trac | 0.11.4
|
| Python | 2.5.4 (r254:67916, Apr 27 2009, 15:41:14) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c9
|
| psycopg2 | 2.0.14
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Subversion | 1.6.1 (r37116)
|
| RPC | 1.0.6
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "D:\Python25\Lib\site-packages\trac\web\main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "D:\Python25\Lib\site-packages\trac\web\main.py", line 217, in dispatch
self._post_process_request(req, *resp)
File "D:\Python25\Lib\site-packages\trac\web\main.py", line 311, in _post_process_request
resp = f.post_process_request(req, *resp)
File "build\bdist.win32\egg\blackmagic\blackmagic.py", line 99, in post_process_request
data["numrows"]-=self.blockedTickets;
KeyError: 'numrows'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (th:BlackMagicTicketTweaksPlugin).