Skip Menu |

This queue is for tickets about the IO-Lambda CPAN distribution.

Report information
The Basics
Id: 56289
Status: resolved
Priority: 0/
Queue: IO-Lambda

People
Owner: Nobody in particular
Requestors: njh [...] bandsman.co.uk
Cc:
AdminCc:

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



Subject: 102 of /usr/local/share/perl/5.10.1/IO/Lambda/HTTP.pm: Missing base argument
I have a program which fails with the error 102 of /usr/local/share/perl/5.10.1/IO/Lambda/HTTP.pm: Missing base argument I think that the problem is the call to URI::new_abs in handle_redirect.
Yes, much likely. Could you please post content of parameters URI->new_abs is being called with? That is, $response-> header('Location') and $req-> uri, from line 102? Thanks!
From: njh [...] bandsman.co.uk
I've added this print statements: print "Location: ", $response->header('Location'), "\n"; print "uri: ", $req->uri, "\n"; Here is the output: Location: uri: http://www.kearnymesaconcertband.com/KMCB.swf%22%20/%3E%3Cparam%20name=%22loop%22%20value=%22false%22%20/%3E%3Cparam%20name=%22menu%22%20value=%22false%22%20/%3E%3Cparam%20name=%22quality%22%20value=%22high
Aha, got it. Could you please try this patch (attached) and see if it works for you? It works for me as a basis (doesn't die), but probably you'd expect something else.
Subject: patch
Download patch
application/octet-stream 563b

Message body not shown because it is not plain text.

From: njh [...] bandsman.co.uk
On Mon Apr 05 14:13:46 2010, KARASIK wrote: Show quoted text
> Aha, got it. Could you please try this patch (attached) and see if it > works for you? It works for me as a basis (doesn't die), but probably > you'd expect something else.
Yes, I believe that has fixed it. Thank you for your prompt reply.
From: njh [...] bandsman.co.uk
I'm confused - you've marked it as "resolved" but haven't released a new version with the bug fix...
Втр Апр 06 06:51:11 2010, njh@bandsman.co.uk писал: Show quoted text
> I'm confused - you've marked it as "resolved" but haven't released a new > version with the bug fix...
Not yet, but it will come soon. Sorry for the confusion.