Skip Menu |

This queue is for tickets about the Finance-Bank-CreditMut CPAN distribution.

Report information
The Basics
Id: 98132
Status: rejected
Priority: 0/
Queue: Finance-Bank-CreditMut

People
Owner: cbouvi [...] cpan.org
Requestors: baptiste.no [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.12



Subject: wrong url ?
when i try to use something like use Finance::Bank::CreditMut; my @accounts = Finance::Bank::CreditMut->check_balance( username => "$username", # Be sure to put the numbers password => "$password", # between quote. ); foreach my $account ( @accounts ){ local $\ = "\n"; print " Name ", $account->name; print " Account_no ", $account->account_no; print " Statement\n"; foreach my $statement ( $account->statements ){ print $statement->as_string; } } i got Link not found at /usr/local/share/perl/5.14.2/Finance/Bank/CreditMut.pm line 100. i mean credit mutuel have change url as i see in http://cpansearch.perl.org/src/CBOUVI/Finance-Bank-CreditMut-0.08/lib/Finance/Bank/CreditMut.pm [...] $orig_r = $self->{ua}->get("https://www.creditmutuel.fr/comptes/"); [...] https://www.creditmutuel.fr/comptes/ seems now unavailable changed to https://www.creditmutuel.fr/cmne/fr/identification/index.html ?? I do not usually use English and Perl, thank you for being tolerant idk how to change this ligne myself
Thank you for your interest in Finance::Bank::CreditMut. Credit Mutuel indeed sometimes changes URLs and I usually do my best to keep up, publishing a new version with every changes in the web interface. In your case, it seems that you are using an outdated version (0.08). The Credit Mutuel have changed their interface a couple of times since then, so please be sure to use the latest version (0.12), and let me know if that does not solve your problem. Do not hesitate to contact me in private (and in French if you prefer) should you need further assistance. Regards,