[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 14:15:05 -0700

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.

§