Hi *,

The taglists stopped updating on Oct 22.

The problem is that it throws an error when trying to query for new or
approved cws (ready for QA and nominated are fine, but I guess it
depends on some cws that trigger the error)

use Cws;
use Eis;
my $eis = Eis->new( uri => Cws::eis_uri(),
                    proxy_list => Cws::eis_proxy_list(),
                    net_proxy => Cws::net_proxy()
                    );
# works as of today:
my $ready_for_QA   = $eis->getTinderboxTagList('ready for QA');
# throws the error as of today
my $new            = $eis->getTinderboxTagList('new');


The error thrown is: "SOAP-ENV:Server, Exception from service object: null"

ciao
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to