Skip Menu |

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

Report information
The Basics
Id: 40143
Status: resolved
Priority: 0/
Queue: WWW-Netflix

People
Owner: CMEYER [...] cpan.org
Requestors: ryan [...] entink.net
Cc:
AdminCc:

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



Subject: WWW-Netflix-0.05 Bug
Date: Fri, 17 Oct 2008 21:53:47 -0700
To: bug-WWW-Netflix [...] rt.cpan.org
From: Ryan Lang <ryan [...] entink.net>
I'm using WWW-Netflix-0.05 with Perl 5.8.8. I am guessing that Netflix has updated their website which has, from what I can tell, broken this module. The "GET" function dies when logging in. I have the error "couldn't find login form at /path/to/ perl/WWW/Netflix.pm line 28." I'm very interested in getting this module up and running - let me know if I can help at all. Hopefully it's a small fix.
I am seeing all tests passing. The error you describe makes me think that either you are not retrieving the login page (do you need to use a proxy?) or perhaps there was an intermittent error on the Netflix side. Since the last release of this module, Netflix has made the excellent decision of releasing a public API, so that programs may access their functionality without resorting to web-scraping. The future of this module should be to abandon all of the screen scraping techniques, and provide an easy to use interface to the REST/xml api. This would primarily mean the work of mapping the Netflix xml data structures to Perl data structures.
Tests pass; WWW::Netflix able to log in and perform tasks; no bug;