pgn icon indicating copy to clipboard operation
pgn copied to clipboard

Annotated game: parser failure

Open rubdos opened this issue 7 years ago • 1 comments

Find the relevant pgn here

 Error:  Parse error: expected :game_termination but got "(" on line 52.

Kf6 {+2.00/28} ) 25. Ne4 {[%eval 1.84/34]} {[%eval 1.84/34]} ( {Threatening}
                                                         ... ^ ... occurred here

I don't really get what's happening here, got an idea?

rubdos avatar Nov 19 '18 09:11 rubdos

I'm having the same issue. My hunch is that the parser does not accept more than one annotation (the curly braces). So when exporting from Lichess with evaluations and time moves for example, the PGN ends up with multiple annotations and the parsing fails.

matstc avatar Mar 02 '25 12:03 matstc