ngosafety opened a new issue #1184: _bulk_docs POST returns "unknown error" 
"badarg"
URL: https://github.com/apache/couchdb/issues/1184
 
 
   <!--- Provide a general summary of the issue in the Title above -->
   
   When POSTing new documents to couchdb using _bulk_docs a strange error is 
returned.
   
   ## Expected Behavior
   
   The documents should be added to the database.
   
   ## Current Behavior
   <!--- If describing a bug, tell us what happens instead of the expected 
behavior -->
   <!--- If suggesting a change/improvement, explain the difference from 
current behavior -->
   
    I am receiving the response:
   ```
   {
       "error": "unknown_error",
       "reason": "badarg",
       "ref": 818340776
   }
   ```
   
   For my POST request:
   ```
   {
      "new_edits": false,
      "docs": [<valid documents>]
   }
   ```
   
   I have validated the json too.
   
   ## Possible Solution
   <!--- Not obligatory, but suggest a fix/reason for the bug, -->
   <!--- or ideas how to implement the addition or change -->
   
   ## Steps to Reproduce (for bugs)
   <!--- Provide a link to a live example, or an unambiguous set of steps to -->
   <!--- reproduce this bug. Include code to reproduce, if relevant -->
   1.
   2.
   3.
   4.
   
   ## Context
   <!--- How has this issue affected you? What are you trying to accomplish? -->
   <!--- Providing context helps us come up with a solution that is most useful 
in the real world -->
   
   ## Your Environment
   <!--- Include as many relevant details about the environment you experienced 
the bug in -->
   * Version used:
   * Browser Name and version:
   * Operating System and version (desktop or mobile):
   * Link to your project:
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to