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.

Issue315

Title Crash when parsing BetFair hands
Priority critical Status fixed
Versions Poker Sleuth 2.1
Superseder Nosy List Daniel

Created on 2010-05-25.13:31:14 by Daniel, last changed by Daniel.

Messages
msg500 (view) Author: Daniel Date: 2010-05-25.14:28:17

Fixed in 2.1.0.6

msg499 (view) Author: Daniel Date: 2010-05-25.13:34:25

PokerSleuth 2.1.0.5 (Microsoft Windows NT 6.0.6002 Service Pack 2)
Traceback (most recent call last):
File "pokernotes_lib.pyo", line 80, in weak_thread_wrapper
File "PokerSleuth.py", line 802, in main_loop
File "PokerSleuth.py", line 369, in <lambda>
File "PokerSleuth.py", line 358, in handle_multipart
File "PokerSleuth.py", line 341, in handle_fetch_hands
File "monitor.pyo", line 71, in get_old_hands
File "monitor.pyo", line 63, in _get_old_hands
File "hand_source.pyo", line 205, in get_old_hands
File "hand_source.pyo", line 241, in get_some_hands
File "hand_source.pyo", line 205, in get_old_hands
File "hand_source.pyo", line 241, in get_some_hands
File "hand_text.pyo", line 161, in get_old_hands
File "hand_text.pyo", line 166, in get_some_hands
File "hand_text.pyo", line 56, in first_read
File "hand_text.pyo", line 397, 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 340, in get_dates
File "hand.pyo", line 2773, in parse_datetime
ValueError: invalid literal for int() with base 10: 'gmt-2010'

History
Date User Action Args
2010-05-25 14:28:17Danielsetstatus: new -> fixed
messages: + msg500
2010-05-25 13:34:25Danielsetnosy: + Daniel
messages: + msg499
2010-05-25 13:31:14Danielcreate