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.

Issue298

Title Crash when parsing hand histories with Brazilian timezones
Priority critical Status fixed
Versions Poker Sleuth 2.0, Poker Sleuth 2.1
Superseder Nosy List Daniel

Created on 2010-04-30.17:54:03 by Daniel, last changed by Daniel.

Messages
msg476 (view) Author: Daniel Date: 2010-04-30.18:44:34

Fixed in 2.0.0.47

msg475 (view) Author: Daniel Date: 2010-04-30.17:54:02

PokerSleuth 2.0.0.46 (Microsoft Windows NT 6.0.6002 Service Pack 2)
Traceback (most recent call last):
File "pokernotes_lib.pyo", line 75, in weak_thread_wrapper
File "PokerSleuth.py", line 802, in main_loop
File "pokernotes_lib.pyo", line 206, in background_scheduler_event
File "stattracker\tracker.pyo", line 506, in get_more_stats
File "hand_text.pyo", line 159, in get_old_hands
File "hand_text.pyo", line 164, in get_some_hands
File "hand_text.pyo", line 56, in first_read
File "hand_text.pyo", line 395, in first_read
File "hand_file.pyo", line 133, in first_read
File "hand_file.pyo", line 339, in find_hard
File "hand_text.pyo", line 350, in get_dates
File "hand.pyo", line 2735, in parse_datetime
ParseError: ParseError('timezone', '')

History
Date User Action Args
2010-04-30 18:44:34Danielsetstatus: new -> fixed
messages: + msg476
title: Crash when parsing certain hand histories -> Crash when parsing hand histories with Brazilian timezones
2010-04-30 17:54:03Danielcreate