Modify ↓
Opened 15 years ago
Closed 15 years ago
#8569 closed defect (worksforme)
ProgrammingError: Cannot operate on a closed cursor.
Reported by: | oezguen | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | database backend | Version: | 0.11.5rc2 |
Severity: | normal | Keywords: | sqlite needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /timeline
, Trac issued an internal error.
(please provide additional details here)
System Information
Trac | 0.11.5rc2
|
Python | 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c9
|
SQLite | 3.6.11
|
pysqlite | 2.5.5
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Subversion | 1.6.3 (r38063)
|
Python Traceback
Traceback (most recent call last): File "C:\Python25\Lib\site-packages\trac\web\main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "C:\Python25\Lib\site-packages\trac\web\main.py", line 222, in dispatch req.session.save() File "C:\Python25\Lib\site-packages\trac\web\session.py", line 97, in save (self.sid,)) File "C:\Python25\Lib\site-packages\trac\db\util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "C:\Python25\Lib\site-packages\trac\db\sqlite_backend.py", line 58, in execute args or []) File "C:\Python25\Lib\site-packages\trac\db\sqlite_backend.py", line 50, in _rollback_on_error return function(self, *args, **kwargs) ProgrammingError: Cannot operate on a closed cursor.
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
Component: | general → database backend |
---|
comment:2 by , 15 years ago
Keywords: | sqlite needinfo added |
---|
comment:3 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Are you using any plugins? If yes, which ones?