evolutionsoftswiss / pokernow-handhistory-converter

Java program to convert pokernow.club logs to Pokerstars handhistories for Usage in known Poker Statistic programs.
13 stars 5 forks source link

Antes are causing Errors #8

Closed Deckhole closed 2 years ago

Deckhole commented 2 years ago

When Antes are introduced, hands are not converting. ErrorHands-20211010010523.txt

evolutionsoftswiss commented 2 years ago

I'll look into this and will try to support antes in an upcoming version.

evolutionsoftswiss commented 2 years ago

Could you provide an original csv with at least one complete hand where antes were used ?

Deckhole commented 2 years ago

Certainly! Here is a file attachedd.

Also, if I am going to work on code enhancements, I will need a significant source of hand histories generated by PokerStars. As a U.S. person, I am working in the dark, because I do not have access to PokerStar's handhistory examples to know how I need to format them.

Is there anyway there could be a .zip file with a good variety of PokerStars handhistories? OR is there a resource that goes through how PokerStars documents hands poker_now_logDZ2aUZbTnUIjRWRgb0c53x0l.csv ?

Deckhole commented 2 years ago

Certainly! Thanks for working on this.

I attached a file. I also updated on GitHub.

Do you happen to know of a resource that either describes how PokerStars formats their HandHistory or a place where I can have access to all the various types of hands and situations in PokerStars and how it is documented in their HandHistory?

I am a US citizen and do not have access to PokerStars HandHistory, so I do not know all the syntax that is used to document all the various situations. I nice reservoir of examples OR a document resource that describes the syntax would be very helpful in my being able to contribute to the Handconverter Code.

Thanks! Mark

On Sun, Oct 17, 2021 at 3:50 AM evolutionsoftswiss @.***> wrote:

Could you provide an original csv with at least one complete hand where antes were used ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/evolutionsoftswiss/pokernow-handhistory-converter/issues/8#issuecomment-945067403, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV7NSYLM253ZDTY7ZINLL5TUHJ54PANCNFSM5FXKM5AA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

evolutionsoftswiss commented 2 years ago

I've found several sources, mainly on github, with hand histories examples. I've based my conversion on the found examples and older own hand histories present for cash games. Here is something with a tournament example too: https://github.com/redronin/poker_hand_parser/blob/master/test/fixtures/pty_hands.txt

I'll get into the improvements of your posted Issues today.