pj4533 / pn2ps

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

does not convert since new log format #22

Closed albertborsos closed 4 years ago

albertborsos commented 4 years ago

HI!

Did you try your converter with a newer game log. My last game was on June 23rd and i cannot convert that log file with any result.

You can find the log here: https://gist.github.com/albertborsos/42de6e4890e32890a3ed690380c84d7b

Thanks!

pj4533 commented 4 years ago

Hey man! I just ran your log thru the latest version and it works fine. However, in the Gist you posted, there are no headings in the CSV (looks like they were removed). This does cause an error cause the app needs them to differentiate between the newer log format and the older log format.

TL;DR: add this line to the top of your log:

entry,at,order

Lemme know if you still have trouble.

(also, make sure to the grab the latest release, I have been making incremental improvements)

albertborsos commented 4 years ago

You are right! Thanks! Sorry for that :)