boggydigital: Anybody else is noticing that validation .xml files are more miss than hit recently?
Context: I have my service/app that downloads all of GOG.com data (
http://github.com/arelate/vangogh) and have been using the following simple rule to download validation files: for binary files, add .xml to the resolved URL.
It seems that recently GOG has moved to a new CDN provider as URLs resolve to
https://gog-cdn-lumen.secure2.footprint.net/... and adding .xml works for some, but seems to be weirdly missing for recent updates. Server returns 200 OK and the response is just empty - I don't have good idea how to handle this generically.
I sync my data almost every day and it seems like this problem just started to occur with updates (perhaps .xml are no longer generated?).
Some examples of missing xml:
- dlc_northgard___lyngbakr__clan_of_the_kraken_enUS_2_7_5_24893_53701.pkg.xml
- dlc_northgard___sv_fnir__clan_of_the_snake_enUS_2_7_5_24893_53701.pkg.xml
- dlc_northgard___svardilfari__clan_of_the_horse_enUS_2_7_5_24893_53701.pkg.xml
- fault___milestone_two_side_above_enUS_gog_1_20919.pkg.xml
- northgard_enUS_2_7_5_24893_53701.pkg.xml
- setup_simpleplanes_1.12.123.0_(32bit)_(53567).exe.xml
- setup_strangeland_2.5_(52449)-1.bin.xml
- setup_strangeland_2.5_(52449).exe.xml
- simpleplanes_enUS_1_12_123_0_53567.pkg.xml
I noticed the same. I also have issues with "Longest Road on Earth" and "Forgotten Fields".
Someone hinted that this problem occured in the past and it might be transient.