[chef] Re: Re: Re: Re: Re: Re: Re: Re: Bad Request "corruption"


Chronological Thread 
  • From: Landon < >
  • To:
  • Subject: [chef] Re: Re: Re: Re: Re: Re: Re: Re: Bad Request "corruption"
  • Date: Thu, 19 Aug 2010 15:46:25 -0700

Seth,
Just wanted to be clear.  You were able to upload the JSON I sent into
the latest version of CouchDB?  I installed the latest version on my
development machine (OSX 10.6.4) using brew and I get the same error
that I get on .10.0 on Ubuntu 10.4-
{"error":"bad_request","reason":"invalid UTF-8 JSON"}

Thanks,
landon

On Thu, Aug 19, 2010 at 2:15 PM, Landon 
< >
 wrote:
> Seth,
> That's a great idea!  Thanks.  I tested the JSON with a fresh .10
> install and an error was thrown so I have much higher hopes that
> upgrading Couch will make this go away!  Thanks for the help.  I
> really do appreciate it.
>
> Landon
>
>> One thing you might try is to create a test database in couchdb and try
>> putting the node data JSON into a document to see if you can reproduce
>> the error.
>>
>> Using the latest couchdb I was not able to repro the error with these 
>> steps:
>>
>> # start couchdb in a terminal
>> couchdb
>>
>> # in another terminal
>> curl -X PUT http://127.0.0.1:5984/test
>> curl -X PUT -H "content-type: application/json" \
>>  http://127.0.0.1:5984/test/doc -d @badjson.json
>> curl http://127.0.0.1:5984/test/doc
>>
>>
>> + seth
>>
>



Archive powered by MHonArc 2.6.16.

§