Skip to content

Instantly share code, notes, and snippets.

@untitaker
Created December 17, 2014 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save untitaker/4df136e2aabd5ad1fd7b to your computer and use it in GitHub Desktop.
Save untitaker/4df136e2aabd5ad1fd7b to your computer and use it in GitHub Desktop.
Exception sqlalchemy.exc.InvalidRequestError: InvalidRequestError("This Session's transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occuring prematurely) No column item.collection_path is configured on mapper Mapper|DBLine|line... (original cause: UnmappedColumnError: No column item.collection_path is configured on mapper Mapper|DBLine|line...) u'SELECT item.name AS item_name, item.tag AS item_tag, item.collection_path AS item_collection_path \\nFROM item, line \\nWHERE ? = line.item_name AND ? = line.item_collection_path ORDER BY line.timestamp' [immutabledict({})]",) in <bound method Collection.__del__ of <radicale.storage.database.Collection object at 0x7f24cdaf4690>> ignored
Exception sqlalchemy.exc.InvalidRequestError: InvalidRequestError("This
Session's transaction has been rolled back due to a previous exception during
flush. To begin a new transaction with this Session, first issue
Session.rollback(). Original exception was: (raised as a result of
Query-invoked autoflush; consider using a session.no_autoflush block if this
flush is occuring prematurely) No column item.collection_path is configured on
mapper Mapper|DBLine|line... (original cause: UnmappedColumnError: No column
item.collection_path is configured on mapper Mapper|DBLine|line...) u'SELECT
item.name AS item_name, item.tag AS item_tag, item.collection_path AS
item_collection_path \\nFROM item, line \\nWHERE ? = line.item_name AND ? =
line.item_collection_path ORDER BY line.timestamp' [immutabledict({})]",) in
<bound method Collection.__del__ of <radicale.storage.database.Collection
object at 0x7f24cdaf4690>> ignored
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment