Arcana / dotabank-web

dotabank.com
8 stars 6 forks source link

Exception thrown by ReplayAlias editor when attempting to clear an unsaved alias. #9

Closed rjackson closed 10 years ago

rjackson commented 10 years ago

https://app.getsentry.com/arcanaio/dotabank/group/24937790/

Problem is db.session.delete(item) is being called before item exists in the database. See http://stackoverflow.com/a/8307323