Skip Menu |

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

Report information
The Basics
Id: 44929
Status: open
Priority: 0/
Queue: WWW-Myspace

People
Owner: Nobody in particular
Requestors: wilpower50 [...] gmail.com
Cc:
AdminCc:

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



Subject: get_comments broken
Date: Fri, 10 Apr 2009 14:15:19 -0500
To: bug-WWW-Myspace [...] rt.cpan.org
From: Rick Smith <wilpower50 [...] gmail.com>
Hello, The get_comments feature seems to be partially broken. It (continually) retrieves comments from the first page only. ie, it appears that the form to move onto the next page is broken. many thanks Rick
Subject: Re: [rt.cpan.org #44929] AutoReply: get_comments broken
Date: Fri, 10 Apr 2009 17:19:14 -0500
To: bug-WWW-Myspace [...] rt.cpan.org
From: Rick Smith <wilpower50 [...] gmail.com>
Steve Re: the get_comments issue. I forgot that I had to change the regex to allow the get_comments sub to properly process the comment stream. If you haven't already adapted it, I'll send across the new regex tomorrow. Additionally, there are a couple other updated regexes I'll send. Rick On 4/10/09, Bugs in WWW-Myspace via RT <bug-WWW-Myspace@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "get_comments broken", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #44929]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=44929 > > Please include the string: > > [rt.cpan.org #44929] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-WWW-Myspace@rt.cpan.org > > ------------------------------------------------------------------------- > Hello, > > The get_comments feature seems to be partially broken. > It (continually) retrieves comments from the first page only. > ie, it appears that the form to move onto the next page is broken. > > many thanks > > Rick > >
Subject: Re: [rt.cpan.org #44929] AutoReply: get_comments broken
Date: Fri, 10 Apr 2009 23:26:11 +0100
To: bug-WWW-Myspace [...] rt.cpan.org
From: Steven Chamberlain <steven [...] pyro.eu.org>
Hi, I was surprised the get_comments sub worked at all. I haven't had time to contribute to WWW-Myspace recently but I noticed that many changes have been made on Myspace in recent weeks. I would happily test your new regexes and import them into SVN and/or a new release if you would send me those sometime. Thanks, -- Steven Chamberlain steven@pyro.eu.org
Subject: Re: [rt.cpan.org #44929] AutoReply: get_comments broken
Date: Fri, 1 May 2009 16:24:56 -0500
To: bug-WWW-Myspace [...] rt.cpan.org
From: Rick Smith <wilpower50 [...] gmail.com>
Steven I've made a number of changes to the code throughout the get_friends, get_comments sub and a few other places. I need to tidy it up a bit before I ship it over, but if anybody has any bug/break reports, I'd be happy to share code changes I've made prior to sending you my new code base. Rick On Fri, Apr 10, 2009 at 5:26 PM, Steven Chamberlain via RT < bug-WWW-Myspace@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=44929 > > > Hi, > > I was surprised the get_comments sub worked at all. I haven't had time > to contribute to WWW-Myspace recently but I noticed that many changes > have been made on Myspace in recent weeks. > > I would happily test your new regexes and import them into SVN and/or a > new release if you would send me those sometime. > > Thanks, > -- > Steven Chamberlain > steven@pyro.eu.org > >
Subject: Re: [rt.cpan.org #44929] AutoReply: get_comments broken
Date: Sat, 02 May 2009 07:53:57 +0100
To: bug-WWW-Myspace [...] rt.cpan.org
From: Steven Chamberlain <steven [...] pyro.eu.org>
Well, a lot has changed on Myspace since the last release, and much of WWW::Myspace has broken as a result. I haven't really had time to write fixes but I've tried to keep track of new developments: * messages to multiple recipients * ability to turn off an CAPTCHAs by texting from a US cell phone * a new user 'home' (when logged in), essentially forcing people to stop using the 'classic view' in some regions (UK and AU; it was still possible to use 'classic view' in the US when I checked) * new form for posting comments, I've possibly seen an AJAX-based one somewhere * new music players on band profiles, which maybe probably involved other changes * I've been told that event invites work differently now. * the web-based IM, which doesn't really want WWW::Myspace support but it may have caused something else to break * the '2.0' user profiles, drawing yet more inspiration from Facebook * the extension of 'status updates' to try to be like Twitter Plenty of changes but not a lot of originality. I wonder how long Myspace can paddle along playing catch-up before they sink under the water. I still regularly get notifications (at least of Messages, Comments, and probably others) so I presume those still work. Here's some of my output from 'make test TEST_VERBOSE=1': t/01-login.............. not ok 10 - get_profile_type identifies film profile correctly not ok 24 - Retreived friend list t/05-message............ not ok 2 - Inbox has contents not ok 3 - Inbox has a valid message ID in first slot not ok 4 - Found sent message t/12-bulletin........... not ok 1 - post_bulletin returns positive success code t/13-blog............... not ok 1 - post_blog returns positive success code t/17-get_basic_info..... not ok 1 - individual: get_basic_info country : not ok 2 - individual: get_basic_info cityregion : not ok 3 - individual: get_basic_info city : not ok 4 - individual: get_basic_info region : not ok 5 - individual: get_basic_info headline : not ok 6 - individual: get_basic_info age : not ok 7 - individual: get_basic_info gender : t/19-find_friend........ not ok 2 - find_friend failed for 'email@address.com' not ok 4 - find_friend failed for 'test2@pyro.eu.org' Regards, -- Steven Chamberlain steven@pyro.eu.org