Subject: | 302 Found failure in module initialization |
Recently the module started dying at init() whenever I use it, although
nothing seems to change in my usage.
The message is:
302 Found at /usr/local/share/perl/5.10.1/WebService/RTMAgent.pm line 322.
And enabling verbose (netin) before initialization makes this show:
request:
POST http://www.rememberthemilk.com/services/rest/
Content-Type: application/x-www-form-urlencoded
method=rtm.auth.checkToken&api_key=[...]&auth_token=[...]&timeline=[...]&api_sig=[...]
(I censored the authentication numbers).
Although the web RTM interface works, I'm not sure if this is a problem
with RTM or with the module. But the message is not at all informative,
anyway.