Skip Menu |

This queue is for tickets about the Net-OSCAR CPAN distribution.

Report information
The Basics
Id: 60991
Status: resolved
Priority: 0/
Queue: Net-OSCAR

People
Owner: TODDR [...] cpan.org
Requestors: wondertwin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 1.925
  • 1.926
Fixed in: 1.927



Subject: "We're no longer supporting the version of AIM you are using"
Beginning this morning, immediately following signon to the AIM service, the following message is sent: "We're no longer supporting the version of AIM you are using. In order to continue using AIM you will need to upgrade now. We apologize for any inconvenience. Don't worry, the upgrade process is quick and painless - we promise." Is there a work-around for this, or do we need to wait for an updated build?
From: wondertwin [...] gmail.com
A very kind gentleman sent me the below fix, which he says he's forwarded to the maintainer to get it in a future build: ########## I made it work by changing the Net::OSCAR::Common.pm file (mine was in /usr/lib/perl5/site_perl/5.8.8/Net/OSCAR/Common.pm). from this: use constant OSCAR_SVC_AIM => ( host => 'login.oscar.aol.com', port => 5190, supermajor => 0x0109, major => 5, minor => 5, subminor => 0, build => 0x0E0B, subbuild => 0x00000104, clistr => "AOL Instant Messenger, version 5.5.3595/WIN32", hashlogin => 0, betainfo => "", ); to this use constant OSCAR_SVC_AIM => ( host => 'login.oscar.aol.com', port => 5190, supermajor => 0x0109, major => 5, minor => 9, subminor => 0, build => 0x0e76, subbuild => 0x00000111, clistr => "AOL Instant Messenger, version 5.9.3702/WIN32", hashlogin => 0, betainfo => "", ); ##########
Thanks for the info. I'm working on a fix and a dev release now.
On Fri Sep 10 11:42:41 2010, TODDR wrote: Show quoted text
> Thanks for the info. I'm working on a fix and a dev release now.
could you please try installing and verifying that this fix works? http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/Net-OSCAR-1.926_001.tar.gz
a stable version was released to CPAN to fix this.