Question about gpgs.snapshots.load()

I am trying to retrieve the snapshots using the method load, but the objects I am receiving are different from the ones I get when I use the method open. The object does not have some properties, like contents.

Do I always have to use open if I want the contents of the file?

Thanks for your help.

H. Sposito

Hi @humbertosposito,

The load() call gets information on all snapshots for the current game. The open() call gets details about one snapshot. So yes, it’s expected that what you receive will differ.

Best regards,

Brent

Hi @humbertosposito,

The load() call gets information on all snapshots for the current game. The open() call gets details about one snapshot. So yes, it’s expected that what you receive will differ.

Best regards,

Brent