Subject: | myspace->read_message() not extracting correctly since oct, 18 |
Date: | Wed, 18 Oct 2006 14:16:59 +0300 |
To: | bug-WWW-Myspace [...] rt.cpan.org |
From: | Horia <horia.cristescu [...] gmail.com> |
Hello
I think myspace changed a bit and the www::myspace module is out of date.
Since Oct 18 I get this data when I do:
$message_ref = $myspace->read_message( $message->{message_id} );
print Dumper($message_ref)."\n";
$VAR1 = {
'body' => '?',
'message_id' => '9358831',
'date' => '?',
'from' => undef
};
The 'body', 'date' and 'from' fields are no longer properly extracted.
Also, might be related - when I execute, I get this error message:
No such field 'returnUrl' at /usr/lib/perl5/site_perl/5.8.5/WWW/Mechanize.pm
line 1383
I am running the WWW::Myspace version 0.58 and WWW::Mechanize version
1.20on Fedora Core release 3 (Heidelberg).
Thanks
Regards
Horia Cristescu