Welcome to the Poker Sleuth bug tracker. If you're experiencing a new problem, please register an account with the bug tracker in order to record your bug. After registering, you may also subscribe to existing issues in order to be notified whenever there's an update.

Issue308

Title Sporadic crashes when Poker Sleuth attempts to save data to the database
Priority critical Status fixed
Versions Poker Sleuth 2.0, Poker Sleuth 2.1
Superseder Nosy List Daniel

Created on 2010-05-13.14:22:13 by Daniel, last changed by Daniel.

Messages
msg491 (view) Author: Daniel Date: 2010-05-13.19:35:56

Fixed in 2.0.0.50 and 2.0.1

msg490 (view) Author: Daniel Date: 2010-05-13.14:22:12

PokerSleuth 2.0.0.48 (Microsoft Windows NT 5.1.2600 Service Pack 3) None Traceback (most recent call last):
File "pokernotes_lib.pyo", line 75, in weak_thread_wrapper
File "PokerSleuth.py", line 784, in main_loop
File "stattracker\tracker.pyo", line 528, in start_tracker
File "stattracker\tracker.pyo", line 49, in start
File "stattracker\parsefailure.pyo", line 62, in classinit
File "permdict.pyo", line 26, in __setitem__
File "sqlalchemy\sql\expression.pyo", line 1121, in execute
File "sqlalchemy\engine\base.pyo", line 1209, in _execute_clauseelement
File "sqlalchemy\engine\base.pyo", line 874, in _execute_clauseelement
File "sqlalchemy\engine\base.pyo", line 896, in __execute_context
File "sqlalchemy\engine\base.pyo", line 950, in _cursor_execute
File "sqlalchemy\engine\base.pyo", line 931, in _handle_dbapi_exception
OperationalError: (OperationalError) unable to open database file u'UPDATE permdict SET value=? WHERE permdict."key" = ?' [562949953421360L, 'ParseFailure.version']

History
Date User Action Args
2010-05-13 19:35:56Danielsetstatus: new -> fixed
messages: + msg491
versions: + Poker Sleuth 2.0, Poker Sleuth 2.1
2010-05-13 14:22:13Danielcreate