Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List exception thrown #66

Open
ghost opened this issue Sep 20, 2016 · 2 comments
Open

List exception thrown #66

ghost opened this issue Sep 20, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 20, 2016

This is how I am trying to connect to couchdb instance and fetch a list -

CouchClient cl = new CouchClient("localhost", 5984, "uname", "pwd", false, AuthenticationType.Basic);
IListResult ilr = cl.GetDatabase("db").List("l", "v", null, "d");

This throws a null reference exception. There is also not much to debug to know what is the issue here.

Instead when I execute the list via Browser, I get proper response. Is this the issue with LoveSeat or do I need to do anything else here to call a list.

http://localhost:5984/db/_design/d/_list/l/v

@soitgoes
Copy link
Owner

List and Shows are not implemented at the moment

@ghost
Copy link
Author

ghost commented Oct 14, 2016

Are there any plans in the future? I moved back to doing HTTP calls directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant