will-hart / blitz

An open source data acquisition system in Python
http://will-hart.github.io/blitz/
GNU Affero General Public License v3.0
0 stars 1 forks source link

[DESKTOP][CORE] Error in SQLite when downloading session list #57

Closed will-hart closed 10 years ago

will-hart commented 10 years ago
#!python

2014-03-09 01:23:41,549     ERROR      sqlalchemy.pool.NullPool  Thread-6          Exception closing connection <sqlite3.Connection object at 0x063B3EC0>
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\sqlalchemy\pool.py", line 243, in _close_connection
    self._dialect.do_close(connection)
  File "C:\Python27\lib\site-packages\sqlalchemy\engine\default.py", line 401, in do_close
    dbapi_connection.close()
ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 13856 and this is thread id 13668