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

hand2note support #23

Closed Najdeh closed 10 months ago

Najdeh commented 10 months ago

Hi i tried to import converted Hand histories to hand2note but it does not recoginize hand history files valid. However Pokertracker 4 imports them. I have also tried to import then into PT4 and then export but that did not help... Thanks in advance for your help

Najdeh commented 10 months ago

This is what i found in h2n log:

"@l":"Error","@x":"System.InvalidOperationException: Any of the given tokens is next\n at Poker.Online.HandHistories.StringReaderHelper.Read[PokerGames](LineReader reader, ValueTuple2[] tokens)\n at Poker.Online.HandHistories.PokerStarsParser.ReadPokerStarsGameBetLimits(LineReader reader)\n at Poker.Online.HandHistories.PokerStarsParser.ProcessHeaderLine(LineReader reader, ParseHandResult result, ParseHandContext ctx)\n at Poker.Online.HandHistories.PokerStarsParser.ParsePokerStarsHandHistoryFormat(LinesReader lines, ParseHandResult result, ParseHandContext context)\n at Poker.Online.HandHistories.PokerStarsParser.ParsePokerStarsHandResult(LinesReader lines, ParseHandContext context)\n at Poker.Online.HandHistories.PokerStarsParser.TryParsePokerStars(LinesReader lines, ParseHandContext context, ParseHandResult& result)\n at Poker.Online.HandHistories.HandHistoryParser.TryParseHandResult(LinesBuffer handHistoryText, ParseHandContext context, ParseHandResult& result)\n at Poker.Online.HandHistories.HandHistoryParser.TryParseHandHistoryResult(LinesBuffer handHistoryText, ParseHandContext context, ParseHandResult& result)\n at Hand2NoteCore.Importing.ImportHelper.TryImportHand(ImportOperation importOperation, LinesBuffer linesBuffer)"}`