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.

Issue178

Title Crash on startup when one of the registry entries is a subkey instead of a value
Priority critical Status fixed
Versions Poker Sleuth 1.0, Poker Sleuth 1.3
Superseder Nosy List Daniel

Created on 2009-08-24.23:01:57 by Daniel, last changed by Daniel.

Messages
msg278 (view) Author: Daniel Date: 2009-08-24.23:23:52

Fixed in 1.0.2.165 and 1.3.0.1587

msg277 (view) Author: Daniel Date: 2009-08-24.23:01:57

PokerNotes 1.0.2.164
Traceback (most recent call last):
File "pokernotesB.py", line 783, in <module>
File "pokernotesB.py", line 353, in g
File "pokernotesB.py", line 652, in main_loop
File "hand_files.pyo", line 381, in make_root_monitor
File "hand_files.pyo", line 278, in find_poker_dirs
AttributeError: 'dict' object has no attribute 'endswith'

History
Date User Action Args
2009-08-24 23:23:52Danielsetstatus: new -> fixed
messages: + msg278
2009-08-24 23:01:57Danielcreate