Some reviews do not have "SGF with comments"

I have noticed that some reviews do not have a sidebar link for "Download SGF with Comments

Does not:

Does:

Why is this? Is it that demos do and reviews don’t? Is that a bug, or is there something I need to do to enable this for game reviews?

Thank you, I would love to be able to download the SGF with variations and comments.

6 Likes

Hey, thanks for the detailed report, I think you found a bug! I’ll see what I can do to get that back in.

In the meantime, you can try constructing the URL manually. For example: https://online-go.com/api/v1/reviews/966117/sgf

dev details

In reviews, both a game_id and a review_id are present so the following code fails to populate sgf_with_conments_url for Reviews, but not Demos.

online-go.com/GameDock.tsx at 94977c0f05581d50b0165099f1d5293219eb6b39 · online-go/online-go.com · GitHub

4 Likes

Great, thanks benjito!