You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: