pj4533 / pn2ps

Convert PokerNow.club logs into PokerStars hand history format
MIT License
6 stars 5 forks source link

missing raise? #10

Closed albertborsos closed 4 years ago

albertborsos commented 4 years ago

This one is similar as #2 but there is more missing chips.

Holdem Manager 3 says: calculated pot: $6.70, reported winnings $9.60

The missing $3.20 is equals with the raise after the flop.

I summed it multiple times, and tried to modify keywords in import file, but I still gets the same error.

If PokerTracker accepts it, then it can be a HM3 issue.

source:

"The player ""bobo @ O7q--fndwt"" joined the game with a stack of 2000.",2020-05-29T18:41:32.671Z,159077769267722
"""Andris @ i0BBK8VTZw"" shows a 10♥, J♦.",2020-05-29T18:41:29.661Z,159077768966723
"""Stev0 @ -rMjATuApd"" shows a 9♣, 9♦.",2020-05-29T18:41:27.207Z,159077768721258
"""Áron @ KqPrDJjSfQ"" shows a Q♣, Q♥.",2020-05-29T18:41:26.809Z,159077768681446
"-- ending hand #13 --",2020-05-29T18:41:26.122Z,159077768612925
"""Áron @ KqPrDJjSfQ"" gained 960",2020-05-29T18:41:26.122Z,159077768612917
"""Stev0 @ -rMjATuApd"" folds",2020-05-29T18:41:24.714Z,159077768471962
"""Dani @ BfrfwBqXYA"" folds",2020-05-29T18:41:21.209Z,159077768121616
"""Andris @ i0BBK8VTZw"" folds",2020-05-29T18:41:18.108Z,159077767811623
"""Áron @ KqPrDJjSfQ"" raises and all in with 1190",2020-05-29T18:41:08.780Z,159077766878527
"""Stev0 @ -rMjATuApd"" raises with 320",2020-05-29T18:41:04.728Z,159077766473422
"""Dani @ BfrfwBqXYA"" checks",2020-05-29T18:40:59.408Z,159077765941355
"""Andris @ i0BBK8VTZw"" checks",2020-05-29T18:40:57.568Z,159077765757298
"flop:  [8♣, 2♣, J♠]",2020-05-29T18:40:47.201Z,159077764720778
"""Dani @ BfrfwBqXYA"" calls with 80",2020-05-29T18:40:46.293Z,159077764629870
"""Andris @ i0BBK8VTZw"" calls with 80",2020-05-29T18:40:44.313Z,159077764431848
"""kervallin @ 28d4kax8ps"" folds",2020-05-29T18:40:42.806Z,159077764281080
"""Áron @ KqPrDJjSfQ"" calls with 80",2020-05-29T18:40:41.776Z,159077764178175
"""Tasi @ gKf3XcCGy2"" folds",2020-05-29T18:40:37.226Z,159077763723109
"""Stev0 @ -rMjATuApd"" raises with 80",2020-05-29T18:40:36.176Z,159077763618179
"The admin approved the player ""bobo @ O7q--fndwt"" participation with a stack of 2000.",2020-05-29T18:40:30.093Z,159077763009912
"""Dani @ BfrfwBqXYA"" posts a big blind of 20",2020-05-29T18:40:22.825Z,159077762283193
"""Andris @ i0BBK8VTZw"" posts a small blind of 10",2020-05-29T18:40:22.825Z,159077762283191
"-- starting hand #13 (dealer: ""kervallin @ 28d4kax8ps"") --",2020-05-29T18:40:22.825Z,159077762283172
"The player ""bobo @ O7q--fndwt"" quits the game with a stack of 0.",2020-05-29T18:40:22.825Z,159077762283166

result:

PokerStars Hand #159077762283172: Hold'em No Limit ($0.10/$0.20 USD) - 2020/05/29 20:40:22 ET
Table 'DGen' 9-max Seat #5 is the button
Seat 1: Dani
Seat 2: Stev0
Seat 3: Tasi
Seat 4: Áron
Seat 5: kervallin
Seat 6: Andris
Andris: posts small blind $0.10
Dani: posts big blind $0.20
Stev0: raises $0.60 to $0.80
Tasi: folds
Áron: calls $0.80
kervallin: folds
Andris: calls $0.70
Dani: calls $0.60
*** FLOP *** [8c 2c Js]
Andris: checks
Dani: checks
Stev0: bets $3.20
Áron: raises $8.70 to $11.90
Andris: folds
Dani: folds
Stev0: folds
Uncalled bet ($8.70) returned to Áron
Áron collected $9.60 from pot
*** SUMMARY ***
Total pot: $9.60 | Rake 0
Board: [8c 2c Js]
Seat 1: Dani (big blind) folded on the Flop
Seat 2: Stev0 folded on the Flop
Seat 3: Tasi folded before Flop (didn't bet)
Seat 4: Áron collected ($9.60)
Seat 5: kervallin (button) folded before Flop (didn't bet)
Seat 6: Andris (small blind) folded on the Flop
pj4533 commented 4 years ago

For sure a bug. I think I might have fixed this one this morning in a different commit. I’ll verify and put up another binary when I get a sec.

albertborsos commented 4 years ago

Thanks for your efforts! :)

albertborsos commented 4 years ago

Yes, it is fixed. But there is still some errors. I will check them.