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.

Issue30

Title AttributeError: 'NoneType' object has no attribute 'flush'
Priority critical Status fixed
Versions Poker Sleuth 1.3
Superseder Nosy List Alisa, Daniel

Created on 2009-01-16.01:36:40 by Daniel, last changed by Daniel.

Messages
msg50 (view) Author: Daniel Date: 2009-01-16.01:40:16

Fixed in 1.3.0.242

msg47 (view) Author: Daniel Date: 2009-01-16.01:36:39

Crash with the following stack trace:

PokerSleuth 1.3.0.240
Traceback (most recent call last):
File "PokerSleuth.py", line 800, in <module>
File "pokernotes_lib.pyo", line 83, in g
File "utils.pyo", line 302, in g
AttributeError: 'NoneType' object has no attribute 'flush'

History
Date User Action Args
2009-01-16 01:40:16Danielsetstatus: new -> fixed
messages: + msg50
2009-01-16 01:36:40Danielcreate