Skip Menu |

This queue is for tickets about the AnyEvent-CouchDB CPAN distribution.

Report information
The Basics
Id: 66739
Status: resolved
Priority: 0/
Queue: AnyEvent-CouchDB

People
Owner: Nobody in particular
Requestors: madams [...] phantomware.ca
Cc:
AdminCc:

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



Subject: Modification of a read-only value attempted
Date: Sun, 20 Mar 2011 12:32:04 -0600
To: bug-AnyEvent-CouchDB [...] rt.cpan.org
From: Matt Adams <madams [...] phantomware.ca>
Hello, While using the latest version of AnyEvent::CouchDB I ran into the following problem: use AnyEvent::CouchDB; use Data::Dump 'pp'; my $couch = couch('http://localhost:5984/'); print pp( $couch->info->recv ), "\n"; causes the following error runtime error in AnyEvent::guard callback: Modification of a read-only value attempted at /home/matt/projects/www/perl5/lib/perl5/i486-linux-gnu-thread-multi/AnyEvent/Util.pm line 361. Any suggestions or insights into what is going wrong here would be greatly appreciated. Thanks, Matt
Subject: Re: [rt.cpan.org #66739] AutoReply: Modification of a read-only value attempted
Date: Mon, 21 Mar 2011 21:17:47 -0600
To: bug-AnyEvent-CouchDB [...] rt.cpan.org
From: Matt Adams <madams [...] phantomware.ca>
I think this error is just the result of trying to connect to Couch without HTTP basic authentication where authentication is required so it can probably be dismissed (it seems to be working for me now). Cheers, Matt
Just clearing this ticket out.... (You said it seemed to be a non-issue, and I'm going to take your word for it. ;)
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.