Not giving any guarantees here, but this is probably because the title bar changed. It does not have anything to do with the hand histories, since betpot doesn't use those. Edit the file 'BetPot-v0.2s.ahk' with any text editor. Find the function below and replace it with the code below. Save and reload the script.
Code:
Else IfWinExist, ahk_id%id% ahk_group PrimaTables
{
StringTrimLeft, bb, title, InStr(title, "/", true, 0)
StringMid, bb, bb, InStr(bb, " ")-1,, L
}