Skip Menu |

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

Report information
The Basics
Id: 24060
Status: resolved
Worked: 2.1 hours (125 min)
Priority: 0/
Queue: WWW-Myspace

People
Owner: GRANTG [...] cpan.org
Requestors: paulsmith [...] metrocast.net
Cc:
AdminCc:

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



Subject: Get Friends not working - MySpace changes again
Date: Sat, 23 Dec 2006 11:01:06 -0500
To: <bug-WWW-Myspace [...] rt.cpan.org>
From: "Paul Smith" <paulsmith [...] metrocast.net>
Grant, Looks like MySpace has changed some of the text again and it'seffcting the regex's when I try to use the get_friends method. Looking at it quickly it appears that the RE for _friend_count and _user_name have changed in the MySpace module. I'm using your latest spin 0.61 Thanks again, -Paul
Patch submitted by JordanL. This needs to be merged into the current version on SVN (0.62 pre-release) and tested. If anyone wants to do this before I get a chance, please do so and send me the patch (that is, the output of "diff -u Myspace.pm your_fixed_version_of_Myspace.pm) Grant

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #24060] Get Friends not working - MySpace changes again
Date: Wed, 3 Jan 2007 22:38:44 -0500
To: <bug-WWW-Myspace [...] rt.cpan.org>
From: "Paul Smith" <paulsmith [...] metrocast.net>

Message body is not shown because it is too large.

Download get_friends_dump.dat
application/octet-stream 5.1k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #24060] Get Friends not working - MySpace changes again
Date: Mon, 8 Jan 2007 22:49:44 -0500
To: <bug-WWW-Myspace [...] rt.cpan.org>
From: "Paul Smith" <paulsmith [...] metrocast.net>
Grant, I've tried using the "rough draft" of the _get_friends method and it looks like the form submission code has changed within MySpace also. $self->submit( { form => 'PageForm', no_click => 1, re2 => 'View All Friends', fields_ref => { page => $page_no }, } ); Thanks, -Paul Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=24060 > > > Patch submitted by JordanL. > > This needs to be merged into the current version on SVN (0.62 pre-release) > and tested. > > If anyone wants to do this before I get a chance, please do so and send me > the patch > (that is, the output of "diff -u Myspace.pm > your_fixed_version_of_Myspace.pm) > > Grant >
get_friends method re-written. New method uses new form-based navigation and more directly emulates a web browser. Code simplified.