File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/pool.py", line 703, in _finalize_fairy
fairy._reset(pool)
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/pool.py", line 873, in _reset
pool._dialect.do_rollback(self)
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 457, in do_rollback
dbapi_connection.rollback()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140735877845888 and this is thread id 123145505542144.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/pool.py", line 317, in _close_connection
self._dialect.do_close(connection)
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 463, in do_close
dbapi_connection.close()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140735877845888 and this is thread id 123145505542144.
Exception during reset or similar
Traceback (most recent call last):
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/pool.py", line 703, in _finalize_fairy
fairy._reset(pool)
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/pool.py", line 873, in _reset
pool._dialect.do_rollback(self)
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 457, in do_rollback
dbapi_connection.rollback()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140735877845888 and this is thread id 123145505542144.
Exception closing connection <sqlite3.Connection object at 0x10e646810>
Traceback (most recent call last):
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/pool.py", line 703, in _finalize_fairy
fairy._reset(pool)
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/pool.py", line 873, in _reset
pool._dialect.do_rollback(self)
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 457, in do_rollback
dbapi_connection.rollback()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140735877845888 and this is thread id 123145505542144.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/pool.py", line 317, in _close_connection
self._dialect.do_close(connection)
File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 463, in do_close
dbapi_connection.close()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140735877845888 and this is thread id 123145505542144.
updated_count : <sqlalchemy.util.langhelpers.memoized_property object at 0x105335390>
Not updated properly. Something might have gone wrong