Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-Recaptcha CPAN distribution.

Report information
The Basics
Id: 117211
Status: resolved
Priority: 0/
Queue: Mojolicious-Plugin-Recaptcha

People
Owner: DMITRYNOD [...] cpan.org
Requestors: huf [...] nws.hu
Cc:
AdminCc:

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



Subject: module fetches remote ip the wrong way, so everything fails
Date: Thu, 25 Aug 2016 14:51:46 +0200
To: bug-Mojolicious-Plugin-Recaptcha [...] rt.cpan.org
From: BERENYI Mihaly <huf [...] nws.hu>
this module tries to fetch the remote ip of the client as $self->tx->{remote_address}. this is undef. the correct incantation seems to be $self->tx->remote_address; this is Mojolicious 7.01.
On Thu Aug 25 08:52:38 2016, huf@nws.hu wrote: Show quoted text
> this module tries to fetch the remote ip of the client as > $self->tx->{remote_address}. > this is undef. > the correct incantation seems to be $self->tx->remote_address; > > this is Mojolicious 7.01.
Hi! Thank you for your report! I've uploaded new version to CPAN.org it will be available soon. Also you can get last version from github. Cheers