Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: jgarnier [...] nds.com
Cc:
AdminCc:

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



Subject: Login Failed
Hi, I'll try to use WWW::Myspace (version 0.62, perl5.8.5 and Linux with OS RHEL 4) but it doesn't work. (I apply this date.patch). I always have the error: Use of uninitialized value in hash element at /usr/lib/perl5/site_perl/5.8.5/Locale/SubCountry.pm line 439, <DATA> line 15048. Login Failed. Couldn't verify load of home page. I'm sure that my username and password are OK. Where is the problem and how resolve it? Thanks, Jérémie
From: jgarnier [...] nds.com
If I run the test in debug mode, i have this: [root@nux2187 scripts]# ./tests.pl Use of uninitialized value in hash element at /usr/lib/perl5/site_perl/5.8.5/Locale/SubCountry.pm line 439, <DATA> line 15048. Getting http://www.myspace.com/ Getting URL: http://www.myspace.com/ Filling in form number 1. POST http://login.myspace.com/index.cfm?fuseaction=login.process&MyToken=aab87bf3-6056-4f73-9df7-81390ac9678f [theForm] email= (text) password= (password) Remember=<UNDEF> (checkbox) [*<UNDEF>/off|Remember] ctl00$Main$SplashDisplay$login$loginbutton=<UNDEF> (image) Getting URL: http://home.myspace.com/index.cfm?fuseaction=user Login Failed. Couldn't verify load of home page. Any ideas? Thanks, Jérémie Le Lun. Fév. 19 05:00:42 2007, jgarnier a écrit : Show quoted text
> Hi, > > I'll try to use WWW::Myspace (version 0.62, perl5.8.5 and Linux with OS > RHEL 4) but it doesn't work. (I apply this date.patch). > I always have the error: > Use of uninitialized value in hash element at > /usr/lib/perl5/site_perl/5.8.5/Locale/SubCountry.pm line 439, <DATA> > line 15048. > Login Failed. Couldn't verify load of home page. > > I'm sure that my username and password are OK. > Where is the problem and how resolve it? > > Thanks, > > Jérémie
From: jgarnier [...] nds.com
Ok, it works !!!! It is due thaht my page is referred to french language so it can find $VERIFY_HOME_PAGE.... Jérémie Le Lun. Fév. 19 09:26:40 2007, jgarnier a écrit : Show quoted text
> If I run the test in debug mode, i have this: > [root@nux2187 scripts]# ./tests.pl > Use of uninitialized value in hash element at > /usr/lib/perl5/site_perl/5.8.5/Locale/SubCountry.pm line 439, <DATA> > line 15048. > Getting http://www.myspace.com/ > Getting URL: http://www.myspace.com/ > Filling in form number 1. > POST >
http://login.myspace.com/index.cfm?fuseaction=login.process&MyToken=aab87bf3- Show quoted text
> 6056-4f73-9df7-81390ac9678f > [theForm] > email= (text) > password= (password) > Remember=<UNDEF> (checkbox) [*<UNDEF>/off|Remember] > ctl00$Main$SplashDisplay$login$loginbutton=<UNDEF> (image) > Getting URL: http://home.myspace.com/index.cfm?fuseaction=user > Login Failed. Couldn't verify load of home page. > > Any ideas? > Thanks, > > Jérémie > > Le Lun. Fév. 19 05:00:42 2007, jgarnier a écrit :
> > Hi, > > > > I'll try to use WWW::Myspace (version 0.62, perl5.8.5 and Linux with
> OS
> > RHEL 4) but it doesn't work. (I apply this date.patch). > > I always have the error: > > Use of uninitialized value in hash element at > > /usr/lib/perl5/site_perl/5.8.5/Locale/SubCountry.pm line 439, <DATA> > > line 15048. > > Login Failed. Couldn't verify load of home page. > > > > I'm sure that my username and password are OK. > > Where is the problem and how resolve it? > > > > Thanks, > > > > Jérémie
>
On Mon Feb 19 10:00:19 2007, jgarnier wrote: Show quoted text
> Ok, it works !!!! > It is due thaht my page is referred to french language so it can find > $VERIFY_HOME_PAGE.... > > Jérémie
Hi, The login issue appears to have been resolved. There will be a new release shortly. If you'd like to test it out, feel free to check out a copy from the subversion repository. Best, Olaf