Skip Menu |

This queue is for tickets about the WWW-Myspace CPAN distribution.

Report information
The Basics
Id: 22160
Status: resolved
Priority: 0/
Queue: WWW-Myspace

People
Owner: GRANTG [...] cpan.org
Requestors: horia.cristescu [...] gmail.com
Cc:
AdminCc:

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



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
This should be fixed in 0.59 (just uploaded, may take a day to get to your favorite mirror). Please reply to re-open this ticket if read_message is still having problems.