Eric Vallée

Results 55 comments of Eric Vallée

Sorry I missed your question somehow. It fell between the cracks. Let me know if you still require assistance with this problem.

I'm assuming there was just a silent delay (it happens during manifest generations when it does the initial api calls). I'll make this a feature to add a feedback message...

Be careful about posting your manifest file online. It may contain some cd-keys. I should probably manage that in a separate file at some point. Gog started returning bad metadata...

I can tell you what that particular issue is: When doing the roundabout way if it can't fetch the checksum from gog, the game will be downloaded twice. It will...

It is tempting to say it would be an easy modification to allow installer checksums to be optional, but I'd have to analyze what the implications of generating a manifest...

Ok, they did a change on their download apis. They removed the second redirection from their download protocol. I did the adjustments on the main branch. The next release should...

Note that bandwidth-wise, it will download the extras to compute the checksum though, but they are much small than the installers. As I recall, it didn't use to that (gog...

Thanks for the feedback. My implementation definitely prioritizes ensuring file correctness over bandwidth usage, but I mistakenly took the "unlimited" bandwidth for granted. At the very least, I should find...

Got to wrap some stuff up, but I'll make some time to look at it in the upcoming days.

Ok, at first, I assumed it was a regression on my part, but as it turns out, the problem was due to an api change on GOG's end. They changed...