apache / nano

Nano is now part of Apache CouchDB. Repo moved to https://GitHub.com/apache/couchdb-nano
https://github.com/apache/couchdb-nano
Other
1.13k stars 157 forks source link

TypeError: Cannot use 'in' operator to search for 'counts' in undefined #313

Closed kanongil closed 6 years ago

kanongil commented 8 years ago

Regression in 6.2.0 from c03b5528b6b0759f7e001b722199f824163ad3a0. The patch breaks lookups that has neither qs or callback set.

jo commented 8 years ago

Thanks for catching this!

WaldoJeffers commented 8 years ago

Yup, I have the same issue. For example, if do db.viewWithList('design','view','list').pipe(...), I get this error : TypeError: Cannot use 'in' operator to search for 'counts' in undefined.

MatthieuLemoine commented 8 years ago

I also have this issue when using viewWithList as @WaldoJeffers.

bedney commented 7 years ago

Still seeing this. Would a PR help?

carlosduclos commented 7 years ago

This repository has been merged into apache/couchdb-nano, please continue the discussion here