It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Thanks for the extremely quick fix! I'm getting a following error however:

Can't locate Time/Progress.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./xgog-downloader.pl line 14.
BEGIN failed--compilation aborted at ./xgog-downloader.pl line 14.

I'm quite the newbie with linux, so It's probably a problem on my end. I'm using ubuntu 11.04, and I have perl installed.
Post edited August 14, 2011 by Dahack
avatar
Dahack: Thanks for the extremely quick fix! I'm getting a following error however:

Can't locate Time/Progress.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./xgog-downloader.pl line 14.
BEGIN failed--compilation aborted at ./xgog-downloader.pl line 14.

I'm quite the newbie with linux, so It's probably a problem on my end. I'm using ubuntu 11.04, and I have perl installed.
You're missing a dependency. Try `sudo apt-get install libtime-progress-perl`.
avatar
Miaghstir: Use of uninitialized value $TotalSize in numeric eq (==) at xgog-downloader.pl line 183.
This was brought to my attention again and despite me not maintaining XGOG any more, curiosity got the better of me and I decided to check it out.

This is caused when XGOG fails to log in and the login failure can be caused if LWP doesn't have HTTPS support installed. The logic for detecting whether authentication is successful or not is not very robust so XGOG continues despite the failure.

Easy way to check if this is the case is to try and log in with a random account/password. If it succeeds, that's the problem. Another way of telling is if the authentication is "instant" as GOGs server takes about 5 seconds to respond to an actual attempt to authenticate.

In my defense, this was just something quick to get something out there :P