Subject: | Getting "BZ::Client::Exception=HASH(0x5343560)" |
Date: | Fri, 13 Dec 2013 20:25:39 +0000 |
To: | "bug-BZ-Client [...] rt.cpan.org" <bug-BZ-Client [...] rt.cpan.org> |
From: | "Banker, Samip" <samip.banker [...] ti.com> |
Hello:
I am getting this error "BZ::Client::Exception=HASH(0x5343560)" and not sure what is the actual error so I can try to fix it.
My env is
ð OS = Windows 7
ð Perl = 5.16.3
ð BZ::Client = 1.04
ð BZ : 4.2.4
I get the exception when "$client->login();" code is executed...
Please help.
Below is sample of the code...
******************************
#!/usr/bin/perl -w
use strict;
use BZ::Client;
use BZ::Client::Bug;
use BZ::Client::Product;
use BZ::Client::Bugzilla;
use BZ::Client::Exception;
use BZ::Client::API();
my $url = "http://localhost:90/";
my $user = "user";
my $password = "password";
my $err = "";
my $client = BZ::Client->new("url" => $url,
"user" => $user,
"password" => $password);
$client->logDirectory("C:/bzSynclog");
print $client->is_logged_in();
$client->login();
my $exception = BZ::Client::Bug->get($client, '8');
******************************
Best Regards,
***************************************************
_ Samip K. Banker
_| TI Software Development Organization,
\. _} Solution Architect (Quality Assurance / CM)
\( Texas Instruments, Inc.
Support : pfo-tg@list.ti.com<mailto:pfo-tg@list.ti.com> (for OMAP Infrastructure)
Work: (214)567 - 7646
Cell: (469)360 - 2064
Linked-in: http://lnkd.in/yKchj4
***************************************************