Github user jaydoane commented on the pull request: https://github.com/apache/couchdb-couch/pull/67#issuecomment-119733541 ``` curl -vX POST http://adm:pass@127.0.0.1:15984/db1/_changes?filter=_doc_ids -H "Content-Type: application/json" * Hostname was NOT found in DNS cache * Trying 127.0.0.1... * Connected to 127.0.0.1 (127.0.0.1) port 15984 (#0) * Server auth using Basic with user 'adm' > POST /db1/_changes?filter=_doc_ids HTTP/1.1 > Authorization: Basic YWRtOnBhc3M= > User-Agent: curl/7.37.1 > Host: 127.0.0.1:15984 > Accept: */* > Content-Type: application/json > < HTTP/1.1 500 Internal Server Error < X-CouchDB-Body-Time: 0 < X-Couch-Stack-Hash: 2380495304 < X-Couch-Request-ID: 4fc2df321e * Server CouchDB/0bf8917 (Erlang OTP/17) is not blacklisted < Server: CouchDB/0bf8917 (Erlang OTP/17) < Date: Mon, 06 Jul 2015 06:38:47 GMT < Content-Type: text/plain; charset=utf-8 < Content-Length: 59 < Cache-Control: must-revalidate < {"error":"function_clause","reason":null,"ref":2380495304} ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---