Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: theartofweb [...] hotmail.com
Cc:
AdminCc:

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



Subject: having trouble with WWW::Myspace (cannot login)
Date: Sun, 20 Apr 2008 20:24:55 +0200
To: <bug-www-myspace [...] rt.cpan.org>
From: THEARTOFWEB <theartofweb [...] hotmail.com>
Hi, I have been trying to use you perl module WWW::Myspace but I'm stuck at this error my script fires: "HTTP::Message content not bytes at /usr/lib/perl5/site_perl/5.8.8/HTTP/Request/Common.pm line 90" what does that mean?? It seems my script just cannot login to my myspace account... ---> perl, v5.8.8 built for i386-linux-thread-multi 2.6.17.6.dn2.p4, WWW-Myspace-0.78.tar.gz<--- below is my perl script: #!/usr/bin/perl use strict; use warnings; use CGI::Carp "fatalsToBrowser"; use CGI; use WWW::Myspace; my $q = new CGI(); print $q->header(); my $myspace = new WWW::Myspace( $user,$pass ); my @friends = $myspace->get_friends; print @friends; __END__; hopefully you'll be able to sort this out thanks Show quoted text
_________________________________________________________________ Vuoi diventare il numero 1 della community? Scarica il gadget! http://votalospaces.spaces.live.com/
Subject: Re: [rt.cpan.org #35241] having trouble with WWW::Myspace (cannot login)
Date: Sun, 20 Apr 2008 16:24:31 -0700
To: bug-WWW-Myspace [...] rt.cpan.org
From: Grant Grueninger <grantg [...] spamarrest.com>
Haven't seen that one before. What it means is that HTTP::Request::Common is picking up some content it doesn't recognize when parsing one of the myspace login pages. Try updating WWW::Mechanize, HTTP::Request, and HTTP::Message to their most recent versions and see if that fixes it (it's possible that HTTP::Request and HTTP::Message are part of another module and may not install on their own - I haven't looked them up on CPAN or installed them directly before). Also, is your myspace account a US English account, or is it from some other locale? Grant On Apr 20, 2008, at 11:25 AM, THEARTOFWEB via RT wrote: Show quoted text
> > Sun Apr 20 14:25:14 2008: Request 35241 was acted upon. > Transaction: Ticket created by theartofweb@hotmail.com > Queue: WWW-Myspace > Subject: having trouble with WWW::Myspace (cannot login) > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: theartofweb@hotmail.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35241 > > > > > Hi, > > I have been trying to use you perl module WWW::Myspace but I'm > stuck at this error my script fires: > > "HTTP::Message content not bytes at /usr/lib/perl5/site_perl/5.8.8/ > HTTP/Request/Common.pm line 90" > > what does that mean?? It seems my script just cannot login to my > myspace account... > > ---> perl, v5.8.8 built for i386-linux-thread-multi 2.6.17.6.dn2.p4, > WWW-Myspace-0.78.tar.gz<--- > > below is my perl script: > > #!/usr/bin/perl > > use strict; > use warnings; > use CGI::Carp "fatalsToBrowser"; > use CGI; > use WWW::Myspace; > > my $q = new CGI(); print $q->header(); > > my $myspace = new WWW::Myspace( $user,$pass ); > > my @friends = $myspace->get_friends; > > print @friends; > __END__; > > hopefully you'll be able to sort this out > > thanks > _________________________________________________________________ > Vuoi diventare il numero 1 della community? Scarica il gadget! > http://votalospaces.spaces.live.com/ >
-- Grant Grueninger grantg@spamarrest.com
Subject: RE: [rt.cpan.org #35241] having trouble with WWW::Myspace (cannot login)
Date: Mon, 21 Apr 2008 10:09:48 +0200
To: <bug-www-myspace [...] rt.cpan.org>
From: THEARTOFWEB <theartofweb [...] hotmail.com>
my myspace account is an Italy account, HTTP::Request and HTTP::Message are 5.810 (I'll try and upload a v5.812) thanks ---------------------------------------- Show quoted text
> Subject: Re: [rt.cpan.org #35241] having trouble with WWW::Myspace (cannot login) > From: bug-WWW-Myspace@rt.cpan.org > To: theartofweb@hotmail.com > Date: Sun, 20 Apr 2008 19:24:45 -0400 > > > > > Haven't seen that one before. > > What it means is that HTTP::Request::Common is picking up some content > it doesn't recognize when parsing one of the myspace login pages. > > Try updating WWW::Mechanize, HTTP::Request, and HTTP::Message to their > most recent versions and see if that fixes it (it's possible that > HTTP::Request and HTTP::Message are part of another module and may not > install on their own - I haven't looked them up on CPAN or installed > them directly before). > > Also, is your myspace account a US English account, or is it from some > other locale? > > Grant
Show quoted text
_________________________________________________________________ Racconta le tue emozioni sul blog! http://home.services.spaces.live.com/
Subject: Re: [rt.cpan.org #35241] having trouble with WWW::Myspace (cannot login)
Date: Mon, 21 Apr 2008 17:37:24 -0700
To: bug-WWW-Myspace [...] rt.cpan.org
From: Grant Grueninger <grantg [...] spamarrest.com>
I suspect HTTP::Message is getting characters it doesn't recognize. Try setting your account to US English - WWW::Myspace won't recognize the site in any other language. On Apr 21, 2008, at 1:10 AM, THEARTOFWEB via RT wrote: Show quoted text
> > Queue: WWW-Myspace > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35241 > > > > my myspace account is an Italy account, HTTP::Request and > HTTP::Message are 5.810 (I'll try and upload a v5.812) > > thanks > > ----------------------------------------
>> Subject: Re: [rt.cpan.org #35241] having trouble with WWW::Myspace >> (cannot login) >> From: bug-WWW-Myspace@rt.cpan.org >> To: theartofweb@hotmail.com >> Date: Sun, 20 Apr 2008 19:24:45 -0400 >> >> >> >> >> Haven't seen that one before. >> >> What it means is that HTTP::Request::Common is picking up some >> content >> it doesn't recognize when parsing one of the myspace login pages. >> >> Try updating WWW::Mechanize, HTTP::Request, and HTTP::Message to >> their >> most recent versions and see if that fixes it (it's possible that >> HTTP::Request and HTTP::Message are part of another module and may >> not >> install on their own - I haven't looked them up on CPAN or installed >> them directly before). >> >> Also, is your myspace account a US English account, or is it from >> some >> other locale? >> >> Grant
> _________________________________________________________________ > Racconta le tue emozioni sul blog! > http://home.services.spaces.live.com/ >
-- Grant Grueninger grantg@spamarrest.com
User tried to use WWW::Myspace on non-english settings.