HypersomniacLive: Guess what? With your site blocked, I can load my Library just fine, with "All" and even "Purchase Date". No box covers, but it loads without hiccups, and no freezes.
I was referring more to the "It's working absolutely fine for me" part, it's like hearing GOG Support saying "we can't reproduce it here". The big difference being that they then say "ticket closed", while you're trying really hard to figure out what the problem is. ;-)
Are you saying that we're not good at describing the issues? Are You?!?
Ok, that narrows it down further. Thanks Hyper.
I have a lot more sympathy for GoG's support team after trying to fix issues with my script...
But I do try my best, I never like to give up and leave a problem unsolved.
More like I'm not good at describing where you should look or what you should do to possibly fix them...
Anyway, if someone would mind trying this:
at line 2193 there should be a function:
libraryScope.getLegacyUrl = function (id)
{
if (window.legacyUrls.hasOwnProperty(id))
{
if (window.legacyUrls[id].hasOwnProperty("url"))
{
return window.legacyUrls[id].url;
}
else if (window.legacyUrls.hasOwnProperty(window.legacyUrls[id].bundleId))
{
return window.legacyUrls[window.legacyUrls[id].bundleId].url;
}
}
else
{
angular.element(document.body).injector().get('$http').get("
https://gog.bigpizzapies.com/af_legacy_urls.php?report&&id=" + id);
}
}
can you replace it with this and see what happens:
libraryScope.getLegacyUrl = function (id)
{
return
http://static04.gog.com/upload/images/2014/02/9a5c557e581a852723ec90084fdac6992754a2de.jpg }
Which should make all the games show as Age of Wonders 3, but may at least let them all show.
foxworks: Legacy images have returned. Now the issue is Firefox slows down to a crawl. I closed it down after the memory surpassed 2GB. I think the lowrez should help ;-)
What. Why?
Don't get me wrong... it's nice that they're showing now, but the fact that it's fixed itself makes it somewhat difficult to diagnose...
But it's further evidence of where the issue is likely to be. I can certainly add low res as an option or something.