Modify

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#2438 closed defect (fixed)

Trac detected an internal error: TypeError: 'NoneType' object is not iterable

Reported by: w.frasson@… Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

How to Reproduce

While doing a GET operation on /Billing, Trac issued an internal error.

System Information

bit (Intel)]`
Trac 0.11b1
Python `2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32
setuptools 0.6c7
SQLite 3.5.2
pysqlite 2.4.0
Genshi 0.5dev-r789
Pygments 0.9
Subversion 1.4.6 (r28521)

Python Traceback

Traceback (most recent call last):
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 398, in
_dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 195, in
dispatch
    resp = chosen_handler.process_request(req)
  File "build\bdist.win32\egg\timingandestimationplugin\webui.py", line
99, in process_request
    self.set_request_billing_dates(data)
  File "build\bdist.win32\egg\timingandestimationplugin\webui.py", line
68, in set_request_billing_dates
    for (value, text) in rs.rows:
TypeError: 'NoneType' object is not iterable

Attachments (0)

Change History (2)

comment:1 Changed 16 years ago by Russ Tyndall

Working on this, expect a fix soon

comment:2 Changed 16 years ago by Russ Tyndall

Resolution: fixed
Status: newclosed

(In [3119]) closes #2438

Replaced dbhelper with a version of that file that maintains its own connections (via an env var set during environment setup)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Russ Tyndall.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.